COLOR #35E486

HEX: #35E486
RGB: (53,228,134)

Color info

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

RGB color model

#35E486 color RGB value is (53,228,134).

  • red value is 53;
  • green value is 228;
  • blue value is 134.
RGB:
(53,228,134)
(21%,89%,53%)

RGB channels and saturation

R 53 of 255 = 21%
G 228 of 255 = 89%
B 134 of 255 = 53%

53
228
134

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

Portions of RGB colors in percentages

R + G + B =
53 + 228 + 134 = 415 (100%)
R 53 of 415 ~ 12.77%
G 228 of 415 ~ 54.94%
B 134 of 415 ~ 32.29%

%12.77
%54.94
%32.29

CMYK color model

#35E486 color CMYK value is (77,0,41,11).

  • cyan value is 76.75%
  • magenta value is 0.00%
  • yellow value is 41.23%
  • key color value is 10.59%
CMYK:
(77,0,41,11)
C77M0Y41K11 
(77%,0%,41%,11%)
(0.77/0.00/0.41/0.11)	

CMYK percentages

%76.75
%0
%41.23
%10.59

Codes

Color #35E486 in popluar color models

35E486
RGB53228134
HSL148°76.42%55.10%
HSB/HSV148°76.75%89.41%
CMYK76.75%0.00%41.23%
10.59%

Color #35E486 in popluar number systems.

HEX35E486
Decimal53228134
Binary1101011110010010000110
Octal65344206

Shades and tints

Shades of #35E486

#35E486
(53,228,134)
#31D07A
(49,208,122)
#2DBC6E
(45,188,110)
#29A862
(41,168,98)
#259456
(37,148,86)
#21804A
(33,128,74)
#1D6C3E
(29,108,62)
#195832
(25,88,50)
#154426
(21,68,38)
#11301A
(17,48,26)
#0D1C0E
(13,28,14)
#000000
(0,0,0)

Tints of #35E486

#35E486
(53,228,134)
#47E691
(71,230,145)
#59E89C
(89,232,156)
#6BEAA7
(107,234,167)
#7DECB2
(125,236,178)
#8FEEBD
(143,238,189)
#A1F0C8
(161,240,200)
#B3F2D3
(179,242,211)
#C5F4DE
(197,244,222)
#D7F6E9
(215,246,233)
#E9F8F4
(233,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35E486 color. Also use rgb(53,228,134) instead hex code.

Text Font Color

.myTextColor { color: #35E486; }

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

This text font color is #35E486.


Background Color

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

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

This div background color is #35E486.


Border color

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

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

This div border color is #35E486.


Opacity

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

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

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

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

This text has shadow with #35E486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35E486 on black background.


Color preview on white background

This text has color #35E486 on white background.



Black color preview on #35E486 background

This text has black color on #35E486 background.


White color preview on #35E486 background

This text has white color on #35E486 background.