Shades of Spring Green #21FC8E
Tints of Spring Green #21FC8E
RGB
CMYK
RGB Variations
Color information
#21FC8E (or 0x21FC8E) is known color: Spring Green. HEX triplet: 21, FC and 8E. RGB value is (33,252,142). Sum of RGB (Red+Green+Blue) = 33+252+142=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #21FC8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21FC8E is #DE0371. Grayscale: #AEAEAE. Windows color (decimal): -14549874 or 9370657. OLE color: 9370657.
HSL color Cylindrical-coordinate representation of color #21FC8E: hue angle of 149.86º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FC8E is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 252 | 142 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.01 |
| HSL | 149.86º | 0.97% | 0.56% | - |
| HSV(B) | 149.86º | 0.87% | 0.99% | - |
| XYZ | 40.32 | 71.9 | 37.34 | - |
| YUV | 173.98 | 109.95 | 27.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 252 | 142 | 0.87 | 0 | 0.44 | 0.01 | 149.86 | 0.97 | 0.56 |
| Hex | 21 | FC | 8E | 57 | 0 | 2C | 1 | 96 | 61 | 38 |
| Octal | 41 | 374 | 216 | 127 | 0 | 54 | 1 | 226 | 141 | 70 |
| Binary | 100001 | 11111100 | 10001110 | 1010111 | 0 | 101100 | 1 | 10010110 | 1100001 | 111000 |
Color Harmonies of #21FC8E
Complementary color
Monochromatic Colors of #21FC8E
Black with #21FC8E
Text Example
Text Example
White with #21FC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FC8E; }
p { color: rgb(33,252,142); }
H1.HeaderClassName
{
color: #21FC8E;
}
.AnyTagClassName
{
color: #21FC8E;
}
</style>
background-color css
<style>
a { background-color: #21FC8E; }
a { background-color: rgb(33,252,142); }
div.DivClassName
{
background-color: #21FC8E;
}
.BgClassName
{
background-color: #21FC8E;
}
</style>
border-color css
<style>
span { border-color: #21FC8E; }
span { border-color: rgb(33,252,142); }
td.TdClassName
{
border-color: #21FC8E;
}
.TagClassName
{
border-color: #21FC8E;
}
</style>