Shades of Kelly Green #55BA09
Tints of Kelly Green #55BA09
RGB
CMYK
RGB Variations
Color information
#55BA09 (or 0x55BA09) is known color: Kelly Green. HEX triplet: 55, BA and 09. RGB value is (85,186,9). Sum of RGB (Red+Green+Blue) = 85+186+9=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BA09 is #AA45F6. Grayscale: #888888. Windows color (decimal): -11159031 or 637525. OLE color: 637525.
HSL color Cylindrical-coordinate representation of color #55BA09: hue angle of 94.24º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55BA09 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 9 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.27 |
| HSL | 94.24º | 0.91% | 0.38% | - |
| HSV(B) | 94.24º | 0.95% | 0.73% | - |
| XYZ | 21.35 | 37.07 | 6.29 | - |
| YUV | 135.62 | 56.54 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 9 | 0.54 | 0 | 0.95 | 0.27 | 94.24 | 0.91 | 0.38 |
| Hex | 55 | BA | 9 | 36 | 0 | 5F | 1B | 5E | 5B | 26 |
| Octal | 125 | 272 | 11 | 66 | 0 | 137 | 33 | 136 | 133 | 46 |
| Binary | 1010101 | 10111010 | 1001 | 110110 | 0 | 1011111 | 11011 | 1011110 | 1011011 | 100110 |
Color Harmonies of #55BA09
Complementary color
Monochromatic Colors of #55BA09
Black with #55BA09
Text Example
Text Example
White with #55BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA09; }
p { color: rgb(85,186,9); }
H1.HeaderClassName
{
color: #55BA09;
}
.AnyTagClassName
{
color: #55BA09;
}
</style>
background-color css
<style>
a { background-color: #55BA09; }
a { background-color: rgb(85,186,9); }
div.DivClassName
{
background-color: #55BA09;
}
.BgClassName
{
background-color: #55BA09;
}
</style>
border-color css
<style>
span { border-color: #55BA09; }
span { border-color: rgb(85,186,9); }
td.TdClassName
{
border-color: #55BA09;
}
.TagClassName
{
border-color: #55BA09;
}
</style>