Shades of Apple #55B147
Tints of Apple #55B147
RGB
CMYK
RGB Variations
Color information
#55B147 (or 0x55B147) is known color: Apple. HEX triplet: 55, B1 and 47. RGB value is (85,177,71). Sum of RGB (Red+Green+Blue) = 85+177+71=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #55B147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B147 is #AA4EB8. Grayscale: #898989. Windows color (decimal): -11161273 or 4698453. OLE color: 4698453.
HSL color Cylindrical-coordinate representation of color #55B147: hue angle of 112.08º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55B147 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 71 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.31 |
| HSL | 112.08º | 0.43% | 0.49% | - |
| HSV(B) | 112.08º | 0.6% | 0.69% | - |
| XYZ | 20.61 | 33.83 | 11.41 | - |
| YUV | 137.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 71 | 0.52 | 0 | 0.60 | 0.31 | 112.08 | 0.43 | 0.49 |
| Hex | 55 | B1 | 47 | 34 | 0 | 3C | 1F | 70 | 2B | 31 |
| Octal | 125 | 261 | 107 | 64 | 0 | 74 | 37 | 160 | 53 | 61 |
| Binary | 1010101 | 10110001 | 1000111 | 110100 | 0 | 111100 | 11111 | 1110000 | 101011 | 110001 |
Color Harmonies of #55B147
Complementary color
Monochromatic Colors of #55B147
Black with #55B147
Text Example
Text Example
White with #55B147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B147; }
p { color: rgb(85,177,71); }
H1.HeaderClassName
{
color: #55B147;
}
.AnyTagClassName
{
color: #55B147;
}
</style>
background-color css
<style>
a { background-color: #55B147; }
a { background-color: rgb(85,177,71); }
div.DivClassName
{
background-color: #55B147;
}
.BgClassName
{
background-color: #55B147;
}
</style>
border-color css
<style>
span { border-color: #55B147; }
span { border-color: rgb(85,177,71); }
td.TdClassName
{
border-color: #55B147;
}
.TagClassName
{
border-color: #55B147;
}
</style>