Shades of Kelly Green #55DD11
Tints of Kelly Green #55DD11
RGB
CMYK
RGB Variations
Color information
#55DD11 (or 0x55DD11) is known color: Kelly Green. HEX triplet: 55, DD and 11. RGB value is (85,221,17). Sum of RGB (Red+Green+Blue) = 85+221+17=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DD11 is #AA22EE. Grayscale: #9D9D9D. Windows color (decimal): -11150063 or 1170773. OLE color: 1170773.
HSL color Cylindrical-coordinate representation of color #55DD11: hue angle of 100º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55DD11 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 17 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.13 |
| HSL | 100º | 0.86% | 0.47% | - |
| HSV(B) | 100º | 0.92% | 0.87% | - |
| XYZ | 29.7 | 53.68 | 9.33 | - |
| YUV | 157.08 | 48.94 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 17 | 0.62 | 0 | 0.92 | 0.13 | 100 | 0.86 | 0.47 |
| Hex | 55 | DD | 11 | 3E | 0 | 5C | D | 64 | 56 | 2F |
| Octal | 125 | 335 | 21 | 76 | 0 | 134 | 15 | 144 | 126 | 57 |
| Binary | 1010101 | 11011101 | 10001 | 111110 | 0 | 1011100 | 1101 | 1100100 | 1010110 | 101111 |
Color Harmonies of #55DD11
Complementary color
Monochromatic Colors of #55DD11
Black with #55DD11
Text Example
Text Example
White with #55DD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DD11; }
p { color: rgb(85,221,17); }
H1.HeaderClassName
{
color: #55DD11;
}
.AnyTagClassName
{
color: #55DD11;
}
</style>
background-color css
<style>
a { background-color: #55DD11; }
a { background-color: rgb(85,221,17); }
div.DivClassName
{
background-color: #55DD11;
}
.BgClassName
{
background-color: #55DD11;
}
</style>
border-color css
<style>
span { border-color: #55DD11; }
span { border-color: rgb(85,221,17); }
td.TdClassName
{
border-color: #55DD11;
}
.TagClassName
{
border-color: #55DD11;
}
</style>