Shades of Kelly Green #55B60C
Tints of Kelly Green #55B60C
RGB
CMYK
RGB Variations
Color information
#55B60C (or 0x55B60C) is known color: Kelly Green. HEX triplet: 55, B6 and 0C. RGB value is (85,182,12). Sum of RGB (Red+Green+Blue) = 85+182+12=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 182 (71.48% from 255 or 65.23% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 182 - color contains mainly: green. Hex color #55B60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B60C is #AA49F3. Grayscale: #868686. Windows color (decimal): -11160052 or 833109. OLE color: 833109.
HSL color Cylindrical-coordinate representation of color #55B60C: hue angle of 94.24º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55B60C is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 182 | 12 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.29 |
| HSL | 94.24º | 0.88% | 0.38% | - |
| HSV(B) | 94.24º | 0.93% | 0.71% | - |
| XYZ | 20.54 | 35.41 | 6.1 | - |
| YUV | 133.62 | 59.36 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 182 | 12 | 0.53 | 0 | 0.93 | 0.29 | 94.24 | 0.88 | 0.38 |
| Hex | 55 | B6 | C | 35 | 0 | 5D | 1D | 5E | 58 | 26 |
| Octal | 125 | 266 | 14 | 65 | 0 | 135 | 35 | 136 | 130 | 46 |
| Binary | 1010101 | 10110110 | 1100 | 110101 | 0 | 1011101 | 11101 | 1011110 | 1011000 | 100110 |
Color Harmonies of #55B60C
Complementary color
Monochromatic Colors of #55B60C
Black with #55B60C
Text Example
Text Example
White with #55B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B60C; }
p { color: rgb(85,182,12); }
H1.HeaderClassName
{
color: #55B60C;
}
.AnyTagClassName
{
color: #55B60C;
}
</style>
background-color css
<style>
a { background-color: #55B60C; }
a { background-color: rgb(85,182,12); }
div.DivClassName
{
background-color: #55B60C;
}
.BgClassName
{
background-color: #55B60C;
}
</style>
border-color css
<style>
span { border-color: #55B60C; }
span { border-color: rgb(85,182,12); }
td.TdClassName
{
border-color: #55B60C;
}
.TagClassName
{
border-color: #55B60C;
}
</style>