COLOR #35CD76

HEX: #35CD76
RGB: (53,205,118)

Color info

#35CD76 contains mainly green color. Web safe color of #35CD76 is #33CC66 (or #3C6).

RGB color model

#35CD76 color RGB value is (53,205,118).

  • red value is 53;
  • green value is 205;
  • blue value is 118.
RGB:
(53,205,118)
(21%,80%,46%)

RGB channels and saturation

R 53 of 255 = 21%
G 205 of 255 = 80%
B 118 of 255 = 46%

53
205
118

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

Portions of RGB colors in percentages

R + G + B =
53 + 205 + 118 = 376 (100%)
R 53 of 376 ~ 14.1%
G 205 of 376 ~ 54.52%
B 118 of 376 ~ 31.38%

%14.1
%54.52
%31.38

CMYK color model

#35CD76 color CMYK value is (74,0,42,20).

  • cyan value is 74.15%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 19.61%
CMYK:
(74,0,42,20)
C74M0Y42K20 
(74%,0%,42%,20%)
(0.74/0.00/0.42/0.20)	

CMYK percentages

%74.15
%0
%42.44
%19.61

Codes

Color #35CD76 in popluar color models

35CD76
RGB53205118
HSL146°60.32%50.59%
HSB/HSV146°74.15%80.39%
CMYK74.15%0.00%42.44%
19.61%

Color #35CD76 in popluar number systems.

HEX35CD76
Decimal53205118
Binary110101110011011110110
Octal65315166

Shades and tints

Shades of #35CD76

#35CD76
(53,205,118)
#31BB6C
(49,187,108)
#2DA962
(45,169,98)
#299758
(41,151,88)
#25854E
(37,133,78)
#217344
(33,115,68)
#1D613A
(29,97,58)
#194F30
(25,79,48)
#153D26
(21,61,38)
#112B1C
(17,43,28)
#0D1912
(13,25,18)
#000000
(0,0,0)

Tints of #35CD76

#35CD76
(53,205,118)
#47D182
(71,209,130)
#59D58E
(89,213,142)
#6BD99A
(107,217,154)
#7DDDA6
(125,221,166)
#8FE1B2
(143,225,178)
#A1E5BE
(161,229,190)
#B3E9CA
(179,233,202)
#C5EDD6
(197,237,214)
#D7F1E2
(215,241,226)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35CD76 color. Also use rgb(53,205,118) instead hex code.

Text Font Color

.myTextColor { color: #35CD76; }

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

This text font color is #35CD76.


Background Color

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

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

This div background color is #35CD76.


Border color

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

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

This div border color is #35CD76.


Opacity

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

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

Text with #35CD76 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 #35CD76;}

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

This text has shadow with #35CD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35CD76 on black background.


Color preview on white background

This text has color #35CD76 on white background.



Black color preview on #35CD76 background

This text has black color on #35CD76 background.


White color preview on #35CD76 background

This text has white color on #35CD76 background.