Shades of Kelly Green #5ECC1C
Tints of Kelly Green #5ECC1C
RGB
CMYK
RGB Variations
Color information
#5ECC1C (or 0x5ECC1C) is known color: Kelly Green. HEX triplet: 5E, CC and 1C. RGB value is (94,204,28). Sum of RGB (Red+Green+Blue) = 94+204+28=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECC1C is #A133E3. Grayscale: #979797. Windows color (decimal): -10564580 or 1887326. OLE color: 1887326.
HSL color Cylindrical-coordinate representation of color #5ECC1C: hue angle of 97.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5ECC1C is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 28 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.2 |
| HSL | 97.5º | 0.76% | 0.45% | - |
| HSV(B) | 97.5º | 0.86% | 0.8% | - |
| XYZ | 26.42 | 45.65 | 8.52 | - |
| YUV | 151.05 | 58.56 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 28 | 0.54 | 0 | 0.86 | 0.2 | 97.5 | 0.76 | 0.45 |
| Hex | 5E | CC | 1C | 36 | 0 | 56 | 14 | 62 | 4C | 2D |
| Octal | 136 | 314 | 34 | 66 | 0 | 126 | 24 | 142 | 114 | 55 |
| Binary | 1011110 | 11001100 | 11100 | 110110 | 0 | 1010110 | 10100 | 1100010 | 1001100 | 101101 |
Color Harmonies of #5ECC1C
Complementary color
Monochromatic Colors of #5ECC1C
Black with #5ECC1C
Text Example
Text Example
White with #5ECC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECC1C; }
p { color: rgb(94,204,28); }
H1.HeaderClassName
{
color: #5ECC1C;
}
.AnyTagClassName
{
color: #5ECC1C;
}
</style>
background-color css
<style>
a { background-color: #5ECC1C; }
a { background-color: rgb(94,204,28); }
div.DivClassName
{
background-color: #5ECC1C;
}
.BgClassName
{
background-color: #5ECC1C;
}
</style>
border-color css
<style>
span { border-color: #5ECC1C; }
span { border-color: rgb(94,204,28); }
td.TdClassName
{
border-color: #5ECC1C;
}
.TagClassName
{
border-color: #5ECC1C;
}
</style>