Shades of Spring Green #21E985
Tints of Spring Green #21E985
RGB
CMYK
RGB Variations
Color information
#21E985 (or 0x21E985) is known color: Spring Green. HEX triplet: 21, E9 and 85. RGB value is (33,233,133). Sum of RGB (Red+Green+Blue) = 33+233+133=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 233 (91.41% from 255 or 58.40% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 233 - color contains mainly: green. Hex color #21E985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21E985 is #DE167A. Grayscale: #A2A2A2. Windows color (decimal): -14554747 or 8775969. OLE color: 8775969.
HSL color Cylindrical-coordinate representation of color #21E985: hue angle of 150º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E985 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 133 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.09 |
| HSL | 150º | 0.82% | 0.52% | - |
| HSV(B) | 150º | 0.86% | 0.91% | - |
| XYZ | 34 | 60.29 | 32.04 | - |
| YUV | 161.8 | 111.74 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 133 | 0.86 | 0 | 0.43 | 0.09 | 150 | 0.82 | 0.52 |
| Hex | 21 | E9 | 85 | 56 | 0 | 2B | 9 | 96 | 52 | 34 |
| Octal | 41 | 351 | 205 | 126 | 0 | 53 | 11 | 226 | 122 | 64 |
| Binary | 100001 | 11101001 | 10000101 | 1010110 | 0 | 101011 | 1001 | 10010110 | 1010010 | 110100 |
Color Harmonies of #21E985
Complementary color
Monochromatic Colors of #21E985
Black with #21E985
Text Example
Text Example
White with #21E985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E985; }
p { color: rgb(33,233,133); }
H1.HeaderClassName
{
color: #21E985;
}
.AnyTagClassName
{
color: #21E985;
}
</style>
background-color css
<style>
a { background-color: #21E985; }
a { background-color: rgb(33,233,133); }
div.DivClassName
{
background-color: #21E985;
}
.BgClassName
{
background-color: #21E985;
}
</style>
border-color css
<style>
span { border-color: #21E985; }
span { border-color: rgb(33,233,133); }
td.TdClassName
{
border-color: #21E985;
}
.TagClassName
{
border-color: #21E985;
}
</style>