Shades of Kelly Green #5EBA02
Tints of Kelly Green #5EBA02
RGB
CMYK
RGB Variations
Color information
#5EBA02 (or 0x5EBA02) is known color: Kelly Green. HEX triplet: 5E, BA and 02. RGB value is (94,186,2). Sum of RGB (Red+Green+Blue) = 94+186+2=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EBA02 is #A145FD. Grayscale: #8A8A8A. Windows color (decimal): -10569214 or 178782. OLE color: 178782.
HSL color Cylindrical-coordinate representation of color #5EBA02: hue angle of 90º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5EBA02 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.27 |
| HSL | 90º | 0.98% | 0.37% | - |
| HSV(B) | 90º | 0.99% | 0.73% | - |
| XYZ | 22.19 | 37.5 | 6.13 | - |
| YUV | 137.52 | 51.52 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 2 | 0.49 | 0 | 0.99 | 0.27 | 90 | 0.98 | 0.37 |
| Hex | 5E | BA | 2 | 31 | 0 | 63 | 1B | 5A | 62 | 25 |
| Octal | 136 | 272 | 2 | 61 | 0 | 143 | 33 | 132 | 142 | 45 |
| Binary | 1011110 | 10111010 | 10 | 110001 | 0 | 1100011 | 11011 | 1011010 | 1100010 | 100101 |
Color Harmonies of #5EBA02
Complementary color
Monochromatic Colors of #5EBA02
Black with #5EBA02
Text Example
Text Example
White with #5EBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA02; }
p { color: rgb(94,186,2); }
H1.HeaderClassName
{
color: #5EBA02;
}
.AnyTagClassName
{
color: #5EBA02;
}
</style>
background-color css
<style>
a { background-color: #5EBA02; }
a { background-color: rgb(94,186,2); }
div.DivClassName
{
background-color: #5EBA02;
}
.BgClassName
{
background-color: #5EBA02;
}
</style>
border-color css
<style>
span { border-color: #5EBA02; }
span { border-color: rgb(94,186,2); }
td.TdClassName
{
border-color: #5EBA02;
}
.TagClassName
{
border-color: #5EBA02;
}
</style>