Html Css Color HEX #21CE80 Mountain Meadow

📋 copy color: '#21CE80'

red 33 ◦ green 206 ◦ blue 128

#21CE80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #21CE80

Tints of Mountain Meadow #21CE80

RGB

 RED value IS 33 (13.28% from 255) = 8.99%

 GREEN value IS 206 (80.86% from 255) = 56.13%

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 8.99%
G = 56.13%
B = 34.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#21CE80 (or 0x21CE80) is known color: Mountain Meadow. HEX triplet: 21, CE and 80. RGB value is (33,206,128). Sum of RGB (Red+Green+Blue) = 33+206+128=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CE80 is #DE317F. Grayscale: #919191. Windows color (decimal): -14561664 or 8441377. OLE color: 8441377.

HSL color Cylindrical-coordinate representation of color #21CE80: hue angle of 152.95º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE80 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 206 128 -
CMYK 0.84 0 0.38 0.19
HSL 152.95º 0.72% 0.47% -
HSV(B) 152.95º 0.84% 0.81% -
XYZ 26.59 46.02 27.9 -
YUV 145.38 118.19 47.84 -
System Red Green Blue C M Y K H S L
Decimal 33 206 128 0.84 0 0.38 0.19 152.95 0.72 0.47
Hex 21 CE 80 54 0 26 13 99 48 2F
Octal 41 316 200 124 0 46 23 231 110 57
Binary 100001 11001110 10000000 1010100 0 100110 10011 10011001 1001000 101111

Color Harmonies of #21CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CE80

Black with #21CE80

Text Example


Text Example

White with #21CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21CE80; }

 p { color: rgb(33,206,128); }

 H1.HeaderClassName
 {
   color: #21CE80;
 }
 .AnyTagClassName
 {
   color: #21CE80;
 }
</style>

background-color css

<style>
 a { background-color: #21CE80; }

 a { background-color: rgb(33,206,128); }

 div.DivClassName
 {
   background-color: #21CE80;
 }
 .BgClassName
 {
   background-color: #21CE80;
 }
</style>

border-color css

<style>
 span { border-color: #21CE80; }

 span { border-color: rgb(33,206,128); }

 td.TdClassName
 {
   border-color: #21CE80;
 }
 .TagClassName
 {
   border-color: #21CE80;
 }
</style>