Shades of Kelly Green #55E11C
Tints of Kelly Green #55E11C
RGB
CMYK
RGB Variations
Color information
#55E11C (or 0x55E11C) is known color: Kelly Green. HEX triplet: 55, E1 and 1C. RGB value is (85,225,28). Sum of RGB (Red+Green+Blue) = 85+225+28=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #55E11C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E11C is #AA1EE3. Grayscale: #A1A1A1. Windows color (decimal): -11149028 or 1892693. OLE color: 1892693.
HSL color Cylindrical-coordinate representation of color #55E11C: hue angle of 102.64º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55E11C is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 28 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.12 |
| HSL | 102.64º | 0.78% | 0.5% | - |
| HSV(B) | 102.64º | 0.88% | 0.88% | - |
| XYZ | 30.88 | 55.87 | 10.25 | - |
| YUV | 160.68 | 53.12 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 28 | 0.62 | 0 | 0.88 | 0.12 | 102.64 | 0.78 | 0.5 |
| Hex | 55 | E1 | 1C | 3E | 0 | 58 | C | 67 | 4E | 32 |
| Octal | 125 | 341 | 34 | 76 | 0 | 130 | 14 | 147 | 116 | 62 |
| Binary | 1010101 | 11100001 | 11100 | 111110 | 0 | 1011000 | 1100 | 1100111 | 1001110 | 110010 |
Color Harmonies of #55E11C
Complementary color
Monochromatic Colors of #55E11C
Black with #55E11C
Text Example
Text Example
White with #55E11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E11C; }
p { color: rgb(85,225,28); }
H1.HeaderClassName
{
color: #55E11C;
}
.AnyTagClassName
{
color: #55E11C;
}
</style>
background-color css
<style>
a { background-color: #55E11C; }
a { background-color: rgb(85,225,28); }
div.DivClassName
{
background-color: #55E11C;
}
.BgClassName
{
background-color: #55E11C;
}
</style>
border-color css
<style>
span { border-color: #55E11C; }
span { border-color: rgb(85,225,28); }
td.TdClassName
{
border-color: #55E11C;
}
.TagClassName
{
border-color: #55E11C;
}
</style>