Shades of Kelly Green #5EC52D
Tints of Kelly Green #5EC52D
RGB
CMYK
RGB Variations
Color information
#5EC52D (or 0x5EC52D) is known color: Kelly Green. HEX triplet: 5E, C5 and 2D. RGB value is (94,197,45). Sum of RGB (Red+Green+Blue) = 94+197+45=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC52D is #A13AD2. Grayscale: #959595. Windows color (decimal): -10566355 or 2999646. OLE color: 2999646.
HSL color Cylindrical-coordinate representation of color #5EC52D: hue angle of 100.66º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5EC52D is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 197 | 45 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.23 |
| HSL | 100.66º | 0.63% | 0.47% | - |
| HSV(B) | 100.66º | 0.77% | 0.77% | - |
| XYZ | 25.06 | 42.5 | 9.37 | - |
| YUV | 148.88 | 69.38 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 197 | 45 | 0.52 | 0 | 0.77 | 0.23 | 100.66 | 0.63 | 0.47 |
| Hex | 5E | C5 | 2D | 34 | 0 | 4D | 17 | 65 | 3F | 2F |
| Octal | 136 | 305 | 55 | 64 | 0 | 115 | 27 | 145 | 77 | 57 |
| Binary | 1011110 | 11000101 | 101101 | 110100 | 0 | 1001101 | 10111 | 1100101 | 111111 | 101111 |
Color Harmonies of #5EC52D
Complementary color
Monochromatic Colors of #5EC52D
Black with #5EC52D
Text Example
Text Example
White with #5EC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC52D; }
p { color: rgb(94,197,45); }
H1.HeaderClassName
{
color: #5EC52D;
}
.AnyTagClassName
{
color: #5EC52D;
}
</style>
background-color css
<style>
a { background-color: #5EC52D; }
a { background-color: rgb(94,197,45); }
div.DivClassName
{
background-color: #5EC52D;
}
.BgClassName
{
background-color: #5EC52D;
}
</style>
border-color css
<style>
span { border-color: #5EC52D; }
span { border-color: rgb(94,197,45); }
td.TdClassName
{
border-color: #5EC52D;
}
.TagClassName
{
border-color: #5EC52D;
}
</style>