Shades of Spring Green #20FF86
Tints of Spring Green #20FF86
RGB
CMYK
RGB Variations
Color information
#20FF86 (or 0x20FF86) is known color: Spring Green. HEX triplet: 20, FF and 86. RGB value is (32,255,134). Sum of RGB (Red+Green+Blue) = 32+255+134=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #20FF86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FF86 is #DF0079. Grayscale: #AEAEAE. Windows color (decimal): -14614650 or 8847136. OLE color: 8847136.
HSL color Cylindrical-coordinate representation of color #20FF86: hue angle of 147.44º 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 #20FF86 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 134 | - |
| CMYK | 0.87 | 0 | 0.47 | 0 |
| HSL | 147.44º | 1% | 0.56% | - |
| HSV(B) | 147.44º | 0.87% | 1% | - |
| XYZ | 40.66 | 73.55 | 34.61 | - |
| YUV | 174.53 | 105.12 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 134 | 0.87 | 0 | 0.47 | 0 | 147.44 | 1 | 0.56 |
| Hex | 20 | FF | 86 | 57 | 0 | 2F | 0 | 93 | 64 | 38 |
| Octal | 40 | 377 | 206 | 127 | 0 | 57 | 0 | 223 | 144 | 70 |
| Binary | 100000 | 11111111 | 10000110 | 1010111 | 0 | 101111 | 0 | 10010011 | 1100100 | 111000 |
Color Harmonies of #20FF86
Complementary color
Monochromatic Colors of #20FF86
Black with #20FF86
Text Example
Text Example
White with #20FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FF86; }
p { color: rgb(32,255,134); }
H1.HeaderClassName
{
color: #20FF86;
}
.AnyTagClassName
{
color: #20FF86;
}
</style>
background-color css
<style>
a { background-color: #20FF86; }
a { background-color: rgb(32,255,134); }
div.DivClassName
{
background-color: #20FF86;
}
.BgClassName
{
background-color: #20FF86;
}
</style>
border-color css
<style>
span { border-color: #20FF86; }
span { border-color: rgb(32,255,134); }
td.TdClassName
{
border-color: #20FF86;
}
.TagClassName
{
border-color: #20FF86;
}
</style>