Shades of Spring Green #21EC80
Tints of Spring Green #21EC80
RGB
CMYK
RGB Variations
Color information
#21EC80 (or 0x21EC80) is known color: Spring Green. HEX triplet: 21, EC and 80. RGB value is (33,236,128). Sum of RGB (Red+Green+Blue) = 33+236+128=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 236 (92.58% from 255 or 59.45% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21EC80 is #DE137F. Grayscale: #A3A3A3. Windows color (decimal): -14553984 or 8449057. OLE color: 8449057.
HSL color Cylindrical-coordinate representation of color #21EC80: hue angle of 148.08º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EC80 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 128 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.07 |
| HSL | 148.08º | 0.84% | 0.53% | - |
| HSV(B) | 148.08º | 0.86% | 0.93% | - |
| XYZ | 34.52 | 61.87 | 30.55 | - |
| YUV | 162.99 | 108.25 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 128 | 0.86 | 0 | 0.46 | 0.07 | 148.08 | 0.84 | 0.53 |
| Hex | 21 | EC | 80 | 56 | 0 | 2E | 7 | 94 | 54 | 35 |
| Octal | 41 | 354 | 200 | 126 | 0 | 56 | 7 | 224 | 124 | 65 |
| Binary | 100001 | 11101100 | 10000000 | 1010110 | 0 | 101110 | 111 | 10010100 | 1010100 | 110101 |
Color Harmonies of #21EC80
Complementary color
Monochromatic Colors of #21EC80
Black with #21EC80
Text Example
Text Example
White with #21EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC80; }
p { color: rgb(33,236,128); }
H1.HeaderClassName
{
color: #21EC80;
}
.AnyTagClassName
{
color: #21EC80;
}
</style>
background-color css
<style>
a { background-color: #21EC80; }
a { background-color: rgb(33,236,128); }
div.DivClassName
{
background-color: #21EC80;
}
.BgClassName
{
background-color: #21EC80;
}
</style>
border-color css
<style>
span { border-color: #21EC80; }
span { border-color: rgb(33,236,128); }
td.TdClassName
{
border-color: #21EC80;
}
.TagClassName
{
border-color: #21EC80;
}
</style>