Shades of Kelly Green #5ECC2F
Tints of Kelly Green #5ECC2F
RGB
CMYK
RGB Variations
Color information
#5ECC2F (or 0x5ECC2F) is known color: Kelly Green. HEX triplet: 5E, CC and 2F. RGB value is (94,204,47). Sum of RGB (Red+Green+Blue) = 94+204+47=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECC2F is #A133D0. Grayscale: #999999. Windows color (decimal): -10564561 or 3132510. OLE color: 3132510.
HSL color Cylindrical-coordinate representation of color #5ECC2F: hue angle of 102.04º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5ECC2F is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 47 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.2 |
| HSL | 102.04º | 0.63% | 0.49% | - |
| HSV(B) | 102.04º | 0.77% | 0.8% | - |
| XYZ | 26.72 | 45.77 | 10.12 | - |
| YUV | 153.21 | 68.06 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 47 | 0.54 | 0 | 0.77 | 0.2 | 102.04 | 0.63 | 0.49 |
| Hex | 5E | CC | 2F | 36 | 0 | 4D | 14 | 66 | 3F | 31 |
| Octal | 136 | 314 | 57 | 66 | 0 | 115 | 24 | 146 | 77 | 61 |
| Binary | 1011110 | 11001100 | 101111 | 110110 | 0 | 1001101 | 10100 | 1100110 | 111111 | 110001 |
Color Harmonies of #5ECC2F
Complementary color
Monochromatic Colors of #5ECC2F
Black with #5ECC2F
Text Example
Text Example
White with #5ECC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECC2F; }
p { color: rgb(94,204,47); }
H1.HeaderClassName
{
color: #5ECC2F;
}
.AnyTagClassName
{
color: #5ECC2F;
}
</style>
background-color css
<style>
a { background-color: #5ECC2F; }
a { background-color: rgb(94,204,47); }
div.DivClassName
{
background-color: #5ECC2F;
}
.BgClassName
{
background-color: #5ECC2F;
}
</style>
border-color css
<style>
span { border-color: #5ECC2F; }
span { border-color: rgb(94,204,47); }
td.TdClassName
{
border-color: #5ECC2F;
}
.TagClassName
{
border-color: #5ECC2F;
}
</style>