Shades of Kelly Green #5EC514
Tints of Kelly Green #5EC514
RGB
CMYK
RGB Variations
Color information
#5EC514 (or 0x5EC514) is known color: Kelly Green. HEX triplet: 5E, C5 and 14. RGB value is (94,197,20). Sum of RGB (Red+Green+Blue) = 94+197+20=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EC514 is #A13AEB. Grayscale: #929292. Windows color (decimal): -10566380 or 1361246. OLE color: 1361246.
HSL color Cylindrical-coordinate representation of color #5EC514: hue angle of 94.92º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5EC514 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 197 | 20 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.23 |
| HSL | 94.92º | 0.82% | 0.43% | - |
| HSV(B) | 94.92º | 0.9% | 0.77% | - |
| XYZ | 24.71 | 42.36 | 7.54 | - |
| YUV | 146.03 | 56.88 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 197 | 20 | 0.52 | 0 | 0.90 | 0.23 | 94.92 | 0.82 | 0.43 |
| Hex | 5E | C5 | 14 | 34 | 0 | 5A | 17 | 5F | 52 | 2B |
| Octal | 136 | 305 | 24 | 64 | 0 | 132 | 27 | 137 | 122 | 53 |
| Binary | 1011110 | 11000101 | 10100 | 110100 | 0 | 1011010 | 10111 | 1011111 | 1010010 | 101011 |
Color Harmonies of #5EC514
Complementary color
Monochromatic Colors of #5EC514
Black with #5EC514
Text Example
Text Example
White with #5EC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC514; }
p { color: rgb(94,197,20); }
H1.HeaderClassName
{
color: #5EC514;
}
.AnyTagClassName
{
color: #5EC514;
}
</style>
background-color css
<style>
a { background-color: #5EC514; }
a { background-color: rgb(94,197,20); }
div.DivClassName
{
background-color: #5EC514;
}
.BgClassName
{
background-color: #5EC514;
}
</style>
border-color css
<style>
span { border-color: #5EC514; }
span { border-color: rgb(94,197,20); }
td.TdClassName
{
border-color: #5EC514;
}
.TagClassName
{
border-color: #5EC514;
}
</style>