COLOR #21DA72

HEX: #21DA72
RGB: (33,218,114)

Color info

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

RGB color model

#21DA72 color RGB value is (33,218,114).

  • red value is 33;
  • green value is 218;
  • blue value is 114.
RGB:
(33,218,114)
(13%,85%,45%)

RGB channels and saturation

R 33 of 255 = 13%
G 218 of 255 = 85%
B 114 of 255 = 45%

33
218
114

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

Portions of RGB colors in percentages

R + G + B =
33 + 218 + 114 = 365 (100%)
R 33 of 365 ~ 9.04%
G 218 of 365 ~ 59.73%
B 114 of 365 ~ 31.23%

%59.73
%31.23

CMYK color model

#21DA72 color CMYK value is (85,0,48,15).

  • cyan value is 84.86%
  • magenta value is 0.00%
  • yellow value is 47.71%
  • key color value is 14.51%
CMYK:
(85,0,48,15)
C85M0Y48K15 
(85%,0%,48%,15%)
(0.85/0.00/0.48/0.15)	

CMYK percentages

%84.86
%0
%47.71
%14.51

Codes

Color #21DA72 in popluar color models

21DA72
RGB33218114
HSL146°73.71%49.22%
HSB/HSV146°84.86%85.49%
CMYK84.86%0.00%47.71%
14.51%

Color #21DA72 in popluar number systems.

HEX21DA72
Decimal33218114
Binary100001110110101110010
Octal41332162

Shades and tints

Shades of #21DA72

#21DA72
(33,218,114)
#1EC768
(30,199,104)
#1BB45E
(27,180,94)
#18A154
(24,161,84)
#158E4A
(21,142,74)
#127B40
(18,123,64)
#0F6836
(15,104,54)
#0C552C
(12,85,44)
#094222
(9,66,34)
#062F18
(6,47,24)
#031C0E
(3,28,14)
#000000
(0,0,0)

Tints of #21DA72

#21DA72
(33,218,114)
#35DD7E
(53,221,126)
#49E08A
(73,224,138)
#5DE396
(93,227,150)
#71E6A2
(113,230,162)
#85E9AE
(133,233,174)
#99ECBA
(153,236,186)
#ADEFC6
(173,239,198)
#C1F2D2
(193,242,210)
#D5F5DE
(213,245,222)
#E9F8EA
(233,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21DA72 color. Also use rgb(33,218,114) instead hex code.

Text Font Color

.myTextColor { color: #21DA72; }

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

This text font color is #21DA72.


Background Color

.myBgColor { background-color: #21DA72; }

<div style="background-color:#21DA72">Inner text</div>

This div background color is #21DA72.


Border color

.myBorderColor { border: 1px solid #21DA72; }

<div style="border:3px solid #21DA72">Div</div>

This div border color is #21DA72.


Opacity

.myOpacity80 { color: #21DA72; opacity: 0.8; }

<p style="color:#21DA72;opacity:0.8;">80%</p>

Text with #21DA72 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 #21DA72;}

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

This text has shadow with #21DA72 color.

.textShadow {text-shadow: 3px 3px 1px #21DA72, 3px 3px 1px red;}

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

This text has shadow with #21DA72 primary color and red secondary color.


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

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

This text has shadow with #21DA72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21DA72 on black background.


Color preview on white background

This text has color #21DA72 on white background.



Black color preview on #21DA72 background

This text has black color on #21DA72 background.


White color preview on #21DA72 background

This text has white color on #21DA72 background.