COLOR #35C781

HEX: #35C781
RGB: (53,199,129)

Color info

#35C781 contains mainly green color. Web safe color of #35C781 is #33CC99 (or #3C9).

RGB color model

#35C781 color RGB value is (53,199,129).

  • red value is 53;
  • green value is 199;
  • blue value is 129.
RGB:
(53,199,129)
(21%,78%,51%)

RGB channels and saturation

R 53 of 255 = 21%
G 199 of 255 = 78%
B 129 of 255 = 51%

53
199
129

R + G + B ~ 50%. #35C781 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 199 + 129 = 381 (100%)
R 53 of 381 ~ 13.91%
G 199 of 381 ~ 52.23%
B 129 of 381 ~ 33.86%

%13.91
%52.23
%33.86

CMYK color model

#35C781 color CMYK value is (73,0,35,22).

  • cyan value is 73.37%
  • magenta value is 0.00%
  • yellow value is 35.18%
  • key color value is 21.96%
CMYK:
(73,0,35,22)
C73M0Y35K22 
(73%,0%,35%,22%)
(0.73/0.00/0.35/0.22)	

CMYK percentages

%73.37
%0
%35.18
%21.96

Codes

Color #35C781 in popluar color models

35C781
RGB53199129
HSL151°57.94%49.41%
HSB/HSV151°73.37%78.04%
CMYK73.37%0.00%35.18%
21.96%

Color #35C781 in popluar number systems.

HEX35C781
Decimal53199129
Binary1101011100011110000001
Octal65307201

Shades and tints

Shades of #35C781

#35C781
(53,199,129)
#31B576
(49,181,118)
#2DA36B
(45,163,107)
#299160
(41,145,96)
#257F55
(37,127,85)
#216D4A
(33,109,74)
#1D5B3F
(29,91,63)
#194934
(25,73,52)
#153729
(21,55,41)
#11251E
(17,37,30)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #35C781

#35C781
(53,199,129)
#47CC8C
(71,204,140)
#59D197
(89,209,151)
#6BD6A2
(107,214,162)
#7DDBAD
(125,219,173)
#8FE0B8
(143,224,184)
#A1E5C3
(161,229,195)
#B3EACE
(179,234,206)
#C5EFD9
(197,239,217)
#D7F4E4
(215,244,228)
#E9F9EF
(233,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C781 color. Also use rgb(53,199,129) instead hex code.

Text Font Color

.myTextColor { color: #35C781; }

<p style="color:#35C781">This sample text font color is #35C781.</p>

This text font color is #35C781.


Background Color

.myBgColor { background-color: #35C781; }

<div style="background-color:#35C781">Inner text</div>

This div background color is #35C781.


Border color

.myBorderColor { border: 1px solid #35C781; }

<div style="border:3px solid #35C781">Div</div>

This div border color is #35C781.


Opacity

.myOpacity80 { color: #35C781; opacity: 0.8; }

<p style="color:#35C781;opacity:0.8;">80%</p>

Text with #35C781 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #35C781;}

<p style="text-shadow: 3px 3px 1px #35C781">Text here.</p>

This text has shadow with #35C781 color.

.textShadow {text-shadow: 3px 3px 1px #35C781, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #35C781, 5px 5px 20px red">Text here.</p>

This text has shadow with #35C781 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#35C781, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#35C781, Direction=45, Strength=4)">Text</p>

This text has shadow with #35C781 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #35C781;
  -webkit-box-shadow:	1px 1px 3px 2px #35C781;
  box-shadow:		1px 1px 3px 2px #35C781;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35C781;
-webkit-box-shadow: 1px 1px 3px 2px #35C781;
box-shadow:1px 1px 3px 2px #35C781;">
Div content here</div>
This div box has shadow with color #35C781.

Preview

Color preview on black background

This text has color #35C781 on black background.


Color preview on white background

This text has color #35C781 on white background.



Black color preview on #35C781 background

This text has black color on #35C781 background.


White color preview on #35C781 background

This text has white color on #35C781 background.