Shades of Kelly Green #55E021
Tints of Kelly Green #55E021
RGB
CMYK
RGB Variations
Color information
#55E021 (or 0x55E021) is known color: Kelly Green. HEX triplet: 55, E0 and 21. RGB value is (85,224,33). Sum of RGB (Red+Green+Blue) = 85+224+33=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #55E021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E021 is #AA1FDE. Grayscale: #A1A1A1. Windows color (decimal): -11149279 or 2220117. OLE color: 2220117.
HSL color Cylindrical-coordinate representation of color #55E021: hue angle of 103.66º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55E021 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 33 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.12 |
| HSL | 103.66º | 0.75% | 0.5% | - |
| HSV(B) | 103.66º | 0.85% | 0.88% | - |
| XYZ | 30.68 | 55.35 | 10.51 | - |
| YUV | 160.67 | 55.95 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 33 | 0.62 | 0 | 0.85 | 0.12 | 103.66 | 0.75 | 0.5 |
| Hex | 55 | E0 | 21 | 3E | 0 | 55 | C | 68 | 4B | 32 |
| Octal | 125 | 340 | 41 | 76 | 0 | 125 | 14 | 150 | 113 | 62 |
| Binary | 1010101 | 11100000 | 100001 | 111110 | 0 | 1010101 | 1100 | 1101000 | 1001011 | 110010 |
Color Harmonies of #55E021
Complementary color
Monochromatic Colors of #55E021
Black with #55E021
Text Example
Text Example
White with #55E021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E021; }
p { color: rgb(85,224,33); }
H1.HeaderClassName
{
color: #55E021;
}
.AnyTagClassName
{
color: #55E021;
}
</style>
background-color css
<style>
a { background-color: #55E021; }
a { background-color: rgb(85,224,33); }
div.DivClassName
{
background-color: #55E021;
}
.BgClassName
{
background-color: #55E021;
}
</style>
border-color css
<style>
span { border-color: #55E021; }
span { border-color: rgb(85,224,33); }
td.TdClassName
{
border-color: #55E021;
}
.TagClassName
{
border-color: #55E021;
}
</style>