Shades of Spring Green #21FA85
Tints of Spring Green #21FA85
RGB
CMYK
RGB Variations
Color information
#21FA85 (or 0x21FA85) is known color: Spring Green. HEX triplet: 21, FA and 85. RGB value is (33,250,133). Sum of RGB (Red+Green+Blue) = 33+250+133=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #21FA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21FA85 is #DE057A. Grayscale: #ACACAC. Windows color (decimal): -14550395 or 8780321. OLE color: 8780321.
HSL color Cylindrical-coordinate representation of color #21FA85: hue angle of 147.65º 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 #21FA85 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 133 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.02 |
| HSL | 147.65º | 0.96% | 0.55% | - |
| HSV(B) | 147.65º | 0.87% | 0.98% | - |
| XYZ | 39.05 | 70.39 | 33.72 | - |
| YUV | 171.78 | 106.11 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 133 | 0.87 | 0 | 0.47 | 0.02 | 147.65 | 0.96 | 0.55 |
| Hex | 21 | FA | 85 | 57 | 0 | 2F | 2 | 94 | 60 | 37 |
| Octal | 41 | 372 | 205 | 127 | 0 | 57 | 2 | 224 | 140 | 67 |
| Binary | 100001 | 11111010 | 10000101 | 1010111 | 0 | 101111 | 10 | 10010100 | 1100000 | 110111 |
Color Harmonies of #21FA85
Complementary color
Monochromatic Colors of #21FA85
Black with #21FA85
Text Example
Text Example
White with #21FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FA85; }
p { color: rgb(33,250,133); }
H1.HeaderClassName
{
color: #21FA85;
}
.AnyTagClassName
{
color: #21FA85;
}
</style>
background-color css
<style>
a { background-color: #21FA85; }
a { background-color: rgb(33,250,133); }
div.DivClassName
{
background-color: #21FA85;
}
.BgClassName
{
background-color: #21FA85;
}
</style>
border-color css
<style>
span { border-color: #21FA85; }
span { border-color: rgb(33,250,133); }
td.TdClassName
{
border-color: #21FA85;
}
.TagClassName
{
border-color: #21FA85;
}
</style>