Shades of Kelly Green #5EBD0F
Tints of Kelly Green #5EBD0F
RGB
CMYK
RGB Variations
Color information
#5EBD0F (or 0x5EBD0F) is known color: Kelly Green. HEX triplet: 5E, BD and 0F. RGB value is (94,189,15). Sum of RGB (Red+Green+Blue) = 94+189+15=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EBD0F is #A142F0. Grayscale: #8D8D8D. Windows color (decimal): -10568433 or 1031518. OLE color: 1031518.
HSL color Cylindrical-coordinate representation of color #5EBD0F: hue angle of 92.76º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5EBD0F is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 15 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.26 |
| HSL | 92.76º | 0.85% | 0.4% | - |
| HSV(B) | 92.76º | 0.92% | 0.74% | - |
| XYZ | 22.9 | 38.81 | 6.74 | - |
| YUV | 140.76 | 57.03 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 15 | 0.50 | 0 | 0.92 | 0.26 | 92.76 | 0.85 | 0.4 |
| Hex | 5E | BD | F | 32 | 0 | 5C | 1A | 5D | 55 | 28 |
| Octal | 136 | 275 | 17 | 62 | 0 | 134 | 32 | 135 | 125 | 50 |
| Binary | 1011110 | 10111101 | 1111 | 110010 | 0 | 1011100 | 11010 | 1011101 | 1010101 | 101000 |
Color Harmonies of #5EBD0F
Complementary color
Monochromatic Colors of #5EBD0F
Black with #5EBD0F
Text Example
Text Example
White with #5EBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBD0F; }
p { color: rgb(94,189,15); }
H1.HeaderClassName
{
color: #5EBD0F;
}
.AnyTagClassName
{
color: #5EBD0F;
}
</style>
background-color css
<style>
a { background-color: #5EBD0F; }
a { background-color: rgb(94,189,15); }
div.DivClassName
{
background-color: #5EBD0F;
}
.BgClassName
{
background-color: #5EBD0F;
}
</style>
border-color css
<style>
span { border-color: #5EBD0F; }
span { border-color: rgb(94,189,15); }
td.TdClassName
{
border-color: #5EBD0F;
}
.TagClassName
{
border-color: #5EBD0F;
}
</style>