Shades of Apple #55AC41
Tints of Apple #55AC41
RGB
CMYK
RGB Variations
Color information
#55AC41 (or 0x55AC41) is known color: Apple. HEX triplet: 55, AC and 41. RGB value is (85,172,65). Sum of RGB (Red+Green+Blue) = 85+172+65=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AC41 is #AA53BE. Grayscale: #868686. Windows color (decimal): -11162559 or 4303957. OLE color: 4303957.
HSL color Cylindrical-coordinate representation of color #55AC41: hue angle of 108.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55AC41 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 65 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.33 |
| HSL | 108.79º | 0.45% | 0.46% | - |
| HSV(B) | 108.79º | 0.62% | 0.67% | - |
| XYZ | 19.45 | 31.82 | 10.12 | - |
| YUV | 133.79 | 89.18 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 65 | 0.51 | 0 | 0.62 | 0.33 | 108.79 | 0.45 | 0.46 |
| Hex | 55 | AC | 41 | 33 | 0 | 3E | 21 | 6D | 2D | 2E |
| Octal | 125 | 254 | 101 | 63 | 0 | 76 | 41 | 155 | 55 | 56 |
| Binary | 1010101 | 10101100 | 1000001 | 110011 | 0 | 111110 | 100001 | 1101101 | 101101 | 101110 |
Color Harmonies of #55AC41
Complementary color
Monochromatic Colors of #55AC41
Black with #55AC41
Text Example
Text Example
White with #55AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC41; }
p { color: rgb(85,172,65); }
H1.HeaderClassName
{
color: #55AC41;
}
.AnyTagClassName
{
color: #55AC41;
}
</style>
background-color css
<style>
a { background-color: #55AC41; }
a { background-color: rgb(85,172,65); }
div.DivClassName
{
background-color: #55AC41;
}
.BgClassName
{
background-color: #55AC41;
}
</style>
border-color css
<style>
span { border-color: #55AC41; }
span { border-color: rgb(85,172,65); }
td.TdClassName
{
border-color: #55AC41;
}
.TagClassName
{
border-color: #55AC41;
}
</style>