Shades of Kelly Green #55B616
Tints of Kelly Green #55B616
RGB
CMYK
RGB Variations
Color information
#55B616 (or 0x55B616) is known color: Kelly Green. HEX triplet: 55, B6 and 16. RGB value is (85,182,22). Sum of RGB (Red+Green+Blue) = 85+182+22=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #55B616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B616 is #AA49E9. Grayscale: #878787. Windows color (decimal): -11160042 or 1488469. OLE color: 1488469.
HSL color Cylindrical-coordinate representation of color #55B616: hue angle of 96.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55B616 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 182 | 22 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.29 |
| HSL | 96.38º | 0.78% | 0.4% | - |
| HSV(B) | 96.38º | 0.88% | 0.71% | - |
| XYZ | 20.62 | 35.45 | 6.51 | - |
| YUV | 134.76 | 64.36 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 182 | 22 | 0.53 | 0 | 0.88 | 0.29 | 96.38 | 0.78 | 0.4 |
| Hex | 55 | B6 | 16 | 35 | 0 | 58 | 1D | 60 | 4E | 28 |
| Octal | 125 | 266 | 26 | 65 | 0 | 130 | 35 | 140 | 116 | 50 |
| Binary | 1010101 | 10110110 | 10110 | 110101 | 0 | 1011000 | 11101 | 1100000 | 1001110 | 101000 |
Color Harmonies of #55B616
Complementary color
Monochromatic Colors of #55B616
Black with #55B616
Text Example
Text Example
White with #55B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B616; }
p { color: rgb(85,182,22); }
H1.HeaderClassName
{
color: #55B616;
}
.AnyTagClassName
{
color: #55B616;
}
</style>
background-color css
<style>
a { background-color: #55B616; }
a { background-color: rgb(85,182,22); }
div.DivClassName
{
background-color: #55B616;
}
.BgClassName
{
background-color: #55B616;
}
</style>
border-color css
<style>
span { border-color: #55B616; }
span { border-color: rgb(85,182,22); }
td.TdClassName
{
border-color: #55B616;
}
.TagClassName
{
border-color: #55B616;
}
</style>