Shades of Kelly Green #5ECC14
Tints of Kelly Green #5ECC14
RGB
CMYK
RGB Variations
Color information
#5ECC14 (or 0x5ECC14) is known color: Kelly Green. HEX triplet: 5E, CC and 14. RGB value is (94,204,20). Sum of RGB (Red+Green+Blue) = 94+204+20=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ECC14 is #A133EB. Grayscale: #969696. Windows color (decimal): -10564588 or 1363038. OLE color: 1363038.
HSL color Cylindrical-coordinate representation of color #5ECC14: hue angle of 95.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5ECC14 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 20 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.2 |
| HSL | 95.87º | 0.82% | 0.44% | - |
| HSV(B) | 95.87º | 0.9% | 0.8% | - |
| XYZ | 26.34 | 45.62 | 8.08 | - |
| YUV | 150.13 | 54.56 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 20 | 0.54 | 0 | 0.90 | 0.2 | 95.87 | 0.82 | 0.44 |
| Hex | 5E | CC | 14 | 36 | 0 | 5A | 14 | 60 | 52 | 2C |
| Octal | 136 | 314 | 24 | 66 | 0 | 132 | 24 | 140 | 122 | 54 |
| Binary | 1011110 | 11001100 | 10100 | 110110 | 0 | 1011010 | 10100 | 1100000 | 1010010 | 101100 |
Color Harmonies of #5ECC14
Complementary color
Monochromatic Colors of #5ECC14
Black with #5ECC14
Text Example
Text Example
White with #5ECC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECC14; }
p { color: rgb(94,204,20); }
H1.HeaderClassName
{
color: #5ECC14;
}
.AnyTagClassName
{
color: #5ECC14;
}
</style>
background-color css
<style>
a { background-color: #5ECC14; }
a { background-color: rgb(94,204,20); }
div.DivClassName
{
background-color: #5ECC14;
}
.BgClassName
{
background-color: #5ECC14;
}
</style>
border-color css
<style>
span { border-color: #5ECC14; }
span { border-color: rgb(94,204,20); }
td.TdClassName
{
border-color: #5ECC14;
}
.TagClassName
{
border-color: #5ECC14;
}
</style>