COLOR #20E685

HEX: #20E685
RGB: (32,230,133)

Color info

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

RGB color model

#20E685 color RGB value is (32,230,133).

  • red value is 32;
  • green value is 230;
  • blue value is 133.
RGB:
(32,230,133)
(13%,90%,52%)

RGB channels and saturation

R 32 of 255 = 13%
G 230 of 255 = 90%
B 133 of 255 = 52%

32
230
133

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

Portions of RGB colors in percentages

R + G + B =
32 + 230 + 133 = 395 (100%)
R 32 of 395 ~ 8.1%
G 230 of 395 ~ 58.23%
B 133 of 395 ~ 33.67%

%58.23
%33.67

CMYK color model

#20E685 color CMYK value is (86,0,42,10).

  • cyan value is 86.09%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 9.80%
CMYK:
(86,0,42,10)
C86M0Y42K10 
(86%,0%,42%,10%)
(0.86/0.00/0.42/0.10)	

CMYK percentages

%86.09
%0
%42.17
%9.8

Codes

Color #20E685 in popluar color models

20E685
RGB32230133
HSL151°79.84%51.37%
HSB/HSV151°86.09%90.20%
CMYK86.09%0.00%42.17%
9.80%

Color #20E685 in popluar number systems.

HEX20E685
Decimal32230133
Binary1000001110011010000101
Octal40346205

Shades and tints

Shades of #20E685

#20E685
(32,230,133)
#1ED279
(30,210,121)
#1CBE6D
(28,190,109)
#1AAA61
(26,170,97)
#189655
(24,150,85)
#168249
(22,130,73)
#146E3D
(20,110,61)
#125A31
(18,90,49)
#104625
(16,70,37)
#0E3219
(14,50,25)
#0C1E0D
(12,30,13)
#000000
(0,0,0)

Tints of #20E685

#20E685
(32,230,133)
#34E890
(52,232,144)
#48EA9B
(72,234,155)
#5CECA6
(92,236,166)
#70EEB1
(112,238,177)
#84F0BC
(132,240,188)
#98F2C7
(152,242,199)
#ACF4D2
(172,244,210)
#C0F6DD
(192,246,221)
#D4F8E8
(212,248,232)
#E8FAF3
(232,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20E685 color. Also use rgb(32,230,133) instead hex code.

Text Font Color

.myTextColor { color: #20E685; }

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

This text font color is #20E685.


Background Color

.myBgColor { background-color: #20E685; }

<div style="background-color:#20E685">Inner text</div>

This div background color is #20E685.


Border color

.myBorderColor { border: 1px solid #20E685; }

<div style="border:3px solid #20E685">Div</div>

This div border color is #20E685.


Opacity

.myOpacity80 { color: #20E685; opacity: 0.8; }

<p style="color:#20E685;opacity:0.8;">80%</p>

Text with #20E685 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 #20E685;}

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

This text has shadow with #20E685 color.

.textShadow {text-shadow: 3px 3px 1px #20E685, 3px 3px 1px red;}

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

This text has shadow with #20E685 primary color and red secondary color.


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

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

This text has shadow with #20E685 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20E685 on black background.


Color preview on white background

This text has color #20E685 on white background.



Black color preview on #20E685 background

This text has black color on #20E685 background.


White color preview on #20E685 background

This text has white color on #20E685 background.