Shades of Spring Green #20ED7D
Tints of Spring Green #20ED7D
RGB
CMYK
RGB Variations
Color information
#20ED7D (or 0x20ED7D) is known color: Spring Green. HEX triplet: 20, ED and 7D. RGB value is (32,237,125). Sum of RGB (Red+Green+Blue) = 32+237+125=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 237 (92.97% from 255 or 60.15% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20ED7D is #DF1282. Grayscale: #A3A3A3. Windows color (decimal): -14619267 or 8252704. OLE color: 8252704.
HSL color Cylindrical-coordinate representation of color #20ED7D: hue angle of 147.22º 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 #20ED7D is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 125 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.07 |
| HSL | 147.22º | 0.85% | 0.53% | - |
| HSV(B) | 147.22º | 0.86% | 0.93% | - |
| XYZ | 34.58 | 62.36 | 29.62 | - |
| YUV | 162.94 | 106.58 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 125 | 0.86 | 0 | 0.47 | 0.07 | 147.22 | 0.85 | 0.53 |
| Hex | 20 | ED | 7D | 56 | 0 | 2F | 7 | 93 | 55 | 35 |
| Octal | 40 | 355 | 175 | 126 | 0 | 57 | 7 | 223 | 125 | 65 |
| Binary | 100000 | 11101101 | 1111101 | 1010110 | 0 | 101111 | 111 | 10010011 | 1010101 | 110101 |
Color Harmonies of #20ED7D
Complementary color
Monochromatic Colors of #20ED7D
Black with #20ED7D
Text Example
Text Example
White with #20ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED7D; }
p { color: rgb(32,237,125); }
H1.HeaderClassName
{
color: #20ED7D;
}
.AnyTagClassName
{
color: #20ED7D;
}
</style>
background-color css
<style>
a { background-color: #20ED7D; }
a { background-color: rgb(32,237,125); }
div.DivClassName
{
background-color: #20ED7D;
}
.BgClassName
{
background-color: #20ED7D;
}
</style>
border-color css
<style>
span { border-color: #20ED7D; }
span { border-color: rgb(32,237,125); }
td.TdClassName
{
border-color: #20ED7D;
}
.TagClassName
{
border-color: #20ED7D;
}
</style>