Shades of Kelly Green #5EC01F
Tints of Kelly Green #5EC01F
RGB
CMYK
RGB Variations
Color information
#5EC01F (or 0x5EC01F) is known color: Kelly Green. HEX triplet: 5E, C0 and 1F. RGB value is (94,192,31). Sum of RGB (Red+Green+Blue) = 94+192+31=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC01F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC01F is #A13FE0. Grayscale: #909090. Windows color (decimal): -10567649 or 2080862. OLE color: 2080862.
HSL color Cylindrical-coordinate representation of color #5EC01F: hue angle of 96.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5EC01F is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 31 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.25 |
| HSL | 96.52º | 0.72% | 0.44% | - |
| HSV(B) | 96.52º | 0.84% | 0.75% | - |
| XYZ | 23.71 | 40.18 | 7.8 | - |
| YUV | 144.34 | 64.03 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 31 | 0.51 | 0 | 0.84 | 0.25 | 96.52 | 0.72 | 0.44 |
| Hex | 5E | C0 | 1F | 33 | 0 | 54 | 19 | 61 | 48 | 2C |
| Octal | 136 | 300 | 37 | 63 | 0 | 124 | 31 | 141 | 110 | 54 |
| Binary | 1011110 | 11000000 | 11111 | 110011 | 0 | 1010100 | 11001 | 1100001 | 1001000 | 101100 |
Color Harmonies of #5EC01F
Complementary color
Monochromatic Colors of #5EC01F
Black with #5EC01F
Text Example
Text Example
White with #5EC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC01F; }
p { color: rgb(94,192,31); }
H1.HeaderClassName
{
color: #5EC01F;
}
.AnyTagClassName
{
color: #5EC01F;
}
</style>
background-color css
<style>
a { background-color: #5EC01F; }
a { background-color: rgb(94,192,31); }
div.DivClassName
{
background-color: #5EC01F;
}
.BgClassName
{
background-color: #5EC01F;
}
</style>
border-color css
<style>
span { border-color: #5EC01F; }
span { border-color: rgb(94,192,31); }
td.TdClassName
{
border-color: #5EC01F;
}
.TagClassName
{
border-color: #5EC01F;
}
</style>