Shades of Kelly Green #55B212
Tints of Kelly Green #55B212
RGB
CMYK
RGB Variations
Color information
#55B212 (or 0x55B212) is known color: Kelly Green. HEX triplet: 55, B2 and 12. RGB value is (85,178,18). Sum of RGB (Red+Green+Blue) = 85+178+18=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 178 (69.92% from 255 or 63.35% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 178 - color contains mainly: green. Hex color #55B212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55B212 is #AA4DED. Grayscale: #848484. Windows color (decimal): -11161070 or 1225301. OLE color: 1225301.
HSL color Cylindrical-coordinate representation of color #55B212: hue angle of 94.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55B212 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 18 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.30 |
| HSL | 94.88º | 0.82% | 0.38% | - |
| HSV(B) | 94.88º | 0.9% | 0.7% | - |
| XYZ | 19.78 | 33.82 | 6.06 | - |
| YUV | 131.95 | 63.69 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 18 | 0.52 | 0 | 0.90 | 0.30 | 94.88 | 0.82 | 0.38 |
| Hex | 55 | B2 | 12 | 34 | 0 | 5A | 1E | 5F | 52 | 26 |
| Octal | 125 | 262 | 22 | 64 | 0 | 132 | 36 | 137 | 122 | 46 |
| Binary | 1010101 | 10110010 | 10010 | 110100 | 0 | 1011010 | 11110 | 1011111 | 1010010 | 100110 |
Color Harmonies of #55B212
Complementary color
Monochromatic Colors of #55B212
Black with #55B212
Text Example
Text Example
White with #55B212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B212; }
p { color: rgb(85,178,18); }
H1.HeaderClassName
{
color: #55B212;
}
.AnyTagClassName
{
color: #55B212;
}
</style>
background-color css
<style>
a { background-color: #55B212; }
a { background-color: rgb(85,178,18); }
div.DivClassName
{
background-color: #55B212;
}
.BgClassName
{
background-color: #55B212;
}
</style>
border-color css
<style>
span { border-color: #55B212; }
span { border-color: rgb(85,178,18); }
td.TdClassName
{
border-color: #55B212;
}
.TagClassName
{
border-color: #55B212;
}
</style>