Shades of Spring Green #21F970
Tints of Spring Green #21F970
RGB
CMYK
RGB Variations
Color information
#21F970 (or 0x21F970) is known color: Spring Green. HEX triplet: 21, F9 and 70. RGB value is (33,249,112). Sum of RGB (Red+Green+Blue) = 33+249+112=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 249 (97.66% from 255 or 63.20% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 249 - color contains mainly: green. Hex color #21F970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F970 is #DE068F. Grayscale: #A9A9A9. Windows color (decimal): -14550672 or 7403809. OLE color: 7403809.
HSL color Cylindrical-coordinate representation of color #21F970: hue angle of 141.94º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F970 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 249 | 112 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.02 |
| HSL | 141.94º | 0.95% | 0.55% | - |
| HSV(B) | 141.94º | 0.87% | 0.98% | - |
| XYZ | 37.43 | 69.24 | 26.72 | - |
| YUV | 168.8 | 95.94 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 249 | 112 | 0.87 | 0 | 0.55 | 0.02 | 141.94 | 0.95 | 0.55 |
| Hex | 21 | F9 | 70 | 57 | 0 | 37 | 2 | 8E | 5F | 37 |
| Octal | 41 | 371 | 160 | 127 | 0 | 67 | 2 | 216 | 137 | 67 |
| Binary | 100001 | 11111001 | 1110000 | 1010111 | 0 | 110111 | 10 | 10001110 | 1011111 | 110111 |
Color Harmonies of #21F970
Complementary color
Monochromatic Colors of #21F970
Black with #21F970
Text Example
Text Example
White with #21F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F970; }
p { color: rgb(33,249,112); }
H1.HeaderClassName
{
color: #21F970;
}
.AnyTagClassName
{
color: #21F970;
}
</style>
background-color css
<style>
a { background-color: #21F970; }
a { background-color: rgb(33,249,112); }
div.DivClassName
{
background-color: #21F970;
}
.BgClassName
{
background-color: #21F970;
}
</style>
border-color css
<style>
span { border-color: #21F970; }
span { border-color: rgb(33,249,112); }
td.TdClassName
{
border-color: #21F970;
}
.TagClassName
{
border-color: #21F970;
}
</style>