COLOR #20DE71

HEX: #20DE71
RGB: (32,222,113)

Color info

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

RGB color model

#20DE71 color RGB value is (32,222,113).

  • red value is 32;
  • green value is 222;
  • blue value is 113.
RGB:
(32,222,113)
(13%,87%,44%)

RGB channels and saturation

R 32 of 255 = 13%
G 222 of 255 = 87%
B 113 of 255 = 44%

32
222
113

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

Portions of RGB colors in percentages

R + G + B =
32 + 222 + 113 = 367 (100%)
R 32 of 367 ~ 8.72%
G 222 of 367 ~ 60.49%
B 113 of 367 ~ 30.79%

%60.49
%30.79

CMYK color model

#20DE71 color CMYK value is (86,0,49,13).

  • cyan value is 85.59%
  • magenta value is 0.00%
  • yellow value is 49.10%
  • key color value is 12.94%
CMYK:
(86,0,49,13)
C86M0Y49K13 
(86%,0%,49%,13%)
(0.86/0.00/0.49/0.13)	

CMYK percentages

%85.59
%0
%49.1
%12.94

Codes

Color #20DE71 in popluar color models

20DE71
RGB32222113
HSL146°74.80%49.80%
HSB/HSV146°85.59%87.06%
CMYK85.59%0.00%49.10%
12.94%

Color #20DE71 in popluar number systems.

HEX20DE71
Decimal32222113
Binary100000110111101110001
Octal40336161

Shades and tints

Shades of #20DE71

#20DE71
(32,222,113)
#1ECA67
(30,202,103)
#1CB65D
(28,182,93)
#1AA253
(26,162,83)
#188E49
(24,142,73)
#167A3F
(22,122,63)
#146635
(20,102,53)
#12522B
(18,82,43)
#103E21
(16,62,33)
#0E2A17
(14,42,23)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #20DE71

#20DE71
(32,222,113)
#34E17D
(52,225,125)
#48E489
(72,228,137)
#5CE795
(92,231,149)
#70EAA1
(112,234,161)
#84EDAD
(132,237,173)
#98F0B9
(152,240,185)
#ACF3C5
(172,243,197)
#C0F6D1
(192,246,209)
#D4F9DD
(212,249,221)
#E8FCE9
(232,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20DE71 color. Also use rgb(32,222,113) instead hex code.

Text Font Color

.myTextColor { color: #20DE71; }

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

This text font color is #20DE71.


Background Color

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

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

This div background color is #20DE71.


Border color

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

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

This div border color is #20DE71.


Opacity

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

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

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

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

This text has shadow with #20DE71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20DE71 on black background.


Color preview on white background

This text has color #20DE71 on white background.



Black color preview on #20DE71 background

This text has black color on #20DE71 background.


White color preview on #20DE71 background

This text has white color on #20DE71 background.