Shades of Kelly Green #5EC00F
Tints of Kelly Green #5EC00F
RGB
CMYK
RGB Variations
Color information
#5EC00F (or 0x5EC00F) is known color: Kelly Green. HEX triplet: 5E, C0 and 0F. RGB value is (94,192,15). Sum of RGB (Red+Green+Blue) = 94+192+15=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EC00F is #A13FF0. Grayscale: #8F8F8F. Windows color (decimal): -10567665 or 1032286. OLE color: 1032286.
HSL color Cylindrical-coordinate representation of color #5EC00F: hue angle of 93.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5EC00F is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 15 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.25 |
| HSL | 93.22º | 0.86% | 0.41% | - |
| HSV(B) | 93.22º | 0.92% | 0.75% | - |
| XYZ | 23.55 | 40.11 | 6.95 | - |
| YUV | 142.52 | 56.03 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 15 | 0.51 | 0 | 0.92 | 0.25 | 93.22 | 0.86 | 0.41 |
| Hex | 5E | C0 | F | 33 | 0 | 5C | 19 | 5D | 56 | 29 |
| Octal | 136 | 300 | 17 | 63 | 0 | 134 | 31 | 135 | 126 | 51 |
| Binary | 1011110 | 11000000 | 1111 | 110011 | 0 | 1011100 | 11001 | 1011101 | 1010110 | 101001 |
Color Harmonies of #5EC00F
Complementary color
Monochromatic Colors of #5EC00F
Black with #5EC00F
Text Example
Text Example
White with #5EC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC00F; }
p { color: rgb(94,192,15); }
H1.HeaderClassName
{
color: #5EC00F;
}
.AnyTagClassName
{
color: #5EC00F;
}
</style>
background-color css
<style>
a { background-color: #5EC00F; }
a { background-color: rgb(94,192,15); }
div.DivClassName
{
background-color: #5EC00F;
}
.BgClassName
{
background-color: #5EC00F;
}
</style>
border-color css
<style>
span { border-color: #5EC00F; }
span { border-color: rgb(94,192,15); }
td.TdClassName
{
border-color: #5EC00F;
}
.TagClassName
{
border-color: #5EC00F;
}
</style>