Shades of Apple #55BA37
Tints of Apple #55BA37
RGB
CMYK
RGB Variations
Color information
#55BA37 (or 0x55BA37) is known color: Apple. HEX triplet: 55, BA and 37. RGB value is (85,186,55). Sum of RGB (Red+Green+Blue) = 85+186+55=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA37 is #AA45C8. Grayscale: #8D8D8D. Windows color (decimal): -11158985 or 3652181. OLE color: 3652181.
HSL color Cylindrical-coordinate representation of color #55BA37: hue angle of 106.26º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55BA37 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 55 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.27 |
| HSL | 106.26º | 0.54% | 0.47% | - |
| HSV(B) | 106.26º | 0.7% | 0.73% | - |
| XYZ | 21.99 | 37.32 | 9.66 | - |
| YUV | 140.87 | 79.54 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 55 | 0.54 | 0 | 0.70 | 0.27 | 106.26 | 0.54 | 0.47 |
| Hex | 55 | BA | 37 | 36 | 0 | 46 | 1B | 6A | 36 | 2F |
| Octal | 125 | 272 | 67 | 66 | 0 | 106 | 33 | 152 | 66 | 57 |
| Binary | 1010101 | 10111010 | 110111 | 110110 | 0 | 1000110 | 11011 | 1101010 | 110110 | 101111 |
Color Harmonies of #55BA37
Complementary color
Monochromatic Colors of #55BA37
Black with #55BA37
Text Example
Text Example
White with #55BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA37; }
p { color: rgb(85,186,55); }
H1.HeaderClassName
{
color: #55BA37;
}
.AnyTagClassName
{
color: #55BA37;
}
</style>
background-color css
<style>
a { background-color: #55BA37; }
a { background-color: rgb(85,186,55); }
div.DivClassName
{
background-color: #55BA37;
}
.BgClassName
{
background-color: #55BA37;
}
</style>
border-color css
<style>
span { border-color: #55BA37; }
span { border-color: rgb(85,186,55); }
td.TdClassName
{
border-color: #55BA37;
}
.TagClassName
{
border-color: #55BA37;
}
</style>