COLOR #35D991

HEX: #35D991
RGB: (53,217,145)

Color info

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

RGB color model

#35D991 color RGB value is (53,217,145).

  • red value is 53;
  • green value is 217;
  • blue value is 145.
RGB:
(53,217,145)
(21%,85%,57%)

RGB channels and saturation

R 53 of 255 = 21%
G 217 of 255 = 85%
B 145 of 255 = 57%

53
217
145

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

Portions of RGB colors in percentages

R + G + B =
53 + 217 + 145 = 415 (100%)
R 53 of 415 ~ 12.77%
G 217 of 415 ~ 52.29%
B 145 of 415 ~ 34.94%

%12.77
%52.29
%34.94

CMYK color model

#35D991 color CMYK value is (76,0,33,15).

  • cyan value is 75.58%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 14.90%
CMYK:
(76,0,33,15)
C76M0Y33K15 
(76%,0%,33%,15%)
(0.76/0.00/0.33/0.15)	

CMYK percentages

%75.58
%0
%33.18
%14.9

Codes

Color #35D991 in popluar color models

35D991
RGB53217145
HSL154°68.33%52.94%
HSB/HSV154°75.58%85.10%
CMYK75.58%0.00%33.18%
14.90%

Color #35D991 in popluar number systems.

HEX35D991
Decimal53217145
Binary1101011101100110010001
Octal65331221

Shades and tints

Shades of #35D991

#35D991
(53,217,145)
#31C684
(49,198,132)
#2DB377
(45,179,119)
#29A06A
(41,160,106)
#258D5D
(37,141,93)
#217A50
(33,122,80)
#1D6743
(29,103,67)
#195436
(25,84,54)
#154129
(21,65,41)
#112E1C
(17,46,28)
#0D1B0F
(13,27,15)
#000000
(0,0,0)

Tints of #35D991

#35D991
(53,217,145)
#47DC9B
(71,220,155)
#59DFA5
(89,223,165)
#6BE2AF
(107,226,175)
#7DE5B9
(125,229,185)
#8FE8C3
(143,232,195)
#A1EBCD
(161,235,205)
#B3EED7
(179,238,215)
#C5F1E1
(197,241,225)
#D7F4EB
(215,244,235)
#E9F7F5
(233,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35D991 color. Also use rgb(53,217,145) instead hex code.

Text Font Color

.myTextColor { color: #35D991; }

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

This text font color is #35D991.


Background Color

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

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

This div background color is #35D991.


Border color

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

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

This div border color is #35D991.


Opacity

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

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

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

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

This text has shadow with #35D991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35D991 on black background.


Color preview on white background

This text has color #35D991 on white background.



Black color preview on #35D991 background

This text has black color on #35D991 background.


White color preview on #35D991 background

This text has white color on #35D991 background.