Shades of Kelly Green #5EBC2A
Tints of Kelly Green #5EBC2A
RGB
CMYK
RGB Variations
Color information
#5EBC2A (or 0x5EBC2A) is known color: Kelly Green. HEX triplet: 5E, BC and 2A. RGB value is (94,188,42). Sum of RGB (Red+Green+Blue) = 94+188+42=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBC2A is #A143D5. Grayscale: #8F8F8F. Windows color (decimal): -10568662 or 2800734. OLE color: 2800734.
HSL color Cylindrical-coordinate representation of color #5EBC2A: hue angle of 98.63º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EBC2A is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 42 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.26 |
| HSL | 98.63º | 0.63% | 0.45% | - |
| HSV(B) | 98.63º | 0.78% | 0.74% | - |
| XYZ | 23.02 | 38.51 | 8.41 | - |
| YUV | 143.25 | 70.86 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 42 | 0.50 | 0 | 0.78 | 0.26 | 98.63 | 0.63 | 0.45 |
| Hex | 5E | BC | 2A | 32 | 0 | 4E | 1A | 63 | 3F | 2D |
| Octal | 136 | 274 | 52 | 62 | 0 | 116 | 32 | 143 | 77 | 55 |
| Binary | 1011110 | 10111100 | 101010 | 110010 | 0 | 1001110 | 11010 | 1100011 | 111111 | 101101 |
Color Harmonies of #5EBC2A
Complementary color
Monochromatic Colors of #5EBC2A
Black with #5EBC2A
Text Example
Text Example
White with #5EBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC2A; }
p { color: rgb(94,188,42); }
H1.HeaderClassName
{
color: #5EBC2A;
}
.AnyTagClassName
{
color: #5EBC2A;
}
</style>
background-color css
<style>
a { background-color: #5EBC2A; }
a { background-color: rgb(94,188,42); }
div.DivClassName
{
background-color: #5EBC2A;
}
.BgClassName
{
background-color: #5EBC2A;
}
</style>
border-color css
<style>
span { border-color: #5EBC2A; }
span { border-color: rgb(94,188,42); }
td.TdClassName
{
border-color: #5EBC2A;
}
.TagClassName
{
border-color: #5EBC2A;
}
</style>