Shades of Apple #55AD3F
Tints of Apple #55AD3F
RGB
CMYK
RGB Variations
Color information
#55AD3F (or 0x55AD3F) is known color: Apple. HEX triplet: 55, AD and 3F. RGB value is (85,173,63). Sum of RGB (Red+Green+Blue) = 85+173+63=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD3F is #AA52C0. Grayscale: #868686. Windows color (decimal): -11162305 or 4173141. OLE color: 4173141.
HSL color Cylindrical-coordinate representation of color #55AD3F: hue angle of 108º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55AD3F is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 63 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.32 |
| HSL | 108º | 0.47% | 0.46% | - |
| HSV(B) | 108º | 0.64% | 0.68% | - |
| XYZ | 19.59 | 32.18 | 9.88 | - |
| YUV | 134.15 | 87.85 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 63 | 0.51 | 0 | 0.64 | 0.32 | 108 | 0.47 | 0.46 |
| Hex | 55 | AD | 3F | 33 | 0 | 40 | 20 | 6C | 2F | 2E |
| Octal | 125 | 255 | 77 | 63 | 0 | 100 | 40 | 154 | 57 | 56 |
| Binary | 1010101 | 10101101 | 111111 | 110011 | 0 | 1000000 | 100000 | 1101100 | 101111 | 101110 |
Color Harmonies of #55AD3F
Complementary color
Monochromatic Colors of #55AD3F
Black with #55AD3F
Text Example
Text Example
White with #55AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD3F; }
p { color: rgb(85,173,63); }
H1.HeaderClassName
{
color: #55AD3F;
}
.AnyTagClassName
{
color: #55AD3F;
}
</style>
background-color css
<style>
a { background-color: #55AD3F; }
a { background-color: rgb(85,173,63); }
div.DivClassName
{
background-color: #55AD3F;
}
.BgClassName
{
background-color: #55AD3F;
}
</style>
border-color css
<style>
span { border-color: #55AD3F; }
span { border-color: rgb(85,173,63); }
td.TdClassName
{
border-color: #55AD3F;
}
.TagClassName
{
border-color: #55AD3F;
}
</style>