Shades of Kelly Green #55DD09
Tints of Kelly Green #55DD09
RGB
CMYK
RGB Variations
Color information
#55DD09 (or 0x55DD09) is known color: Kelly Green. HEX triplet: 55, DD and 09. RGB value is (85,221,9). Sum of RGB (Red+Green+Blue) = 85+221+9=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DD09 is #AA22F6. Grayscale: #9C9C9C. Windows color (decimal): -11150071 or 646485. OLE color: 646485.
HSL color Cylindrical-coordinate representation of color #55DD09: hue angle of 98.49º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55DD09 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 9 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.13 |
| HSL | 98.49º | 0.92% | 0.45% | - |
| HSV(B) | 98.49º | 0.96% | 0.87% | - |
| XYZ | 29.65 | 53.66 | 9.05 | - |
| YUV | 156.17 | 44.94 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 9 | 0.62 | 0 | 0.96 | 0.13 | 98.49 | 0.92 | 0.45 |
| Hex | 55 | DD | 9 | 3E | 0 | 60 | D | 62 | 5C | 2D |
| Octal | 125 | 335 | 11 | 76 | 0 | 140 | 15 | 142 | 134 | 55 |
| Binary | 1010101 | 11011101 | 1001 | 111110 | 0 | 1100000 | 1101 | 1100010 | 1011100 | 101101 |
Color Harmonies of #55DD09
Complementary color
Monochromatic Colors of #55DD09
Black with #55DD09
Text Example
Text Example
White with #55DD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DD09; }
p { color: rgb(85,221,9); }
H1.HeaderClassName
{
color: #55DD09;
}
.AnyTagClassName
{
color: #55DD09;
}
</style>
background-color css
<style>
a { background-color: #55DD09; }
a { background-color: rgb(85,221,9); }
div.DivClassName
{
background-color: #55DD09;
}
.BgClassName
{
background-color: #55DD09;
}
</style>
border-color css
<style>
span { border-color: #55DD09; }
span { border-color: rgb(85,221,9); }
td.TdClassName
{
border-color: #55DD09;
}
.TagClassName
{
border-color: #55DD09;
}
</style>