Shades of Spring Green #20ED7A
Tints of Spring Green #20ED7A
RGB
CMYK
RGB Variations
Color information
#20ED7A (or 0x20ED7A) is known color: Spring Green. HEX triplet: 20, ED and 7A. RGB value is (32,237,122). Sum of RGB (Red+Green+Blue) = 32+237+122=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 237 (92.97% from 255 or 60.61% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20ED7A is #DF1285. Grayscale: #A2A2A2. Windows color (decimal): -14619270 or 8056096. OLE color: 8056096.
HSL color Cylindrical-coordinate representation of color #20ED7A: hue angle of 146.34º 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 #20ED7A is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 122 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.07 |
| HSL | 146.34º | 0.85% | 0.53% | - |
| HSV(B) | 146.34º | 0.86% | 0.93% | - |
| XYZ | 34.39 | 62.28 | 28.62 | - |
| YUV | 162.6 | 105.08 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 122 | 0.86 | 0 | 0.49 | 0.07 | 146.34 | 0.85 | 0.53 |
| Hex | 20 | ED | 7A | 56 | 0 | 31 | 7 | 92 | 55 | 35 |
| Octal | 40 | 355 | 172 | 126 | 0 | 61 | 7 | 222 | 125 | 65 |
| Binary | 100000 | 11101101 | 1111010 | 1010110 | 0 | 110001 | 111 | 10010010 | 1010101 | 110101 |
Color Harmonies of #20ED7A
Complementary color
Monochromatic Colors of #20ED7A
Black with #20ED7A
Text Example
Text Example
White with #20ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED7A; }
p { color: rgb(32,237,122); }
H1.HeaderClassName
{
color: #20ED7A;
}
.AnyTagClassName
{
color: #20ED7A;
}
</style>
background-color css
<style>
a { background-color: #20ED7A; }
a { background-color: rgb(32,237,122); }
div.DivClassName
{
background-color: #20ED7A;
}
.BgClassName
{
background-color: #20ED7A;
}
</style>
border-color css
<style>
span { border-color: #20ED7A; }
span { border-color: rgb(32,237,122); }
td.TdClassName
{
border-color: #20ED7A;
}
.TagClassName
{
border-color: #20ED7A;
}
</style>