Shades of Apple #55BA4D
Tints of Apple #55BA4D
RGB
CMYK
RGB Variations
Color information
#55BA4D (or 0x55BA4D) is known color: Apple. HEX triplet: 55, BA and 4D. RGB value is (85,186,77). Sum of RGB (Red+Green+Blue) = 85+186+77=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA4D is #AA45B2. Grayscale: #8F8F8F. Windows color (decimal): -11158963 or 5093973. OLE color: 5093973.
HSL color Cylindrical-coordinate representation of color #55BA4D: hue angle of 115.6º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BA4D is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 77 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.27 |
| HSL | 115.6º | 0.44% | 0.52% | - |
| HSV(B) | 115.6º | 0.59% | 0.73% | - |
| XYZ | 22.64 | 37.58 | 13.08 | - |
| YUV | 143.38 | 90.54 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 77 | 0.54 | 0 | 0.59 | 0.27 | 115.6 | 0.44 | 0.52 |
| Hex | 55 | BA | 4D | 36 | 0 | 3B | 1B | 74 | 2C | 34 |
| Octal | 125 | 272 | 115 | 66 | 0 | 73 | 33 | 164 | 54 | 64 |
| Binary | 1010101 | 10111010 | 1001101 | 110110 | 0 | 111011 | 11011 | 1110100 | 101100 | 110100 |
Color Harmonies of #55BA4D
Complementary color
Monochromatic Colors of #55BA4D
Black with #55BA4D
Text Example
Text Example
White with #55BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA4D; }
p { color: rgb(85,186,77); }
H1.HeaderClassName
{
color: #55BA4D;
}
.AnyTagClassName
{
color: #55BA4D;
}
</style>
background-color css
<style>
a { background-color: #55BA4D; }
a { background-color: rgb(85,186,77); }
div.DivClassName
{
background-color: #55BA4D;
}
.BgClassName
{
background-color: #55BA4D;
}
</style>
border-color css
<style>
span { border-color: #55BA4D; }
span { border-color: rgb(85,186,77); }
td.TdClassName
{
border-color: #55BA4D;
}
.TagClassName
{
border-color: #55BA4D;
}
</style>