Shades of Kelly Green #55E220
Tints of Kelly Green #55E220
RGB
CMYK
RGB Variations
Color information
#55E220 (or 0x55E220) is known color: Kelly Green. HEX triplet: 55, E2 and 20. RGB value is (85,226,32). Sum of RGB (Red+Green+Blue) = 85+226+32=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 226 (88.67% from 255 or 65.89% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 226 - color contains mainly: green. Hex color #55E220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E220 is #AA1DDF. Grayscale: #A2A2A2. Windows color (decimal): -11148768 or 2155093. OLE color: 2155093.
HSL color Cylindrical-coordinate representation of color #55E220: hue angle of 103.61º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55E220 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 32 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.11 |
| HSL | 103.61º | 0.77% | 0.51% | - |
| HSV(B) | 103.61º | 0.86% | 0.89% | - |
| XYZ | 31.2 | 56.43 | 10.61 | - |
| YUV | 161.73 | 54.79 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 32 | 0.62 | 0 | 0.86 | 0.11 | 103.61 | 0.77 | 0.51 |
| Hex | 55 | E2 | 20 | 3E | 0 | 56 | B | 68 | 4D | 33 |
| Octal | 125 | 342 | 40 | 76 | 0 | 126 | 13 | 150 | 115 | 63 |
| Binary | 1010101 | 11100010 | 100000 | 111110 | 0 | 1010110 | 1011 | 1101000 | 1001101 | 110011 |
Color Harmonies of #55E220
Complementary color
Monochromatic Colors of #55E220
Black with #55E220
Text Example
Text Example
White with #55E220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E220; }
p { color: rgb(85,226,32); }
H1.HeaderClassName
{
color: #55E220;
}
.AnyTagClassName
{
color: #55E220;
}
</style>
background-color css
<style>
a { background-color: #55E220; }
a { background-color: rgb(85,226,32); }
div.DivClassName
{
background-color: #55E220;
}
.BgClassName
{
background-color: #55E220;
}
</style>
border-color css
<style>
span { border-color: #55E220; }
span { border-color: rgb(85,226,32); }
td.TdClassName
{
border-color: #55E220;
}
.TagClassName
{
border-color: #55E220;
}
</style>