Shades of Apple #55BA32
Tints of Apple #55BA32
RGB
CMYK
RGB Variations
Color information
#55BA32 (or 0x55BA32) is known color: Apple. HEX triplet: 55, BA and 32. RGB value is (85,186,50). Sum of RGB (Red+Green+Blue) = 85+186+50=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA32 is #AA45CD. Grayscale: #8C8C8C. Windows color (decimal): -11158990 or 3324501. OLE color: 3324501.
HSL color Cylindrical-coordinate representation of color #55BA32: hue angle of 104.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55BA32 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 50 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.27 |
| HSL | 104.56º | 0.58% | 0.46% | - |
| HSV(B) | 104.56º | 0.73% | 0.73% | - |
| XYZ | 21.88 | 37.28 | 9.06 | - |
| YUV | 140.3 | 77.04 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 50 | 0.54 | 0 | 0.73 | 0.27 | 104.56 | 0.58 | 0.46 |
| Hex | 55 | BA | 32 | 36 | 0 | 49 | 1B | 69 | 3A | 2E |
| Octal | 125 | 272 | 62 | 66 | 0 | 111 | 33 | 151 | 72 | 56 |
| Binary | 1010101 | 10111010 | 110010 | 110110 | 0 | 1001001 | 11011 | 1101001 | 111010 | 101110 |
Color Harmonies of #55BA32
Complementary color
Monochromatic Colors of #55BA32
Black with #55BA32
Text Example
Text Example
White with #55BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA32; }
p { color: rgb(85,186,50); }
H1.HeaderClassName
{
color: #55BA32;
}
.AnyTagClassName
{
color: #55BA32;
}
</style>
background-color css
<style>
a { background-color: #55BA32; }
a { background-color: rgb(85,186,50); }
div.DivClassName
{
background-color: #55BA32;
}
.BgClassName
{
background-color: #55BA32;
}
</style>
border-color css
<style>
span { border-color: #55BA32; }
span { border-color: rgb(85,186,50); }
td.TdClassName
{
border-color: #55BA32;
}
.TagClassName
{
border-color: #55BA32;
}
</style>