Shades of Kelly Green #5ECD20
Tints of Kelly Green #5ECD20
RGB
CMYK
RGB Variations
Color information
#5ECD20 (or 0x5ECD20) is known color: Kelly Green. HEX triplet: 5E, CD and 20. RGB value is (94,205,32). Sum of RGB (Red+Green+Blue) = 94+205+32=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECD20 is #A132DF. Grayscale: #989898. Windows color (decimal): -10564320 or 2149726. OLE color: 2149726.
HSL color Cylindrical-coordinate representation of color #5ECD20: hue angle of 98.5º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5ECD20 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 32 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.20 |
| HSL | 98.5º | 0.73% | 0.46% | - |
| HSV(B) | 98.5º | 0.84% | 0.8% | - |
| XYZ | 26.71 | 46.15 | 8.87 | - |
| YUV | 152.09 | 60.23 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 32 | 0.54 | 0 | 0.84 | 0.20 | 98.5 | 0.73 | 0.46 |
| Hex | 5E | CD | 20 | 36 | 0 | 54 | 14 | 62 | 49 | 2E |
| Octal | 136 | 315 | 40 | 66 | 0 | 124 | 24 | 142 | 111 | 56 |
| Binary | 1011110 | 11001101 | 100000 | 110110 | 0 | 1010100 | 10100 | 1100010 | 1001001 | 101110 |
Color Harmonies of #5ECD20
Complementary color
Monochromatic Colors of #5ECD20
Black with #5ECD20
Text Example
Text Example
White with #5ECD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECD20; }
p { color: rgb(94,205,32); }
H1.HeaderClassName
{
color: #5ECD20;
}
.AnyTagClassName
{
color: #5ECD20;
}
</style>
background-color css
<style>
a { background-color: #5ECD20; }
a { background-color: rgb(94,205,32); }
div.DivClassName
{
background-color: #5ECD20;
}
.BgClassName
{
background-color: #5ECD20;
}
</style>
border-color css
<style>
span { border-color: #5ECD20; }
span { border-color: rgb(94,205,32); }
td.TdClassName
{
border-color: #5ECD20;
}
.TagClassName
{
border-color: #5ECD20;
}
</style>