Shades of Apple #55BA49
Tints of Apple #55BA49
RGB
CMYK
RGB Variations
Color information
#55BA49 (or 0x55BA49) is known color: Apple. HEX triplet: 55, BA and 49. RGB value is (85,186,73). Sum of RGB (Red+Green+Blue) = 85+186+73=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA49 is #AA45B6. Grayscale: #8F8F8F. Windows color (decimal): -11158967 or 4831829. OLE color: 4831829.
HSL color Cylindrical-coordinate representation of color #55BA49: hue angle of 113.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55BA49 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 73 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.27 |
| HSL | 113.63º | 0.45% | 0.51% | - |
| HSV(B) | 113.63º | 0.61% | 0.73% | - |
| XYZ | 22.51 | 37.53 | 12.36 | - |
| YUV | 142.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 73 | 0.54 | 0 | 0.61 | 0.27 | 113.63 | 0.45 | 0.51 |
| Hex | 55 | BA | 49 | 36 | 0 | 3D | 1B | 72 | 2D | 33 |
| Octal | 125 | 272 | 111 | 66 | 0 | 75 | 33 | 162 | 55 | 63 |
| Binary | 1010101 | 10111010 | 1001001 | 110110 | 0 | 111101 | 11011 | 1110010 | 101101 | 110011 |
Color Harmonies of #55BA49
Complementary color
Monochromatic Colors of #55BA49
Black with #55BA49
Text Example
Text Example
White with #55BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA49; }
p { color: rgb(85,186,73); }
H1.HeaderClassName
{
color: #55BA49;
}
.AnyTagClassName
{
color: #55BA49;
}
</style>
background-color css
<style>
a { background-color: #55BA49; }
a { background-color: rgb(85,186,73); }
div.DivClassName
{
background-color: #55BA49;
}
.BgClassName
{
background-color: #55BA49;
}
</style>
border-color css
<style>
span { border-color: #55BA49; }
span { border-color: rgb(85,186,73); }
td.TdClassName
{
border-color: #55BA49;
}
.TagClassName
{
border-color: #55BA49;
}
</style>