Shades of Kelly Green #55BA2A
Tints of Kelly Green #55BA2A
RGB
CMYK
RGB Variations
Color information
#55BA2A (or 0x55BA2A) is known color: Kelly Green. HEX triplet: 55, BA and 2A. RGB value is (85,186,42). Sum of RGB (Red+Green+Blue) = 85+186+42=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA2A is #AA45D5. Grayscale: #8B8B8B. Windows color (decimal): -11158998 or 2800213. OLE color: 2800213.
HSL color Cylindrical-coordinate representation of color #55BA2A: hue angle of 102.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55BA2A is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 42 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.27 |
| HSL | 102.08º | 0.63% | 0.45% | - |
| HSV(B) | 102.08º | 0.77% | 0.73% | - |
| XYZ | 21.72 | 37.22 | 8.23 | - |
| YUV | 139.39 | 73.04 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 42 | 0.54 | 0 | 0.77 | 0.27 | 102.08 | 0.63 | 0.45 |
| Hex | 55 | BA | 2A | 36 | 0 | 4D | 1B | 66 | 3F | 2D |
| Octal | 125 | 272 | 52 | 66 | 0 | 115 | 33 | 146 | 77 | 55 |
| Binary | 1010101 | 10111010 | 101010 | 110110 | 0 | 1001101 | 11011 | 1100110 | 111111 | 101101 |
Color Harmonies of #55BA2A
Complementary color
Monochromatic Colors of #55BA2A
Black with #55BA2A
Text Example
Text Example
White with #55BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA2A; }
p { color: rgb(85,186,42); }
H1.HeaderClassName
{
color: #55BA2A;
}
.AnyTagClassName
{
color: #55BA2A;
}
</style>
background-color css
<style>
a { background-color: #55BA2A; }
a { background-color: rgb(85,186,42); }
div.DivClassName
{
background-color: #55BA2A;
}
.BgClassName
{
background-color: #55BA2A;
}
</style>
border-color css
<style>
span { border-color: #55BA2A; }
span { border-color: rgb(85,186,42); }
td.TdClassName
{
border-color: #55BA2A;
}
.TagClassName
{
border-color: #55BA2A;
}
</style>