Shades of Spring Green #20FC76
Tints of Spring Green #20FC76
RGB
CMYK
RGB Variations
Color information
#20FC76 (or 0x20FC76) is known color: Spring Green. HEX triplet: 20, FC and 76. RGB value is (32,252,118). Sum of RGB (Red+Green+Blue) = 32+252+118=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 252 (98.83% from 255 or 62.69% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 252 - color contains mainly: green. Hex color #20FC76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FC76 is #DF0389. Grayscale: #ABABAB. Windows color (decimal): -14615434 or 7797792. OLE color: 7797792.
HSL color Cylindrical-coordinate representation of color #20FC76: hue angle of 143.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FC76 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 118 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.01 |
| HSL | 143.45º | 0.97% | 0.56% | - |
| HSV(B) | 143.45º | 0.87% | 0.99% | - |
| XYZ | 38.68 | 71.24 | 28.85 | - |
| YUV | 170.94 | 98.11 | 28.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 118 | 0.87 | 0 | 0.53 | 0.01 | 143.45 | 0.97 | 0.56 |
| Hex | 20 | FC | 76 | 57 | 0 | 35 | 1 | 8F | 61 | 38 |
| Octal | 40 | 374 | 166 | 127 | 0 | 65 | 1 | 217 | 141 | 70 |
| Binary | 100000 | 11111100 | 1110110 | 1010111 | 0 | 110101 | 1 | 10001111 | 1100001 | 111000 |
Color Harmonies of #20FC76
Complementary color
Monochromatic Colors of #20FC76
Black with #20FC76
Text Example
Text Example
White with #20FC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FC76; }
p { color: rgb(32,252,118); }
H1.HeaderClassName
{
color: #20FC76;
}
.AnyTagClassName
{
color: #20FC76;
}
</style>
background-color css
<style>
a { background-color: #20FC76; }
a { background-color: rgb(32,252,118); }
div.DivClassName
{
background-color: #20FC76;
}
.BgClassName
{
background-color: #20FC76;
}
</style>
border-color css
<style>
span { border-color: #20FC76; }
span { border-color: rgb(32,252,118); }
td.TdClassName
{
border-color: #20FC76;
}
.TagClassName
{
border-color: #20FC76;
}
</style>