Shades of Kelly Green #5EC020
Tints of Kelly Green #5EC020
RGB
CMYK
RGB Variations
Color information
#5EC020 (or 0x5EC020) is known color: Kelly Green. HEX triplet: 5E, C0 and 20. RGB value is (94,192,32). Sum of RGB (Red+Green+Blue) = 94+192+32=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC020 is #A13FDF. Grayscale: #919191. Windows color (decimal): -10567648 or 2146398. OLE color: 2146398.
HSL color Cylindrical-coordinate representation of color #5EC020: hue angle of 96.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EC020 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 32 | - |
| CMYK | 0.51 | 0 | 0.83 | 0.25 |
| HSL | 96.75º | 0.71% | 0.44% | - |
| HSV(B) | 96.75º | 0.83% | 0.75% | - |
| XYZ | 23.73 | 40.18 | 7.87 | - |
| YUV | 144.46 | 64.53 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 32 | 0.51 | 0 | 0.83 | 0.25 | 96.75 | 0.71 | 0.44 |
| Hex | 5E | C0 | 20 | 33 | 0 | 53 | 19 | 61 | 47 | 2C |
| Octal | 136 | 300 | 40 | 63 | 0 | 123 | 31 | 141 | 107 | 54 |
| Binary | 1011110 | 11000000 | 100000 | 110011 | 0 | 1010011 | 11001 | 1100001 | 1000111 | 101100 |
Color Harmonies of #5EC020
Complementary color
Monochromatic Colors of #5EC020
Black with #5EC020
Text Example
Text Example
White with #5EC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC020; }
p { color: rgb(94,192,32); }
H1.HeaderClassName
{
color: #5EC020;
}
.AnyTagClassName
{
color: #5EC020;
}
</style>
background-color css
<style>
a { background-color: #5EC020; }
a { background-color: rgb(94,192,32); }
div.DivClassName
{
background-color: #5EC020;
}
.BgClassName
{
background-color: #5EC020;
}
</style>
border-color css
<style>
span { border-color: #5EC020; }
span { border-color: rgb(94,192,32); }
td.TdClassName
{
border-color: #5EC020;
}
.TagClassName
{
border-color: #5EC020;
}
</style>