Shades of Spring Green #21FF70
Tints of Spring Green #21FF70
RGB
CMYK
RGB Variations
Color information
#21FF70 (or 0x21FF70) is known color: Spring Green. HEX triplet: 21, FF and 70. RGB value is (33,255,112). Sum of RGB (Red+Green+Blue) = 33+255+112=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FF70 is #DE008F. Grayscale: #ACACAC. Windows color (decimal): -14549136 or 7405345. OLE color: 7405345.
HSL color Cylindrical-coordinate representation of color #21FF70: hue angle of 141.35º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FF70 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 112 | - |
| CMYK | 0.87 | 0 | 0.56 | 0 |
| HSL | 141.35º | 1% | 0.56% | - |
| HSV(B) | 141.35º | 0.87% | 1% | - |
| XYZ | 39.31 | 73.01 | 27.35 | - |
| YUV | 172.32 | 93.95 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 112 | 0.87 | 0 | 0.56 | 0 | 141.35 | 1 | 0.56 |
| Hex | 21 | FF | 70 | 57 | 0 | 38 | 0 | 8D | 64 | 38 |
| Octal | 41 | 377 | 160 | 127 | 0 | 70 | 0 | 215 | 144 | 70 |
| Binary | 100001 | 11111111 | 1110000 | 1010111 | 0 | 111000 | 0 | 10001101 | 1100100 | 111000 |
Color Harmonies of #21FF70
Complementary color
Monochromatic Colors of #21FF70
Black with #21FF70
Text Example
Text Example
White with #21FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF70; }
p { color: rgb(33,255,112); }
H1.HeaderClassName
{
color: #21FF70;
}
.AnyTagClassName
{
color: #21FF70;
}
</style>
background-color css
<style>
a { background-color: #21FF70; }
a { background-color: rgb(33,255,112); }
div.DivClassName
{
background-color: #21FF70;
}
.BgClassName
{
background-color: #21FF70;
}
</style>
border-color css
<style>
span { border-color: #21FF70; }
span { border-color: rgb(33,255,112); }
td.TdClassName
{
border-color: #21FF70;
}
.TagClassName
{
border-color: #21FF70;
}
</style>