Shades of Spring Green #21FA7B
Tints of Spring Green #21FA7B
RGB
CMYK
RGB Variations
Color information
#21FA7B (or 0x21FA7B) is known color: Spring Green. HEX triplet: 21, FA and 7B. RGB value is (33,250,123). Sum of RGB (Red+Green+Blue) = 33+250+123=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FA7B is #DE0584. Grayscale: #AAAAAA. Windows color (decimal): -14550405 or 8124961. OLE color: 8124961.
HSL color Cylindrical-coordinate representation of color #21FA7B: hue angle of 144.88º 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 #21FA7B is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 123 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.02 |
| HSL | 144.88º | 0.96% | 0.55% | - |
| HSV(B) | 144.88º | 0.87% | 0.98% | - |
| XYZ | 38.39 | 70.12 | 30.25 | - |
| YUV | 170.64 | 101.11 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 123 | 0.87 | 0 | 0.51 | 0.02 | 144.88 | 0.96 | 0.55 |
| Hex | 21 | FA | 7B | 57 | 0 | 33 | 2 | 91 | 60 | 37 |
| Octal | 41 | 372 | 173 | 127 | 0 | 63 | 2 | 221 | 140 | 67 |
| Binary | 100001 | 11111010 | 1111011 | 1010111 | 0 | 110011 | 10 | 10010001 | 1100000 | 110111 |
Color Harmonies of #21FA7B
Complementary color
Monochromatic Colors of #21FA7B
Black with #21FA7B
Text Example
Text Example
White with #21FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FA7B; }
p { color: rgb(33,250,123); }
H1.HeaderClassName
{
color: #21FA7B;
}
.AnyTagClassName
{
color: #21FA7B;
}
</style>
background-color css
<style>
a { background-color: #21FA7B; }
a { background-color: rgb(33,250,123); }
div.DivClassName
{
background-color: #21FA7B;
}
.BgClassName
{
background-color: #21FA7B;
}
</style>
border-color css
<style>
span { border-color: #21FA7B; }
span { border-color: rgb(33,250,123); }
td.TdClassName
{
border-color: #21FA7B;
}
.TagClassName
{
border-color: #21FA7B;
}
</style>