Shades of Spring Green #21F570
Tints of Spring Green #21F570
RGB
CMYK
RGB Variations
Color information
#21F570 (or 0x21F570) is known color: Spring Green. HEX triplet: 21, F5 and 70. RGB value is (33,245,112). Sum of RGB (Red+Green+Blue) = 33+245+112=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 245 (96.09% from 255 or 62.82% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 245 - color contains mainly: green. Hex color #21F570 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F570 is #DE0A8F. Grayscale: #A6A6A6. Windows color (decimal): -14551696 or 7402785. OLE color: 7402785.
HSL color Cylindrical-coordinate representation of color #21F570: hue angle of 142.36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F570 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 245 | 112 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.04 |
| HSL | 142.36º | 0.91% | 0.55% | - |
| HSV(B) | 142.36º | 0.87% | 0.96% | - |
| XYZ | 36.2 | 66.8 | 26.31 | - |
| YUV | 166.45 | 97.26 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 245 | 112 | 0.87 | 0 | 0.54 | 0.04 | 142.36 | 0.91 | 0.55 |
| Hex | 21 | F5 | 70 | 57 | 0 | 36 | 4 | 8E | 5B | 37 |
| Octal | 41 | 365 | 160 | 127 | 0 | 66 | 4 | 216 | 133 | 67 |
| Binary | 100001 | 11110101 | 1110000 | 1010111 | 0 | 110110 | 100 | 10001110 | 1011011 | 110111 |
Color Harmonies of #21F570
Complementary color
Monochromatic Colors of #21F570
Black with #21F570
Text Example
Text Example
White with #21F570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F570; }
p { color: rgb(33,245,112); }
H1.HeaderClassName
{
color: #21F570;
}
.AnyTagClassName
{
color: #21F570;
}
</style>
background-color css
<style>
a { background-color: #21F570; }
a { background-color: rgb(33,245,112); }
div.DivClassName
{
background-color: #21F570;
}
.BgClassName
{
background-color: #21F570;
}
</style>
border-color css
<style>
span { border-color: #21F570; }
span { border-color: rgb(33,245,112); }
td.TdClassName
{
border-color: #21F570;
}
.TagClassName
{
border-color: #21F570;
}
</style>