Shades of Kelly Green #55B112
Tints of Kelly Green #55B112
RGB
CMYK
RGB Variations
Color information
#55B112 (or 0x55B112) is known color: Kelly Green. HEX triplet: 55, B1 and 12. RGB value is (85,177,18). Sum of RGB (Red+Green+Blue) = 85+177+18=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 177 (69.53% from 255 or 63.21% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 177 - color contains mainly: green. Hex color #55B112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55B112 is #AA4EED. Grayscale: #838383. Windows color (decimal): -11161326 or 1225045. OLE color: 1225045.
HSL color Cylindrical-coordinate representation of color #55B112: hue angle of 94.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55B112 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 18 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.31 |
| HSL | 94.72º | 0.82% | 0.38% | - |
| HSV(B) | 94.72º | 0.9% | 0.69% | - |
| XYZ | 19.58 | 33.42 | 5.99 | - |
| YUV | 131.37 | 64.02 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 18 | 0.52 | 0 | 0.90 | 0.31 | 94.72 | 0.82 | 0.38 |
| Hex | 55 | B1 | 12 | 34 | 0 | 5A | 1F | 5F | 52 | 26 |
| Octal | 125 | 261 | 22 | 64 | 0 | 132 | 37 | 137 | 122 | 46 |
| Binary | 1010101 | 10110001 | 10010 | 110100 | 0 | 1011010 | 11111 | 1011111 | 1010010 | 100110 |
Color Harmonies of #55B112
Complementary color
Monochromatic Colors of #55B112
Black with #55B112
Text Example
Text Example
White with #55B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B112; }
p { color: rgb(85,177,18); }
H1.HeaderClassName
{
color: #55B112;
}
.AnyTagClassName
{
color: #55B112;
}
</style>
background-color css
<style>
a { background-color: #55B112; }
a { background-color: rgb(85,177,18); }
div.DivClassName
{
background-color: #55B112;
}
.BgClassName
{
background-color: #55B112;
}
</style>
border-color css
<style>
span { border-color: #55B112; }
span { border-color: rgb(85,177,18); }
td.TdClassName
{
border-color: #55B112;
}
.TagClassName
{
border-color: #55B112;
}
</style>