Shades of Spring Green #20EB74
Tints of Spring Green #20EB74
RGB
CMYK
RGB Variations
Color information
#20EB74 (or 0x20EB74) is known color: Spring Green. HEX triplet: 20, EB and 74. RGB value is (32,235,116). Sum of RGB (Red+Green+Blue) = 32+235+116=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 235 (92.19% from 255 or 61.36% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EB74 is #DF148B. Grayscale: #A1A1A1. Windows color (decimal): -14619788 or 7662368. OLE color: 7662368.
HSL color Cylindrical-coordinate representation of color #20EB74: hue angle of 144.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EB74 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 235 | 116 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.08 |
| HSL | 144.83º | 0.84% | 0.52% | - |
| HSV(B) | 144.83º | 0.86% | 0.92% | - |
| XYZ | 33.46 | 60.98 | 26.53 | - |
| YUV | 160.74 | 102.75 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 235 | 116 | 0.86 | 0 | 0.51 | 0.08 | 144.83 | 0.84 | 0.52 |
| Hex | 20 | EB | 74 | 56 | 0 | 33 | 8 | 91 | 54 | 34 |
| Octal | 40 | 353 | 164 | 126 | 0 | 63 | 10 | 221 | 124 | 64 |
| Binary | 100000 | 11101011 | 1110100 | 1010110 | 0 | 110011 | 1000 | 10010001 | 1010100 | 110100 |
Color Harmonies of #20EB74
Complementary color
Monochromatic Colors of #20EB74
Black with #20EB74
Text Example
Text Example
White with #20EB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EB74; }
p { color: rgb(32,235,116); }
H1.HeaderClassName
{
color: #20EB74;
}
.AnyTagClassName
{
color: #20EB74;
}
</style>
background-color css
<style>
a { background-color: #20EB74; }
a { background-color: rgb(32,235,116); }
div.DivClassName
{
background-color: #20EB74;
}
.BgClassName
{
background-color: #20EB74;
}
</style>
border-color css
<style>
span { border-color: #20EB74; }
span { border-color: rgb(32,235,116); }
td.TdClassName
{
border-color: #20EB74;
}
.TagClassName
{
border-color: #20EB74;
}
</style>