Shades of Spring Green #21E980
Tints of Spring Green #21E980
RGB
CMYK
RGB Variations
Color information
#21E980 (or 0x21E980) is known color: Spring Green. HEX triplet: 21, E9 and 80. RGB value is (33,233,128). Sum of RGB (Red+Green+Blue) = 33+233+128=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 233 (91.41% from 255 or 59.14% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 233 - color contains mainly: green. Hex color #21E980 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21E980 is #DE167F. Grayscale: #A1A1A1. Windows color (decimal): -14554752 or 8448289. OLE color: 8448289.
HSL color Cylindrical-coordinate representation of color #21E980: hue angle of 148.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E980 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 128 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.09 |
| HSL | 148.5º | 0.82% | 0.52% | - |
| HSV(B) | 148.5º | 0.86% | 0.91% | - |
| XYZ | 33.66 | 60.16 | 30.26 | - |
| YUV | 161.23 | 109.24 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 128 | 0.86 | 0 | 0.45 | 0.09 | 148.5 | 0.82 | 0.52 |
| Hex | 21 | E9 | 80 | 56 | 0 | 2D | 9 | 94 | 52 | 34 |
| Octal | 41 | 351 | 200 | 126 | 0 | 55 | 11 | 224 | 122 | 64 |
| Binary | 100001 | 11101001 | 10000000 | 1010110 | 0 | 101101 | 1001 | 10010100 | 1010010 | 110100 |
Color Harmonies of #21E980
Complementary color
Monochromatic Colors of #21E980
Black with #21E980
Text Example
Text Example
White with #21E980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E980; }
p { color: rgb(33,233,128); }
H1.HeaderClassName
{
color: #21E980;
}
.AnyTagClassName
{
color: #21E980;
}
</style>
background-color css
<style>
a { background-color: #21E980; }
a { background-color: rgb(33,233,128); }
div.DivClassName
{
background-color: #21E980;
}
.BgClassName
{
background-color: #21E980;
}
</style>
border-color css
<style>
span { border-color: #21E980; }
span { border-color: rgb(33,233,128); }
td.TdClassName
{
border-color: #21E980;
}
.TagClassName
{
border-color: #21E980;
}
</style>