Shades of Kelly Green #55B211
Tints of Kelly Green #55B211
RGB
CMYK
RGB Variations
Color information
#55B211 (or 0x55B211) is known color: Kelly Green. HEX triplet: 55, B2 and 11. RGB value is (85,178,17). Sum of RGB (Red+Green+Blue) = 85+178+17=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #55B211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55B211 is #AA4DEE. Grayscale: #848484. Windows color (decimal): -11161071 or 1159765. OLE color: 1159765.
HSL color Cylindrical-coordinate representation of color #55B211: hue angle of 94.66º degrees, saturation: 0.83, 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 #55B211 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 17 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.30 |
| HSL | 94.66º | 0.83% | 0.38% | - |
| HSV(B) | 94.66º | 0.9% | 0.7% | - |
| XYZ | 19.77 | 33.81 | 6.01 | - |
| YUV | 131.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 17 | 0.52 | 0 | 0.90 | 0.30 | 94.66 | 0.83 | 0.38 |
| Hex | 55 | B2 | 11 | 34 | 0 | 5A | 1E | 5F | 53 | 26 |
| Octal | 125 | 262 | 21 | 64 | 0 | 132 | 36 | 137 | 123 | 46 |
| Binary | 1010101 | 10110010 | 10001 | 110100 | 0 | 1011010 | 11110 | 1011111 | 1010011 | 100110 |
Color Harmonies of #55B211
Complementary color
Monochromatic Colors of #55B211
Black with #55B211
Text Example
Text Example
White with #55B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B211; }
p { color: rgb(85,178,17); }
H1.HeaderClassName
{
color: #55B211;
}
.AnyTagClassName
{
color: #55B211;
}
</style>
background-color css
<style>
a { background-color: #55B211; }
a { background-color: rgb(85,178,17); }
div.DivClassName
{
background-color: #55B211;
}
.BgClassName
{
background-color: #55B211;
}
</style>
border-color css
<style>
span { border-color: #55B211; }
span { border-color: rgb(85,178,17); }
td.TdClassName
{
border-color: #55B211;
}
.TagClassName
{
border-color: #55B211;
}
</style>