Shades of Kelly Green #55E223
Tints of Kelly Green #55E223
RGB
CMYK
RGB Variations
Color information
#55E223 (or 0x55E223) is known color: Kelly Green. HEX triplet: 55, E2 and 23. RGB value is (85,226,35). Sum of RGB (Red+Green+Blue) = 85+226+35=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #55E223 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E223 is #AA1DDC. Grayscale: #A2A2A2. Windows color (decimal): -11148765 or 2351701. OLE color: 2351701.
HSL color Cylindrical-coordinate representation of color #55E223: hue angle of 104.29º 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 #55E223 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 35 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.11 |
| HSL | 104.29º | 0.77% | 0.51% | - |
| HSV(B) | 104.29º | 0.85% | 0.89% | - |
| XYZ | 31.25 | 56.45 | 10.84 | - |
| YUV | 162.07 | 56.29 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 35 | 0.62 | 0 | 0.85 | 0.11 | 104.29 | 0.77 | 0.51 |
| Hex | 55 | E2 | 23 | 3E | 0 | 55 | B | 68 | 4D | 33 |
| Octal | 125 | 342 | 43 | 76 | 0 | 125 | 13 | 150 | 115 | 63 |
| Binary | 1010101 | 11100010 | 100011 | 111110 | 0 | 1010101 | 1011 | 1101000 | 1001101 | 110011 |
Color Harmonies of #55E223
Complementary color
Monochromatic Colors of #55E223
Black with #55E223
Text Example
Text Example
White with #55E223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E223; }
p { color: rgb(85,226,35); }
H1.HeaderClassName
{
color: #55E223;
}
.AnyTagClassName
{
color: #55E223;
}
</style>
background-color css
<style>
a { background-color: #55E223; }
a { background-color: rgb(85,226,35); }
div.DivClassName
{
background-color: #55E223;
}
.BgClassName
{
background-color: #55E223;
}
</style>
border-color css
<style>
span { border-color: #55E223; }
span { border-color: rgb(85,226,35); }
td.TdClassName
{
border-color: #55E223;
}
.TagClassName
{
border-color: #55E223;
}
</style>