COLOR #35C971

HEX: #35C971
RGB: (53,201,113)

Color info

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

RGB color model

#35C971 color RGB value is (53,201,113).

  • red value is 53;
  • green value is 201;
  • blue value is 113.
RGB:
(53,201,113)
(21%,79%,44%)

RGB channels and saturation

R 53 of 255 = 21%
G 201 of 255 = 79%
B 113 of 255 = 44%

53
201
113

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

Portions of RGB colors in percentages

R + G + B =
53 + 201 + 113 = 367 (100%)
R 53 of 367 ~ 14.44%
G 201 of 367 ~ 54.77%
B 113 of 367 ~ 30.79%

%14.44
%54.77
%30.79

CMYK color model

#35C971 color CMYK value is (74,0,44,21).

  • cyan value is 73.63%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 21.18%
CMYK:
(74,0,44,21)
C74M0Y44K21 
(74%,0%,44%,21%)
(0.74/0.00/0.44/0.21)	

CMYK percentages

%73.63
%0
%43.78
%21.18

Codes

Color #35C971 in popluar color models

35C971
RGB53201113
HSL144°58.27%49.80%
HSB/HSV144°73.63%78.82%
CMYK73.63%0.00%43.78%
21.18%

Color #35C971 in popluar number systems.

HEX35C971
Decimal53201113
Binary110101110010011110001
Octal65311161

Shades and tints

Shades of #35C971

#35C971
(53,201,113)
#31B767
(49,183,103)
#2DA55D
(45,165,93)
#299353
(41,147,83)
#258149
(37,129,73)
#216F3F
(33,111,63)
#1D5D35
(29,93,53)
#194B2B
(25,75,43)
#153921
(21,57,33)
#112717
(17,39,23)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #35C971

#35C971
(53,201,113)
#47CD7D
(71,205,125)
#59D189
(89,209,137)
#6BD595
(107,213,149)
#7DD9A1
(125,217,161)
#8FDDAD
(143,221,173)
#A1E1B9
(161,225,185)
#B3E5C5
(179,229,197)
#C5E9D1
(197,233,209)
#D7EDDD
(215,237,221)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C971 color. Also use rgb(53,201,113) instead hex code.

Text Font Color

.myTextColor { color: #35C971; }

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

This text font color is #35C971.


Background Color

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

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

This div background color is #35C971.


Border color

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

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

This div border color is #35C971.


Opacity

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

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

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

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

This text has shadow with #35C971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35C971 on black background.


Color preview on white background

This text has color #35C971 on white background.



Black color preview on #35C971 background

This text has black color on #35C971 background.


White color preview on #35C971 background

This text has white color on #35C971 background.