Shades of Apple #55B746
Tints of Apple #55B746
RGB
CMYK
RGB Variations
Color information
#55B746 (or 0x55B746) is known color: Apple. HEX triplet: 55, B7 and 46. RGB value is (85,183,70). Sum of RGB (Red+Green+Blue) = 85+183+70=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #55B746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B746 is #AA48B9. Grayscale: #8D8D8D. Windows color (decimal): -11159738 or 4634453. OLE color: 4634453.
HSL color Cylindrical-coordinate representation of color #55B746: hue angle of 112.04º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55B746 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 70 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.28 |
| HSL | 112.04º | 0.45% | 0.5% | - |
| HSV(B) | 112.04º | 0.62% | 0.72% | - |
| XYZ | 21.79 | 36.24 | 11.64 | - |
| YUV | 140.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 70 | 0.54 | 0 | 0.62 | 0.28 | 112.04 | 0.45 | 0.5 |
| Hex | 55 | B7 | 46 | 36 | 0 | 3E | 1C | 70 | 2D | 32 |
| Octal | 125 | 267 | 106 | 66 | 0 | 76 | 34 | 160 | 55 | 62 |
| Binary | 1010101 | 10110111 | 1000110 | 110110 | 0 | 111110 | 11100 | 1110000 | 101101 | 110010 |
Color Harmonies of #55B746
Complementary color
Monochromatic Colors of #55B746
Black with #55B746
Text Example
Text Example
White with #55B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B746; }
p { color: rgb(85,183,70); }
H1.HeaderClassName
{
color: #55B746;
}
.AnyTagClassName
{
color: #55B746;
}
</style>
background-color css
<style>
a { background-color: #55B746; }
a { background-color: rgb(85,183,70); }
div.DivClassName
{
background-color: #55B746;
}
.BgClassName
{
background-color: #55B746;
}
</style>
border-color css
<style>
span { border-color: #55B746; }
span { border-color: rgb(85,183,70); }
td.TdClassName
{
border-color: #55B746;
}
.TagClassName
{
border-color: #55B746;
}
</style>