COLOR #35D685

HEX: #35D685 RGB: (53,214,133)

Color info

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

RGB color model

#35D685 color RGB value is (53,214,133).

RGB: (53,214,133) (21%, 84%, 52%)

RGB channels and saturation

R 53 of 255 = 21%
G 214 of 255 = 84%
B 133 of 255 = 52%

53
214
133

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

Portions of RGB colors in percentages

R + G + B = 53 + 214 + 133 = 400 (100%)
R 53 of 400 ~ 13.25%
G 214 of 400 ~ 53.5%
B 133 of 400 ~ 33.25'%

%13.25
%53.5
%33.25

CMYK color model

#35D685 color CMYK value is (75,0,38,16).

  • cyan value is 75.23%
  • magenta value is 0.00%
  • yellow value is 37.85%
  • key color value is 16.08%
CMYK: (75,0,38,16) C75M0Y38K16 (75%,0%,38%,16%) (0.75/0.00/0.38/0.16) 

CMYK percentages

%75.23
%0
%37.85
%16.08

Codes

Color #35D685 in popluar color models

35 D6 85
RGB 53 214 133
HSL 150° 66.26% 52.35%
HSB/HSV 150° 75.23% 83.92%
CMYK 75.23% 0.00% 37.85%
16.08%

Color #35D685 in popluar number systems.

HEX 35 D6 85
Decimal 53 214 133
Binary 110101 11010110 10000101
Octal 65 326 205

Shades and tints

Shades of #35D685

#35D685
(53,214,133)
#31C379
(49,195,121)
#2DB06D
(45,176,109)
#299D61
(41,157,97)
#258A55
(37,138,85)
#217749
(33,119,73)
#1D643D
(29,100,61)
#195131
(25,81,49)
#153E25
(21,62,37)
#112B19
(17,43,25)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #35D685

#35D685
(53,214,133)
#47D990
(71,217,144)
#59DC9B
(89,220,155)
#6BDFA6
(107,223,166)
#7DE2B1
(125,226,177)
#8FE5BC
(143,229,188)
#A1E8C7
(161,232,199)
#B3EBD2
(179,235,210)
#C5EEDD
(197,238,221)
#D7F1E8
(215,241,232)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35D685 color. Also use rgb(53,214,133) instead hex code.

Text Font Color

.myTextColor { color: #35D685; }

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

This text font color is #35D685.

Background Color

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

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

This div background color is #35D685.

Border color

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

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

This div border color is #35D685.

Opacity

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

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

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

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

This text has shadow with #35D685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35D685.

Preview

Color preview on black background

This text has color #35D685 on black background.


Color preview on white background

This text has color #35D685 on white background.


Black color preview on #35D685 background

This text has black color on #35D685 background.


White color preview on #35D685 background

This text has white color on #35D685 background.


Related colors

Complementary color

Complementary color for #hex is #CA297A.


I love getcolorcode.com

Triadic colors

1 #8535D6 and #D68535 with #35D685 are triadic colors.

2 #85D635 and #D63585 with #35D685 are triadic colors.