Shades of Spring Green #21FB7A
Tints of Spring Green #21FB7A
RGB
CMYK
RGB Variations
Color information
#21FB7A (or 0x21FB7A) is known color: Spring Green. HEX triplet: 21, FB and 7A. RGB value is (33,251,122). Sum of RGB (Red+Green+Blue) = 33+251+122=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 251 (98.44% from 255 or 61.82% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 251 - color contains mainly: green. Hex color #21FB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FB7A is #DE0485. Grayscale: #ABABAB. Windows color (decimal): -14550150 or 8059681. OLE color: 8059681.
HSL color Cylindrical-coordinate representation of color #21FB7A: hue angle of 144.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FB7A is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 251 | 122 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.02 |
| HSL | 144.5º | 0.96% | 0.56% | - |
| HSV(B) | 144.5º | 0.87% | 0.98% | - |
| XYZ | 38.64 | 70.72 | 30.03 | - |
| YUV | 171.11 | 100.28 | 29.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 251 | 122 | 0.87 | 0 | 0.51 | 0.02 | 144.5 | 0.96 | 0.56 |
| Hex | 21 | FB | 7A | 57 | 0 | 33 | 2 | 90 | 60 | 38 |
| Octal | 41 | 373 | 172 | 127 | 0 | 63 | 2 | 220 | 140 | 70 |
| Binary | 100001 | 11111011 | 1111010 | 1010111 | 0 | 110011 | 10 | 10010000 | 1100000 | 111000 |
Color Harmonies of #21FB7A
Complementary color
Monochromatic Colors of #21FB7A
Black with #21FB7A
Text Example
Text Example
White with #21FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FB7A; }
p { color: rgb(33,251,122); }
H1.HeaderClassName
{
color: #21FB7A;
}
.AnyTagClassName
{
color: #21FB7A;
}
</style>
background-color css
<style>
a { background-color: #21FB7A; }
a { background-color: rgb(33,251,122); }
div.DivClassName
{
background-color: #21FB7A;
}
.BgClassName
{
background-color: #21FB7A;
}
</style>
border-color css
<style>
span { border-color: #21FB7A; }
span { border-color: rgb(33,251,122); }
td.TdClassName
{
border-color: #21FB7A;
}
.TagClassName
{
border-color: #21FB7A;
}
</style>