Shades of Spring Green #20EC75
Tints of Spring Green #20EC75
RGB
CMYK
RGB Variations
Color information
#20EC75 (or 0x20EC75) is known color: Spring Green. HEX triplet: 20, EC and 75. RGB value is (32,236,117). Sum of RGB (Red+Green+Blue) = 32+236+117=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EC75 is #DF138A. Grayscale: #A1A1A1. Windows color (decimal): -14619531 or 7728160. OLE color: 7728160.
HSL color Cylindrical-coordinate representation of color #20EC75: hue angle of 145º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EC75 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 117 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.07 |
| HSL | 145º | 0.84% | 0.53% | - |
| HSV(B) | 145º | 0.86% | 0.93% | - |
| XYZ | 33.8 | 61.58 | 26.93 | - |
| YUV | 161.44 | 102.91 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 117 | 0.86 | 0 | 0.50 | 0.07 | 145 | 0.84 | 0.53 |
| Hex | 20 | EC | 75 | 56 | 0 | 32 | 7 | 91 | 54 | 35 |
| Octal | 40 | 354 | 165 | 126 | 0 | 62 | 7 | 221 | 124 | 65 |
| Binary | 100000 | 11101100 | 1110101 | 1010110 | 0 | 110010 | 111 | 10010001 | 1010100 | 110101 |
Color Harmonies of #20EC75
Complementary color
Monochromatic Colors of #20EC75
Black with #20EC75
Text Example
Text Example
White with #20EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC75; }
p { color: rgb(32,236,117); }
H1.HeaderClassName
{
color: #20EC75;
}
.AnyTagClassName
{
color: #20EC75;
}
</style>
background-color css
<style>
a { background-color: #20EC75; }
a { background-color: rgb(32,236,117); }
div.DivClassName
{
background-color: #20EC75;
}
.BgClassName
{
background-color: #20EC75;
}
</style>
border-color css
<style>
span { border-color: #20EC75; }
span { border-color: rgb(32,236,117); }
td.TdClassName
{
border-color: #20EC75;
}
.TagClassName
{
border-color: #20EC75;
}
</style>