Shades of Apple #55BA33
Tints of Apple #55BA33
RGB
CMYK
RGB Variations
Color information
#55BA33 (or 0x55BA33) is known color: Apple. HEX triplet: 55, BA and 33. RGB value is (85,186,51). Sum of RGB (Red+Green+Blue) = 85+186+51=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA33 is #AA45CC. Grayscale: #8C8C8C. Windows color (decimal): -11158989 or 3390037. OLE color: 3390037.
HSL color Cylindrical-coordinate representation of color #55BA33: hue angle of 104.89º degrees, saturation: 0.57, 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 #55BA33 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 51 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.27 |
| HSL | 104.89º | 0.57% | 0.46% | - |
| HSV(B) | 104.89º | 0.73% | 0.73% | - |
| XYZ | 21.9 | 37.29 | 9.17 | - |
| YUV | 140.41 | 77.54 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 51 | 0.54 | 0 | 0.73 | 0.27 | 104.89 | 0.57 | 0.46 |
| Hex | 55 | BA | 33 | 36 | 0 | 49 | 1B | 69 | 39 | 2E |
| Octal | 125 | 272 | 63 | 66 | 0 | 111 | 33 | 151 | 71 | 56 |
| Binary | 1010101 | 10111010 | 110011 | 110110 | 0 | 1001001 | 11011 | 1101001 | 111001 | 101110 |
Color Harmonies of #55BA33
Complementary color
Monochromatic Colors of #55BA33
Black with #55BA33
Text Example
Text Example
White with #55BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA33; }
p { color: rgb(85,186,51); }
H1.HeaderClassName
{
color: #55BA33;
}
.AnyTagClassName
{
color: #55BA33;
}
</style>
background-color css
<style>
a { background-color: #55BA33; }
a { background-color: rgb(85,186,51); }
div.DivClassName
{
background-color: #55BA33;
}
.BgClassName
{
background-color: #55BA33;
}
</style>
border-color css
<style>
span { border-color: #55BA33; }
span { border-color: rgb(85,186,51); }
td.TdClassName
{
border-color: #55BA33;
}
.TagClassName
{
border-color: #55BA33;
}
</style>