Shades of Apple #55AD35
Tints of Apple #55AD35
RGB
CMYK
RGB Variations
Color information
#55AD35 (or 0x55AD35) is known color: Apple. HEX triplet: 55, AD and 35. RGB value is (85,173,53). Sum of RGB (Red+Green+Blue) = 85+173+53=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD35 is #AA52CA. Grayscale: #858585. Windows color (decimal): -11162315 or 3517781. OLE color: 3517781.
HSL color Cylindrical-coordinate representation of color #55AD35: hue angle of 104º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55AD35 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 53 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.32 |
| HSL | 104º | 0.53% | 0.44% | - |
| HSV(B) | 104º | 0.69% | 0.68% | - |
| XYZ | 19.33 | 32.08 | 8.54 | - |
| YUV | 133.01 | 82.85 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 53 | 0.51 | 0 | 0.69 | 0.32 | 104 | 0.53 | 0.44 |
| Hex | 55 | AD | 35 | 33 | 0 | 45 | 20 | 68 | 35 | 2C |
| Octal | 125 | 255 | 65 | 63 | 0 | 105 | 40 | 150 | 65 | 54 |
| Binary | 1010101 | 10101101 | 110101 | 110011 | 0 | 1000101 | 100000 | 1101000 | 110101 | 101100 |
Color Harmonies of #55AD35
Complementary color
Monochromatic Colors of #55AD35
Black with #55AD35
Text Example
Text Example
White with #55AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD35; }
p { color: rgb(85,173,53); }
H1.HeaderClassName
{
color: #55AD35;
}
.AnyTagClassName
{
color: #55AD35;
}
</style>
background-color css
<style>
a { background-color: #55AD35; }
a { background-color: rgb(85,173,53); }
div.DivClassName
{
background-color: #55AD35;
}
.BgClassName
{
background-color: #55AD35;
}
</style>
border-color css
<style>
span { border-color: #55AD35; }
span { border-color: rgb(85,173,53); }
td.TdClassName
{
border-color: #55AD35;
}
.TagClassName
{
border-color: #55AD35;
}
</style>