Shades of Apple #55AD45
Tints of Apple #55AD45
RGB
CMYK
RGB Variations
Color information
#55AD45 (or 0x55AD45) is known color: Apple. HEX triplet: 55, AD and 45. RGB value is (85,173,69). Sum of RGB (Red+Green+Blue) = 85+173+69=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD45 is #AA52BA. Grayscale: #878787. Windows color (decimal): -11162299 or 4566357. OLE color: 4566357.
HSL color Cylindrical-coordinate representation of color #55AD45: hue angle of 110.77º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55AD45 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 69 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.32 |
| HSL | 110.77º | 0.43% | 0.47% | - |
| HSV(B) | 110.77º | 0.6% | 0.68% | - |
| XYZ | 19.76 | 32.25 | 10.81 | - |
| YUV | 134.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 69 | 0.51 | 0 | 0.60 | 0.32 | 110.77 | 0.43 | 0.47 |
| Hex | 55 | AD | 45 | 33 | 0 | 3C | 20 | 6F | 2B | 2F |
| Octal | 125 | 255 | 105 | 63 | 0 | 74 | 40 | 157 | 53 | 57 |
| Binary | 1010101 | 10101101 | 1000101 | 110011 | 0 | 111100 | 100000 | 1101111 | 101011 | 101111 |
Color Harmonies of #55AD45
Complementary color
Monochromatic Colors of #55AD45
Black with #55AD45
Text Example
Text Example
White with #55AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD45; }
p { color: rgb(85,173,69); }
H1.HeaderClassName
{
color: #55AD45;
}
.AnyTagClassName
{
color: #55AD45;
}
</style>
background-color css
<style>
a { background-color: #55AD45; }
a { background-color: rgb(85,173,69); }
div.DivClassName
{
background-color: #55AD45;
}
.BgClassName
{
background-color: #55AD45;
}
</style>
border-color css
<style>
span { border-color: #55AD45; }
span { border-color: rgb(85,173,69); }
td.TdClassName
{
border-color: #55AD45;
}
.TagClassName
{
border-color: #55AD45;
}
</style>