Shades of Apple #55BA44
Tints of Apple #55BA44
RGB
CMYK
RGB Variations
Color information
#55BA44 (or 0x55BA44) is known color: Apple. HEX triplet: 55, BA and 44. RGB value is (85,186,68). Sum of RGB (Red+Green+Blue) = 85+186+68=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA44 is #AA45BB. Grayscale: #8E8E8E. Windows color (decimal): -11158972 or 4504149. OLE color: 4504149.
HSL color Cylindrical-coordinate representation of color #55BA44: hue angle of 111.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55BA44 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 68 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.27 |
| HSL | 111.36º | 0.46% | 0.5% | - |
| HSV(B) | 111.36º | 0.63% | 0.73% | - |
| XYZ | 22.35 | 37.47 | 11.52 | - |
| YUV | 142.35 | 86.04 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 68 | 0.54 | 0 | 0.63 | 0.27 | 111.36 | 0.46 | 0.5 |
| Hex | 55 | BA | 44 | 36 | 0 | 3F | 1B | 6F | 2E | 32 |
| Octal | 125 | 272 | 104 | 66 | 0 | 77 | 33 | 157 | 56 | 62 |
| Binary | 1010101 | 10111010 | 1000100 | 110110 | 0 | 111111 | 11011 | 1101111 | 101110 | 110010 |
Color Harmonies of #55BA44
Complementary color
Monochromatic Colors of #55BA44
Black with #55BA44
Text Example
Text Example
White with #55BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA44; }
p { color: rgb(85,186,68); }
H1.HeaderClassName
{
color: #55BA44;
}
.AnyTagClassName
{
color: #55BA44;
}
</style>
background-color css
<style>
a { background-color: #55BA44; }
a { background-color: rgb(85,186,68); }
div.DivClassName
{
background-color: #55BA44;
}
.BgClassName
{
background-color: #55BA44;
}
</style>
border-color css
<style>
span { border-color: #55BA44; }
span { border-color: rgb(85,186,68); }
td.TdClassName
{
border-color: #55BA44;
}
.TagClassName
{
border-color: #55BA44;
}
</style>