Shades of Kelly Green #5EC008
Tints of Kelly Green #5EC008
RGB
CMYK
RGB Variations
Color information
#5EC008 (or 0x5EC008) is known color: Kelly Green. HEX triplet: 5E, C0 and 08. RGB value is (94,192,8). Sum of RGB (Red+Green+Blue) = 94+192+8=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EC008 is #A13FF7. Grayscale: #8E8E8E. Windows color (decimal): -10567672 or 573534. OLE color: 573534.
HSL color Cylindrical-coordinate representation of color #5EC008: hue angle of 91.96º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EC008 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 8 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.25 |
| HSL | 91.96º | 0.92% | 0.39% | - |
| HSV(B) | 91.96º | 0.96% | 0.75% | - |
| XYZ | 23.51 | 40.1 | 6.73 | - |
| YUV | 141.72 | 52.53 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 8 | 0.51 | 0 | 0.96 | 0.25 | 91.96 | 0.92 | 0.39 |
| Hex | 5E | C0 | 8 | 33 | 0 | 60 | 19 | 5C | 5C | 27 |
| Octal | 136 | 300 | 10 | 63 | 0 | 140 | 31 | 134 | 134 | 47 |
| Binary | 1011110 | 11000000 | 1000 | 110011 | 0 | 1100000 | 11001 | 1011100 | 1011100 | 100111 |
Color Harmonies of #5EC008
Complementary color
Monochromatic Colors of #5EC008
Black with #5EC008
Text Example
Text Example
White with #5EC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC008; }
p { color: rgb(94,192,8); }
H1.HeaderClassName
{
color: #5EC008;
}
.AnyTagClassName
{
color: #5EC008;
}
</style>
background-color css
<style>
a { background-color: #5EC008; }
a { background-color: rgb(94,192,8); }
div.DivClassName
{
background-color: #5EC008;
}
.BgClassName
{
background-color: #5EC008;
}
</style>
border-color css
<style>
span { border-color: #5EC008; }
span { border-color: rgb(94,192,8); }
td.TdClassName
{
border-color: #5EC008;
}
.TagClassName
{
border-color: #5EC008;
}
</style>