Shades of Spring Green #21F270
Tints of Spring Green #21F270
RGB
CMYK
RGB Variations
Color information
#21F270 (or 0x21F270) is known color: Spring Green. HEX triplet: 21, F2 and 70. RGB value is (33,242,112). Sum of RGB (Red+Green+Blue) = 33+242+112=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #21F270 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F270 is #DE0D8F. Grayscale: #A5A5A5. Windows color (decimal): -14552464 or 7402017. OLE color: 7402017.
HSL color Cylindrical-coordinate representation of color #21F270: hue angle of 142.68º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F270 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 112 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.05 |
| HSL | 142.68º | 0.89% | 0.54% | - |
| HSV(B) | 142.68º | 0.86% | 0.95% | - |
| XYZ | 35.3 | 65 | 26.01 | - |
| YUV | 164.69 | 98.26 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 112 | 0.86 | 0 | 0.54 | 0.05 | 142.68 | 0.89 | 0.54 |
| Hex | 21 | F2 | 70 | 56 | 0 | 36 | 5 | 8F | 59 | 36 |
| Octal | 41 | 362 | 160 | 126 | 0 | 66 | 5 | 217 | 131 | 66 |
| Binary | 100001 | 11110010 | 1110000 | 1010110 | 0 | 110110 | 101 | 10001111 | 1011001 | 110110 |
Color Harmonies of #21F270
Complementary color
Monochromatic Colors of #21F270
Black with #21F270
Text Example
Text Example
White with #21F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F270; }
p { color: rgb(33,242,112); }
H1.HeaderClassName
{
color: #21F270;
}
.AnyTagClassName
{
color: #21F270;
}
</style>
background-color css
<style>
a { background-color: #21F270; }
a { background-color: rgb(33,242,112); }
div.DivClassName
{
background-color: #21F270;
}
.BgClassName
{
background-color: #21F270;
}
</style>
border-color css
<style>
span { border-color: #21F270; }
span { border-color: rgb(33,242,112); }
td.TdClassName
{
border-color: #21F270;
}
.TagClassName
{
border-color: #21F270;
}
</style>