Shades of Apple #55A644
Tints of Apple #55A644
RGB
CMYK
RGB Variations
Color information
#55A644 (or 0x55A644) is known color: Apple. HEX triplet: 55, A6 and 44. RGB value is (85,166,68). Sum of RGB (Red+Green+Blue) = 85+166+68=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #55A644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A644 is #AA59BB. Grayscale: #828282. Windows color (decimal): -11164092 or 4499029. OLE color: 4499029.
HSL color Cylindrical-coordinate representation of color #55A644: hue angle of 109.59º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55A644 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 166 | 68 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.35 |
| HSL | 109.59º | 0.42% | 0.46% | - |
| HSV(B) | 109.59º | 0.59% | 0.65% | - |
| XYZ | 18.43 | 29.62 | 10.22 | - |
| YUV | 130.61 | 92.66 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 68 | 0.49 | 0 | 0.59 | 0.35 | 109.59 | 0.42 | 0.46 |
| Hex | 55 | A6 | 44 | 31 | 0 | 3B | 23 | 6E | 2A | 2E |
| Octal | 125 | 246 | 104 | 61 | 0 | 73 | 43 | 156 | 52 | 56 |
| Binary | 1010101 | 10100110 | 1000100 | 110001 | 0 | 111011 | 100011 | 1101110 | 101010 | 101110 |
Color Harmonies of #55A644
Complementary color
Monochromatic Colors of #55A644
Black with #55A644
Text Example
Text Example
White with #55A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A644; }
p { color: rgb(85,166,68); }
H1.HeaderClassName
{
color: #55A644;
}
.AnyTagClassName
{
color: #55A644;
}
</style>
background-color css
<style>
a { background-color: #55A644; }
a { background-color: rgb(85,166,68); }
div.DivClassName
{
background-color: #55A644;
}
.BgClassName
{
background-color: #55A644;
}
</style>
border-color css
<style>
span { border-color: #55A644; }
span { border-color: rgb(85,166,68); }
td.TdClassName
{
border-color: #55A644;
}
.TagClassName
{
border-color: #55A644;
}
</style>