Shades of Spring Green #20ED75
Tints of Spring Green #20ED75
RGB
CMYK
RGB Variations
Color information
#20ED75 (or 0x20ED75) is known color: Spring Green. HEX triplet: 20, ED and 75. RGB value is (32,237,117). Sum of RGB (Red+Green+Blue) = 32+237+117=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20ED75 is #DF128A. Grayscale: #A2A2A2. Windows color (decimal): -14619275 or 7728416. OLE color: 7728416.
HSL color Cylindrical-coordinate representation of color #20ED75: hue angle of 144.88º degrees, saturation: 0.85, 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 #20ED75 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 117 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.07 |
| HSL | 144.88º | 0.85% | 0.53% | - |
| HSV(B) | 144.88º | 0.86% | 0.93% | - |
| XYZ | 34.09 | 62.16 | 27.03 | - |
| YUV | 162.03 | 102.58 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 117 | 0.86 | 0 | 0.51 | 0.07 | 144.88 | 0.85 | 0.53 |
| Hex | 20 | ED | 75 | 56 | 0 | 33 | 7 | 91 | 55 | 35 |
| Octal | 40 | 355 | 165 | 126 | 0 | 63 | 7 | 221 | 125 | 65 |
| Binary | 100000 | 11101101 | 1110101 | 1010110 | 0 | 110011 | 111 | 10010001 | 1010101 | 110101 |
Color Harmonies of #20ED75
Complementary color
Monochromatic Colors of #20ED75
Black with #20ED75
Text Example
Text Example
White with #20ED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED75; }
p { color: rgb(32,237,117); }
H1.HeaderClassName
{
color: #20ED75;
}
.AnyTagClassName
{
color: #20ED75;
}
</style>
background-color css
<style>
a { background-color: #20ED75; }
a { background-color: rgb(32,237,117); }
div.DivClassName
{
background-color: #20ED75;
}
.BgClassName
{
background-color: #20ED75;
}
</style>
border-color css
<style>
span { border-color: #20ED75; }
span { border-color: rgb(32,237,117); }
td.TdClassName
{
border-color: #20ED75;
}
.TagClassName
{
border-color: #20ED75;
}
</style>