Shades of Apple #55B547
Tints of Apple #55B547
RGB
CMYK
RGB Variations
Color information
#55B547 (or 0x55B547) is known color: Apple. HEX triplet: 55, B5 and 47. RGB value is (85,181,71). Sum of RGB (Red+Green+Blue) = 85+181+71=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #55B547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B547 is #AA4AB8. Grayscale: #8C8C8C. Windows color (decimal): -11160249 or 4699477. OLE color: 4699477.
HSL color Cylindrical-coordinate representation of color #55B547: hue angle of 112.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55B547 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 71 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.29 |
| HSL | 112.36º | 0.44% | 0.49% | - |
| HSV(B) | 112.36º | 0.61% | 0.71% | - |
| XYZ | 21.41 | 35.43 | 11.67 | - |
| YUV | 139.76 | 89.2 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 71 | 0.53 | 0 | 0.61 | 0.29 | 112.36 | 0.44 | 0.49 |
| Hex | 55 | B5 | 47 | 35 | 0 | 3D | 1D | 70 | 2C | 31 |
| Octal | 125 | 265 | 107 | 65 | 0 | 75 | 35 | 160 | 54 | 61 |
| Binary | 1010101 | 10110101 | 1000111 | 110101 | 0 | 111101 | 11101 | 1110000 | 101100 | 110001 |
Color Harmonies of #55B547
Complementary color
Monochromatic Colors of #55B547
Black with #55B547
Text Example
Text Example
White with #55B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B547; }
p { color: rgb(85,181,71); }
H1.HeaderClassName
{
color: #55B547;
}
.AnyTagClassName
{
color: #55B547;
}
</style>
background-color css
<style>
a { background-color: #55B547; }
a { background-color: rgb(85,181,71); }
div.DivClassName
{
background-color: #55B547;
}
.BgClassName
{
background-color: #55B547;
}
</style>
border-color css
<style>
span { border-color: #55B547; }
span { border-color: rgb(85,181,71); }
td.TdClassName
{
border-color: #55B547;
}
.TagClassName
{
border-color: #55B547;
}
</style>