COLOR #21CA84

HEX: #21CA84
RGB: (33,202,132)

Color info

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

RGB color model

#21CA84 color RGB value is (33,202,132).

  • red value is 33;
  • green value is 202;
  • blue value is 132.
RGB:
(33,202,132)
(13%,79%,52%)

RGB channels and saturation

R 33 of 255 = 13%
G 202 of 255 = 79%
B 132 of 255 = 52%

33
202
132

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

Portions of RGB colors in percentages

R + G + B =
33 + 202 + 132 = 367 (100%)
R 33 of 367 ~ 8.99%
G 202 of 367 ~ 55.04%
B 132 of 367 ~ 35.97%

%55.04
%35.97

CMYK color model

#21CA84 color CMYK value is (84,0,35,21).

  • cyan value is 83.66%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 20.78%
CMYK:
(84,0,35,21)
C84M0Y35K21 
(84%,0%,35%,21%)
(0.84/0.00/0.35/0.21)	

CMYK percentages

%83.66
%0
%34.65
%20.78

Codes

Color #21CA84 in popluar color models

21CA84
RGB33202132
HSL155°71.91%46.08%
HSB/HSV155°83.66%79.22%
CMYK83.66%0.00%34.65%
20.78%

Color #21CA84 in popluar number systems.

HEX21CA84
Decimal33202132
Binary1000011100101010000100
Octal41312204

Shades and tints

Shades of #21CA84

#21CA84
(33,202,132)
#1EB878
(30,184,120)
#1BA66C
(27,166,108)
#189460
(24,148,96)
#158254
(21,130,84)
#127048
(18,112,72)
#0F5E3C
(15,94,60)
#0C4C30
(12,76,48)
#093A24
(9,58,36)
#062818
(6,40,24)
#03160C
(3,22,12)
#000000
(0,0,0)

Tints of #21CA84

#21CA84
(33,202,132)
#35CE8F
(53,206,143)
#49D29A
(73,210,154)
#5DD6A5
(93,214,165)
#71DAB0
(113,218,176)
#85DEBB
(133,222,187)
#99E2C6
(153,226,198)
#ADE6D1
(173,230,209)
#C1EADC
(193,234,220)
#D5EEE7
(213,238,231)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21CA84 color. Also use rgb(33,202,132) instead hex code.

Text Font Color

.myTextColor { color: #21CA84; }

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

This text font color is #21CA84.


Background Color

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

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

This div background color is #21CA84.


Border color

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

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

This div border color is #21CA84.


Opacity

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

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

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

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

This text has shadow with #21CA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21CA84 on black background.


Color preview on white background

This text has color #21CA84 on white background.



Black color preview on #21CA84 background

This text has black color on #21CA84 background.


White color preview on #21CA84 background

This text has white color on #21CA84 background.