Shades of Spring Green #21FF8D
Tints of Spring Green #21FF8D
RGB
CMYK
RGB Variations
Color information
#21FF8D (or 0x21FF8D) is known color: Spring Green. HEX triplet: 21, FF and 8D. RGB value is (33,255,141). Sum of RGB (Red+Green+Blue) = 33+255+141=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21FF8D is #DE0072. Grayscale: #AFAFAF. Windows color (decimal): -14549107 or 9305889. OLE color: 9305889.
HSL color Cylindrical-coordinate representation of color #21FF8D: hue angle of 149.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FF8D is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 141 | - |
| CMYK | 0.87 | 0 | 0.45 | 0 |
| HSL | 149.19º | 1% | 0.56% | - |
| HSV(B) | 149.19º | 0.87% | 1% | - |
| XYZ | 41.19 | 73.77 | 37.27 | - |
| YUV | 175.63 | 108.45 | 26.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 141 | 0.87 | 0 | 0.45 | 0 | 149.19 | 1 | 0.56 |
| Hex | 21 | FF | 8D | 57 | 0 | 2D | 0 | 95 | 64 | 38 |
| Octal | 41 | 377 | 215 | 127 | 0 | 55 | 0 | 225 | 144 | 70 |
| Binary | 100001 | 11111111 | 10001101 | 1010111 | 0 | 101101 | 0 | 10010101 | 1100100 | 111000 |
Color Harmonies of #21FF8D
Complementary color
Monochromatic Colors of #21FF8D
Black with #21FF8D
Text Example
Text Example
White with #21FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF8D; }
p { color: rgb(33,255,141); }
H1.HeaderClassName
{
color: #21FF8D;
}
.AnyTagClassName
{
color: #21FF8D;
}
</style>
background-color css
<style>
a { background-color: #21FF8D; }
a { background-color: rgb(33,255,141); }
div.DivClassName
{
background-color: #21FF8D;
}
.BgClassName
{
background-color: #21FF8D;
}
</style>
border-color css
<style>
span { border-color: #21FF8D; }
span { border-color: rgb(33,255,141); }
td.TdClassName
{
border-color: #21FF8D;
}
.TagClassName
{
border-color: #21FF8D;
}
</style>