Shades of Kelly Green #5EBC1C
Tints of Kelly Green #5EBC1C
RGB
CMYK
RGB Variations
Color information
#5EBC1C (or 0x5EBC1C) is known color: Kelly Green. HEX triplet: 5E, BC and 1C. RGB value is (94,188,28). Sum of RGB (Red+Green+Blue) = 94+188+28=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBC1C is #A143E3. Grayscale: #8E8E8E. Windows color (decimal): -10568676 or 1883230. OLE color: 1883230.
HSL color Cylindrical-coordinate representation of color #5EBC1C: hue angle of 95.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5EBC1C is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 28 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.26 |
| HSL | 95.25º | 0.74% | 0.42% | - |
| HSV(B) | 95.25º | 0.85% | 0.74% | - |
| XYZ | 22.81 | 38.43 | 7.31 | - |
| YUV | 141.65 | 63.86 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 28 | 0.50 | 0 | 0.85 | 0.26 | 95.25 | 0.74 | 0.42 |
| Hex | 5E | BC | 1C | 32 | 0 | 55 | 1A | 5F | 4A | 2A |
| Octal | 136 | 274 | 34 | 62 | 0 | 125 | 32 | 137 | 112 | 52 |
| Binary | 1011110 | 10111100 | 11100 | 110010 | 0 | 1010101 | 11010 | 1011111 | 1001010 | 101010 |
Color Harmonies of #5EBC1C
Complementary color
Monochromatic Colors of #5EBC1C
Black with #5EBC1C
Text Example
Text Example
White with #5EBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC1C; }
p { color: rgb(94,188,28); }
H1.HeaderClassName
{
color: #5EBC1C;
}
.AnyTagClassName
{
color: #5EBC1C;
}
</style>
background-color css
<style>
a { background-color: #5EBC1C; }
a { background-color: rgb(94,188,28); }
div.DivClassName
{
background-color: #5EBC1C;
}
.BgClassName
{
background-color: #5EBC1C;
}
</style>
border-color css
<style>
span { border-color: #5EBC1C; }
span { border-color: rgb(94,188,28); }
td.TdClassName
{
border-color: #5EBC1C;
}
.TagClassName
{
border-color: #5EBC1C;
}
</style>