Shades of Spring Green #21FA7A
Tints of Spring Green #21FA7A
RGB
CMYK
RGB Variations
Color information
#21FA7A (or 0x21FA7A) is known color: Spring Green. HEX triplet: 21, FA and 7A. RGB value is (33,250,122). Sum of RGB (Red+Green+Blue) = 33+250+122=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 250 (98.05% from 255 or 61.73% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FA7A is #DE0585. Grayscale: #AAAAAA. Windows color (decimal): -14550406 or 8059425. OLE color: 8059425.
HSL color Cylindrical-coordinate representation of color #21FA7A: hue angle of 144.61º degrees, saturation: 0.96, 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 #21FA7A is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 122 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.02 |
| HSL | 144.61º | 0.96% | 0.55% | - |
| HSV(B) | 144.61º | 0.87% | 0.98% | - |
| XYZ | 38.33 | 70.1 | 29.92 | - |
| YUV | 170.53 | 100.61 | 29.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 122 | 0.87 | 0 | 0.51 | 0.02 | 144.61 | 0.96 | 0.55 |
| Hex | 21 | FA | 7A | 57 | 0 | 33 | 2 | 91 | 60 | 37 |
| Octal | 41 | 372 | 172 | 127 | 0 | 63 | 2 | 221 | 140 | 67 |
| Binary | 100001 | 11111010 | 1111010 | 1010111 | 0 | 110011 | 10 | 10010001 | 1100000 | 110111 |
Color Harmonies of #21FA7A
Complementary color
Monochromatic Colors of #21FA7A
Black with #21FA7A
Text Example
Text Example
White with #21FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FA7A; }
p { color: rgb(33,250,122); }
H1.HeaderClassName
{
color: #21FA7A;
}
.AnyTagClassName
{
color: #21FA7A;
}
</style>
background-color css
<style>
a { background-color: #21FA7A; }
a { background-color: rgb(33,250,122); }
div.DivClassName
{
background-color: #21FA7A;
}
.BgClassName
{
background-color: #21FA7A;
}
</style>
border-color css
<style>
span { border-color: #21FA7A; }
span { border-color: rgb(33,250,122); }
td.TdClassName
{
border-color: #21FA7A;
}
.TagClassName
{
border-color: #21FA7A;
}
</style>