Shades of Kelly Green #55E221
Tints of Kelly Green #55E221
RGB
CMYK
RGB Variations
Color information
#55E221 (or 0x55E221) is known color: Kelly Green. HEX triplet: 55, E2 and 21. RGB value is (85,226,33). Sum of RGB (Red+Green+Blue) = 85+226+33=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 226 (88.67% from 255 or 65.70% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 226 - color contains mainly: green. Hex color #55E221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E221 is #AA1DDE. Grayscale: #A2A2A2. Windows color (decimal): -11148767 or 2220629. OLE color: 2220629.
HSL color Cylindrical-coordinate representation of color #55E221: hue angle of 103.83º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55E221 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 33 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.11 |
| HSL | 103.83º | 0.77% | 0.51% | - |
| HSV(B) | 103.83º | 0.85% | 0.89% | - |
| XYZ | 31.22 | 56.43 | 10.69 | - |
| YUV | 161.84 | 55.29 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 33 | 0.62 | 0 | 0.85 | 0.11 | 103.83 | 0.77 | 0.51 |
| Hex | 55 | E2 | 21 | 3E | 0 | 55 | B | 68 | 4D | 33 |
| Octal | 125 | 342 | 41 | 76 | 0 | 125 | 13 | 150 | 115 | 63 |
| Binary | 1010101 | 11100010 | 100001 | 111110 | 0 | 1010101 | 1011 | 1101000 | 1001101 | 110011 |
Color Harmonies of #55E221
Complementary color
Monochromatic Colors of #55E221
Black with #55E221
Text Example
Text Example
White with #55E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E221; }
p { color: rgb(85,226,33); }
H1.HeaderClassName
{
color: #55E221;
}
.AnyTagClassName
{
color: #55E221;
}
</style>
background-color css
<style>
a { background-color: #55E221; }
a { background-color: rgb(85,226,33); }
div.DivClassName
{
background-color: #55E221;
}
.BgClassName
{
background-color: #55E221;
}
</style>
border-color css
<style>
span { border-color: #55E221; }
span { border-color: rgb(85,226,33); }
td.TdClassName
{
border-color: #55E221;
}
.TagClassName
{
border-color: #55E221;
}
</style>