Shades of Kelly Green #5ECA2D
Tints of Kelly Green #5ECA2D
RGB
CMYK
RGB Variations
Color information
#5ECA2D (or 0x5ECA2D) is known color: Kelly Green. HEX triplet: 5E, CA and 2D. RGB value is (94,202,45). Sum of RGB (Red+Green+Blue) = 94+202+45=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECA2D is #A135D2. Grayscale: #989898. Windows color (decimal): -10565075 or 3000926. OLE color: 3000926.
HSL color Cylindrical-coordinate representation of color #5ECA2D: hue angle of 101.27º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5ECA2D is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 202 | 45 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.21 |
| HSL | 101.27º | 0.64% | 0.48% | - |
| HSV(B) | 101.27º | 0.78% | 0.79% | - |
| XYZ | 26.21 | 44.81 | 9.75 | - |
| YUV | 151.81 | 67.72 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 45 | 0.53 | 0 | 0.78 | 0.21 | 101.27 | 0.64 | 0.48 |
| Hex | 5E | CA | 2D | 35 | 0 | 4E | 15 | 65 | 40 | 30 |
| Octal | 136 | 312 | 55 | 65 | 0 | 116 | 25 | 145 | 100 | 60 |
| Binary | 1011110 | 11001010 | 101101 | 110101 | 0 | 1001110 | 10101 | 1100101 | 1000000 | 110000 |
Color Harmonies of #5ECA2D
Complementary color
Monochromatic Colors of #5ECA2D
Black with #5ECA2D
Text Example
Text Example
White with #5ECA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECA2D; }
p { color: rgb(94,202,45); }
H1.HeaderClassName
{
color: #5ECA2D;
}
.AnyTagClassName
{
color: #5ECA2D;
}
</style>
background-color css
<style>
a { background-color: #5ECA2D; }
a { background-color: rgb(94,202,45); }
div.DivClassName
{
background-color: #5ECA2D;
}
.BgClassName
{
background-color: #5ECA2D;
}
</style>
border-color css
<style>
span { border-color: #5ECA2D; }
span { border-color: rgb(94,202,45); }
td.TdClassName
{
border-color: #5ECA2D;
}
.TagClassName
{
border-color: #5ECA2D;
}
</style>