Shades of Spring Green #21F086
Tints of Spring Green #21F086
RGB
CMYK
RGB Variations
Color information
#21F086 (or 0x21F086) is known color: Spring Green. HEX triplet: 21, F0 and 86. RGB value is (33,240,134). Sum of RGB (Red+Green+Blue) = 33+240+134=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 240 (94.14% from 255 or 58.97% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 240 - color contains mainly: green. Hex color #21F086 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F086 is #DE0F79. Grayscale: #A6A6A6. Windows color (decimal): -14552954 or 8843297. OLE color: 8843297.
HSL color Cylindrical-coordinate representation of color #21F086: hue angle of 149.28º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F086 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 134 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.06 |
| HSL | 149.28º | 0.87% | 0.54% | - |
| HSV(B) | 149.28º | 0.86% | 0.94% | - |
| XYZ | 36.09 | 64.36 | 33.08 | - |
| YUV | 166.02 | 109.92 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 134 | 0.86 | 0 | 0.44 | 0.06 | 149.28 | 0.87 | 0.54 |
| Hex | 21 | F0 | 86 | 56 | 0 | 2C | 6 | 95 | 57 | 36 |
| Octal | 41 | 360 | 206 | 126 | 0 | 54 | 6 | 225 | 127 | 66 |
| Binary | 100001 | 11110000 | 10000110 | 1010110 | 0 | 101100 | 110 | 10010101 | 1010111 | 110110 |
Color Harmonies of #21F086
Complementary color
Monochromatic Colors of #21F086
Black with #21F086
Text Example
Text Example
White with #21F086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F086; }
p { color: rgb(33,240,134); }
H1.HeaderClassName
{
color: #21F086;
}
.AnyTagClassName
{
color: #21F086;
}
</style>
background-color css
<style>
a { background-color: #21F086; }
a { background-color: rgb(33,240,134); }
div.DivClassName
{
background-color: #21F086;
}
.BgClassName
{
background-color: #21F086;
}
</style>
border-color css
<style>
span { border-color: #21F086; }
span { border-color: rgb(33,240,134); }
td.TdClassName
{
border-color: #21F086;
}
.TagClassName
{
border-color: #21F086;
}
</style>