Shades of Kelly Green #55BA03
Tints of Kelly Green #55BA03
RGB
CMYK
RGB Variations
Color information
#55BA03 (or 0x55BA03) is known color: Kelly Green. HEX triplet: 55, BA and 03. RGB value is (85,186,3). Sum of RGB (Red+Green+Blue) = 85+186+3=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BA03 is #AA45FC. Grayscale: #878787. Windows color (decimal): -11159037 or 244309. OLE color: 244309.
HSL color Cylindrical-coordinate representation of color #55BA03: hue angle of 93.11º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55BA03 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 3 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.27 |
| HSL | 93.11º | 0.97% | 0.37% | - |
| HSV(B) | 93.11º | 0.98% | 0.73% | - |
| XYZ | 21.32 | 37.06 | 6.11 | - |
| YUV | 134.94 | 53.54 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 3 | 0.54 | 0 | 0.98 | 0.27 | 93.11 | 0.97 | 0.37 |
| Hex | 55 | BA | 3 | 36 | 0 | 62 | 1B | 5D | 61 | 25 |
| Octal | 125 | 272 | 3 | 66 | 0 | 142 | 33 | 135 | 141 | 45 |
| Binary | 1010101 | 10111010 | 11 | 110110 | 0 | 1100010 | 11011 | 1011101 | 1100001 | 100101 |
Color Harmonies of #55BA03
Complementary color
Monochromatic Colors of #55BA03
Black with #55BA03
Text Example
Text Example
White with #55BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA03; }
p { color: rgb(85,186,3); }
H1.HeaderClassName
{
color: #55BA03;
}
.AnyTagClassName
{
color: #55BA03;
}
</style>
background-color css
<style>
a { background-color: #55BA03; }
a { background-color: rgb(85,186,3); }
div.DivClassName
{
background-color: #55BA03;
}
.BgClassName
{
background-color: #55BA03;
}
</style>
border-color css
<style>
span { border-color: #55BA03; }
span { border-color: rgb(85,186,3); }
td.TdClassName
{
border-color: #55BA03;
}
.TagClassName
{
border-color: #55BA03;
}
</style>