Shades of Kelly Green #5EBC13
Tints of Kelly Green #5EBC13
RGB
CMYK
RGB Variations
Color information
#5EBC13 (or 0x5EBC13) is known color: Kelly Green. HEX triplet: 5E, BC and 13. RGB value is (94,188,19). Sum of RGB (Red+Green+Blue) = 94+188+19=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EBC13 is #A143EC. Grayscale: #8D8D8D. Windows color (decimal): -10568685 or 1293406. OLE color: 1293406.
HSL color Cylindrical-coordinate representation of color #5EBC13: hue angle of 93.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5EBC13 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
RGB | 94 | 188 | 19 | - |
CMYK | 0.50 | 0 | 0.90 | 0.26 |
HSL | 93.37º | 0.82% | 0.41% | - |
HSV(B) | 93.37º | 0.9% | 0.74% | - |
XYZ | 22.72 | 38.39 | 6.83 | - |
YUV | 140.63 | 59.36 | 94.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 188 | 19 | 0.50 | 0 | 0.90 | 0.26 | 93.37 | 0.82 | 0.41 |
Hex | 5E | BC | 13 | 32 | 0 | 5A | 1A | 5D | 52 | 29 |
Octal | 136 | 274 | 23 | 62 | 0 | 132 | 32 | 135 | 122 | 51 |
Binary | 1011110 | 10111100 | 10011 | 110010 | 0 | 1011010 | 11010 | 1011101 | 1010010 | 101001 |
Color Harmonies of #5EBC13
Complementary color
Monochromatic Colors of #5EBC13
Black with #5EBC13
Text Example
Text Example
White with #5EBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC13; }
p { color: rgb(94,188,19); }
H1.HeaderClassName
{
color: #5EBC13;
}
.AnyTagClassName
{
color: #5EBC13;
}
</style>
background-color css
<style>
a { background-color: #5EBC13; }
a { background-color: rgb(94,188,19); }
div.DivClassName
{
background-color: #5EBC13;
}
.BgClassName
{
background-color: #5EBC13;
}
</style>
border-color css
<style>
span { border-color: #5EBC13; }
span { border-color: rgb(94,188,19); }
td.TdClassName
{
border-color: #5EBC13;
}
.TagClassName
{
border-color: #5EBC13;
}
</style>