Shades of Kelly Green #5EC208
Tints of Kelly Green #5EC208
RGB
CMYK
RGB Variations
Color information
#5EC208 (or 0x5EC208) is known color: Kelly Green. HEX triplet: 5E, C2 and 08. RGB value is (94,194,8). Sum of RGB (Red+Green+Blue) = 94+194+8=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC208 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EC208 is #A13DF7. Grayscale: #8F8F8F. Windows color (decimal): -10567160 or 574046. OLE color: 574046.
HSL color Cylindrical-coordinate representation of color #5EC208: hue angle of 92.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5EC208 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 194 | 8 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.24 |
| HSL | 92.26º | 0.92% | 0.4% | - |
| HSV(B) | 92.26º | 0.96% | 0.76% | - |
| XYZ | 23.95 | 40.98 | 6.88 | - |
| YUV | 142.9 | 51.87 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 8 | 0.52 | 0 | 0.96 | 0.24 | 92.26 | 0.92 | 0.4 |
| Hex | 5E | C2 | 8 | 34 | 0 | 60 | 18 | 5C | 5C | 28 |
| Octal | 136 | 302 | 10 | 64 | 0 | 140 | 30 | 134 | 134 | 50 |
| Binary | 1011110 | 11000010 | 1000 | 110100 | 0 | 1100000 | 11000 | 1011100 | 1011100 | 101000 |
Color Harmonies of #5EC208
Complementary color
Monochromatic Colors of #5EC208
Black with #5EC208
Text Example
Text Example
White with #5EC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC208; }
p { color: rgb(94,194,8); }
H1.HeaderClassName
{
color: #5EC208;
}
.AnyTagClassName
{
color: #5EC208;
}
</style>
background-color css
<style>
a { background-color: #5EC208; }
a { background-color: rgb(94,194,8); }
div.DivClassName
{
background-color: #5EC208;
}
.BgClassName
{
background-color: #5EC208;
}
</style>
border-color css
<style>
span { border-color: #5EC208; }
span { border-color: rgb(94,194,8); }
td.TdClassName
{
border-color: #5EC208;
}
.TagClassName
{
border-color: #5EC208;
}
</style>