Shades of Apple #55BA4C
Tints of Apple #55BA4C
RGB
CMYK
RGB Variations
Color information
#55BA4C (or 0x55BA4C) is known color: Apple. HEX triplet: 55, BA and 4C. RGB value is (85,186,76). Sum of RGB (Red+Green+Blue) = 85+186+76=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA4C is #AA45B3. Grayscale: #8F8F8F. Windows color (decimal): -11158964 or 5028437. OLE color: 5028437.
HSL color Cylindrical-coordinate representation of color #55BA4C: hue angle of 115.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BA4C is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 76 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.27 |
| HSL | 115.09º | 0.44% | 0.51% | - |
| HSV(B) | 115.09º | 0.59% | 0.73% | - |
| XYZ | 22.61 | 37.57 | 12.9 | - |
| YUV | 143.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 76 | 0.54 | 0 | 0.59 | 0.27 | 115.09 | 0.44 | 0.51 |
| Hex | 55 | BA | 4C | 36 | 0 | 3B | 1B | 73 | 2C | 33 |
| Octal | 125 | 272 | 114 | 66 | 0 | 73 | 33 | 163 | 54 | 63 |
| Binary | 1010101 | 10111010 | 1001100 | 110110 | 0 | 111011 | 11011 | 1110011 | 101100 | 110011 |
Color Harmonies of #55BA4C
Complementary color
Monochromatic Colors of #55BA4C
Black with #55BA4C
Text Example
Text Example
White with #55BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA4C; }
p { color: rgb(85,186,76); }
H1.HeaderClassName
{
color: #55BA4C;
}
.AnyTagClassName
{
color: #55BA4C;
}
</style>
background-color css
<style>
a { background-color: #55BA4C; }
a { background-color: rgb(85,186,76); }
div.DivClassName
{
background-color: #55BA4C;
}
.BgClassName
{
background-color: #55BA4C;
}
</style>
border-color css
<style>
span { border-color: #55BA4C; }
span { border-color: rgb(85,186,76); }
td.TdClassName
{
border-color: #55BA4C;
}
.TagClassName
{
border-color: #55BA4C;
}
</style>