COLOR #35C06E

HEX: #35C06E RGB: (53,192,110)

Color info

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

RGB color model

#35C06E color RGB value is (53,192,110).

RGB: (53,192,110) (21%, 75%, 43%)

RGB channels and saturation

R 53 of 255 = 21%
G 192 of 255 = 75%
B 110 of 255 = 43%

53
192
110

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

Portions of RGB colors in percentages

R + G + B = 53 + 192 + 110 = 355 (100%)
R 53 of 355 ~ 14.93%
G 192 of 355 ~ 54.08%
B 110 of 355 ~ 30.99'%

%14.93
%54.08
%30.99

CMYK color model

#35C06E color CMYK value is (72,0,43,25).

  • cyan value is 72.40%
  • magenta value is 0.00%
  • yellow value is 42.71%
  • key color value is 24.71%

CMYK: (72,0,43,25)
C72M0Y43K25 (72%, 0%, 43%, 25%)
(0.72 / 0.00 / 0.43 / 0.25)

CMYK percentages

%72.4
%0
%42.71
%24.71

Codes

Color #35C06E in popluar color models

35 C0 6E
RGB 53 192 110
HSL 145° 56.73% 48.04%
HSB/HSV 145° 72.40% 75.29%
CMYK 72.40% 0.00% 42.71%
24.71%

Color #35C06E in popluar number systems.

HEX 35 C0 6E
Decimal 53 192 110
Binary 110101 11000000 1101110
Octal 65 300 156

Shades and tints

Shades of #35C06E

#35C06E
(53,192,110)
#31AF64
(49,175,100)
#2D9E5A
(45,158,90)
#298D50
(41,141,80)
#257C46
(37,124,70)
#216B3C
(33,107,60)
#1D5A32
(29,90,50)
#194928
(25,73,40)
#15381E
(21,56,30)
#112714
(17,39,20)
#0D160A
(13,22,10)
#000000
(0,0,0)

Tints of #35C06E

#35C06E
(53,192,110)
#47C57B
(71,197,123)
#59CA88
(89,202,136)
#6BCF95
(107,207,149)
#7DD4A2
(125,212,162)
#8FD9AF
(143,217,175)
#A1DEBC
(161,222,188)
#B3E3C9
(179,227,201)
#C5E8D6
(197,232,214)
#D7EDE3
(215,237,227)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C06E color. Also use rgb(53,192,110) instead hex code.

Text Font Color

.myTextColor { color: #35C06E; }

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

This text font color is #35C06E.

Background Color

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

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

This div background color is #35C06E.

Border color

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

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

This div border color is #35C06E.

Opacity

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

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

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

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

This text has shadow with #35C06E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35C06E.

Preview

Color preview on black background

This text has color #35C06E on black background.


Color preview on white background

This text has color #35C06E on white background.


Black color preview on #35C06E background

This text has black color on #35C06E background.


White color preview on #35C06E background

This text has white color on #35C06E background.


Related colors

Complementary color

Complementary color for #hex is #CA3F91.


I love getcolorcode.com

Triadic colors

1 #6E35C0 and #C06E35 with #35C06E are triadic colors.

2 #6EC035 and #C0356E with #35C06E are triadic colors.