Shades of Spring Green #21F885
Tints of Spring Green #21F885
RGB
CMYK
RGB Variations
Color information
#21F885 (or 0x21F885) is known color: Spring Green. HEX triplet: 21, F8 and 85. RGB value is (33,248,133). Sum of RGB (Red+Green+Blue) = 33+248+133=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 248 (97.27% from 255 or 59.90% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 248 - color contains mainly: green. Hex color #21F885 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F885 is #DE077A. Grayscale: #AAAAAA. Windows color (decimal): -14550907 or 8779809. OLE color: 8779809.
HSL color Cylindrical-coordinate representation of color #21F885: hue angle of 147.91º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F885 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 248 | 133 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.03 |
| HSL | 147.91º | 0.94% | 0.55% | - |
| HSV(B) | 147.91º | 0.87% | 0.97% | - |
| XYZ | 38.43 | 69.15 | 33.51 | - |
| YUV | 170.61 | 106.77 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 248 | 133 | 0.87 | 0 | 0.46 | 0.03 | 147.91 | 0.94 | 0.55 |
| Hex | 21 | F8 | 85 | 57 | 0 | 2E | 3 | 94 | 5E | 37 |
| Octal | 41 | 370 | 205 | 127 | 0 | 56 | 3 | 224 | 136 | 67 |
| Binary | 100001 | 11111000 | 10000101 | 1010111 | 0 | 101110 | 11 | 10010100 | 1011110 | 110111 |
Color Harmonies of #21F885
Complementary color
Monochromatic Colors of #21F885
Black with #21F885
Text Example
Text Example
White with #21F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F885; }
p { color: rgb(33,248,133); }
H1.HeaderClassName
{
color: #21F885;
}
.AnyTagClassName
{
color: #21F885;
}
</style>
background-color css
<style>
a { background-color: #21F885; }
a { background-color: rgb(33,248,133); }
div.DivClassName
{
background-color: #21F885;
}
.BgClassName
{
background-color: #21F885;
}
</style>
border-color css
<style>
span { border-color: #21F885; }
span { border-color: rgb(33,248,133); }
td.TdClassName
{
border-color: #21F885;
}
.TagClassName
{
border-color: #21F885;
}
</style>