Shades of Kelly Green #5ECC1E
Tints of Kelly Green #5ECC1E
RGB
CMYK
RGB Variations
Color information
#5ECC1E (or 0x5ECC1E) is known color: Kelly Green. HEX triplet: 5E, CC and 1E. RGB value is (94,204,30). Sum of RGB (Red+Green+Blue) = 94+204+30=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECC1E is #A133E1. Grayscale: #979797. Windows color (decimal): -10564578 or 2018398. OLE color: 2018398.
HSL color Cylindrical-coordinate representation of color #5ECC1E: hue angle of 97.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5ECC1E is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 30 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.2 |
| HSL | 97.93º | 0.74% | 0.46% | - |
| HSV(B) | 97.93º | 0.85% | 0.8% | - |
| XYZ | 26.44 | 45.66 | 8.65 | - |
| YUV | 151.27 | 59.56 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 30 | 0.54 | 0 | 0.85 | 0.2 | 97.93 | 0.74 | 0.46 |
| Hex | 5E | CC | 1E | 36 | 0 | 55 | 14 | 62 | 4A | 2E |
| Octal | 136 | 314 | 36 | 66 | 0 | 125 | 24 | 142 | 112 | 56 |
| Binary | 1011110 | 11001100 | 11110 | 110110 | 0 | 1010101 | 10100 | 1100010 | 1001010 | 101110 |
Color Harmonies of #5ECC1E
Complementary color
Monochromatic Colors of #5ECC1E
Black with #5ECC1E
Text Example
Text Example
White with #5ECC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECC1E; }
p { color: rgb(94,204,30); }
H1.HeaderClassName
{
color: #5ECC1E;
}
.AnyTagClassName
{
color: #5ECC1E;
}
</style>
background-color css
<style>
a { background-color: #5ECC1E; }
a { background-color: rgb(94,204,30); }
div.DivClassName
{
background-color: #5ECC1E;
}
.BgClassName
{
background-color: #5ECC1E;
}
</style>
border-color css
<style>
span { border-color: #5ECC1E; }
span { border-color: rgb(94,204,30); }
td.TdClassName
{
border-color: #5ECC1E;
}
.TagClassName
{
border-color: #5ECC1E;
}
</style>