Shades of Apple #55AD44
Tints of Apple #55AD44
RGB
CMYK
RGB Variations
Color information
#55AD44 (or 0x55AD44) is known color: Apple. HEX triplet: 55, AD and 44. RGB value is (85,173,68). Sum of RGB (Red+Green+Blue) = 85+173+68=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD44 is #AA52BB. Grayscale: #878787. Windows color (decimal): -11162300 or 4500821. OLE color: 4500821.
HSL color Cylindrical-coordinate representation of color #55AD44: hue angle of 110.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55AD44 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 68 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.32 |
| HSL | 110.29º | 0.44% | 0.47% | - |
| HSV(B) | 110.29º | 0.61% | 0.68% | - |
| XYZ | 19.73 | 32.24 | 10.65 | - |
| YUV | 134.72 | 90.35 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 68 | 0.51 | 0 | 0.61 | 0.32 | 110.29 | 0.44 | 0.47 |
| Hex | 55 | AD | 44 | 33 | 0 | 3D | 20 | 6E | 2C | 2F |
| Octal | 125 | 255 | 104 | 63 | 0 | 75 | 40 | 156 | 54 | 57 |
| Binary | 1010101 | 10101101 | 1000100 | 110011 | 0 | 111101 | 100000 | 1101110 | 101100 | 101111 |
Color Harmonies of #55AD44
Complementary color
Monochromatic Colors of #55AD44
Black with #55AD44
Text Example
Text Example
White with #55AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD44; }
p { color: rgb(85,173,68); }
H1.HeaderClassName
{
color: #55AD44;
}
.AnyTagClassName
{
color: #55AD44;
}
</style>
background-color css
<style>
a { background-color: #55AD44; }
a { background-color: rgb(85,173,68); }
div.DivClassName
{
background-color: #55AD44;
}
.BgClassName
{
background-color: #55AD44;
}
</style>
border-color css
<style>
span { border-color: #55AD44; }
span { border-color: rgb(85,173,68); }
td.TdClassName
{
border-color: #55AD44;
}
.TagClassName
{
border-color: #55AD44;
}
</style>