COLOR #21B950

HEX: #21B950
RGB: (33,185,80)

Color info

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

RGB color model

#21B950 color RGB value is (33,185,80).

  • red value is 33;
  • green value is 185;
  • blue value is 80.
RGB:
(33,185,80)
(13%,73%,31%)

RGB channels and saturation

R 33 of 255 = 13%
G 185 of 255 = 73%
B 80 of 255 = 31%

33
185
80

R + G + B ~ 39%. #21B950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 185 + 80 = 298 (100%)
R 33 of 298 ~ 11.07%
G 185 of 298 ~ 62.08%
B 80 of 298 ~ 26.85%

%11.07
%62.08
%26.85

CMYK color model

#21B950 color CMYK value is (82,0,57,27).

  • cyan value is 82.16%
  • magenta value is 0.00%
  • yellow value is 56.76%
  • key color value is 27.45%
CMYK:
(82,0,57,27)
C82M0Y57K27 
(82%,0%,57%,27%)
(0.82/0.00/0.57/0.27)	

CMYK percentages

%82.16
%0
%56.76
%27.45

Codes

Color #21B950 in popluar color models

21B950
RGB3318580
HSL139°69.72%42.75%
HSB/HSV139°82.16%72.55%
CMYK82.16%0.00%56.76%
27.45%

Color #21B950 in popluar number systems.

HEX21B950
Decimal3318580
Binary100001101110011010000
Octal41271120

Shades and tints

Shades of #21B950

#21B950
(33,185,80)
#1EA949
(30,169,73)
#1B9942
(27,153,66)
#18893B
(24,137,59)
#157934
(21,121,52)
#12692D
(18,105,45)
#0F5926
(15,89,38)
#0C491F
(12,73,31)
#093918
(9,57,24)
#062911
(6,41,17)
#03190A
(3,25,10)
#000000
(0,0,0)

Tints of #21B950

#21B950
(33,185,80)
#35BF5F
(53,191,95)
#49C56E
(73,197,110)
#5DCB7D
(93,203,125)
#71D18C
(113,209,140)
#85D79B
(133,215,155)
#99DDAA
(153,221,170)
#ADE3B9
(173,227,185)
#C1E9C8
(193,233,200)
#D5EFD7
(213,239,215)
#E9F5E6
(233,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21B950 color. Also use rgb(33,185,80) instead hex code.

Text Font Color

.myTextColor { color: #21B950; }

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

This text font color is #21B950.


Background Color

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

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

This div background color is #21B950.


Border color

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

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

This div border color is #21B950.


Opacity

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

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

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

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

This text has shadow with #21B950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21B950 on black background.


Color preview on white background

This text has color #21B950 on white background.



Black color preview on #21B950 background

This text has black color on #21B950 background.


White color preview on #21B950 background

This text has white color on #21B950 background.