Shades of Kelly Green #55BA2C
Tints of Kelly Green #55BA2C
RGB
CMYK
RGB Variations
Color information
#55BA2C (or 0x55BA2C) is known color: Kelly Green. HEX triplet: 55, BA and 2C. RGB value is (85,186,44). Sum of RGB (Red+Green+Blue) = 85+186+44=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA2C is #AA45D3. Grayscale: #8C8C8C. Windows color (decimal): -11158996 or 2931285. OLE color: 2931285.
HSL color Cylindrical-coordinate representation of color #55BA2C: hue angle of 102.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55BA2C is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 44 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.27 |
| HSL | 102.68º | 0.62% | 0.45% | - |
| HSV(B) | 102.68º | 0.76% | 0.73% | - |
| XYZ | 21.76 | 37.23 | 8.42 | - |
| YUV | 139.61 | 74.04 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 44 | 0.54 | 0 | 0.76 | 0.27 | 102.68 | 0.62 | 0.45 |
| Hex | 55 | BA | 2C | 36 | 0 | 4C | 1B | 67 | 3E | 2D |
| Octal | 125 | 272 | 54 | 66 | 0 | 114 | 33 | 147 | 76 | 55 |
| Binary | 1010101 | 10111010 | 101100 | 110110 | 0 | 1001100 | 11011 | 1100111 | 111110 | 101101 |
Color Harmonies of #55BA2C
Complementary color
Monochromatic Colors of #55BA2C
Black with #55BA2C
Text Example
Text Example
White with #55BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA2C; }
p { color: rgb(85,186,44); }
H1.HeaderClassName
{
color: #55BA2C;
}
.AnyTagClassName
{
color: #55BA2C;
}
</style>
background-color css
<style>
a { background-color: #55BA2C; }
a { background-color: rgb(85,186,44); }
div.DivClassName
{
background-color: #55BA2C;
}
.BgClassName
{
background-color: #55BA2C;
}
</style>
border-color css
<style>
span { border-color: #55BA2C; }
span { border-color: rgb(85,186,44); }
td.TdClassName
{
border-color: #55BA2C;
}
.TagClassName
{
border-color: #55BA2C;
}
</style>