Shades of Apple #55AC3B
Tints of Apple #55AC3B
RGB
CMYK
RGB Variations
Color information
#55AC3B (or 0x55AC3B) is known color: Apple. HEX triplet: 55, AC and 3B. RGB value is (85,172,59). Sum of RGB (Red+Green+Blue) = 85+172+59=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AC3B is #AA53C4. Grayscale: #858585. Windows color (decimal): -11162565 or 3910741. OLE color: 3910741.
HSL color Cylindrical-coordinate representation of color #55AC3B: hue angle of 106.19º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55AC3B is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 59 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.33 |
| HSL | 106.19º | 0.49% | 0.45% | - |
| HSV(B) | 106.19º | 0.66% | 0.67% | - |
| XYZ | 19.29 | 31.75 | 9.25 | - |
| YUV | 133.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 59 | 0.51 | 0 | 0.66 | 0.33 | 106.19 | 0.49 | 0.45 |
| Hex | 55 | AC | 3B | 33 | 0 | 42 | 21 | 6A | 31 | 2D |
| Octal | 125 | 254 | 73 | 63 | 0 | 102 | 41 | 152 | 61 | 55 |
| Binary | 1010101 | 10101100 | 111011 | 110011 | 0 | 1000010 | 100001 | 1101010 | 110001 | 101101 |
Color Harmonies of #55AC3B
Complementary color
Monochromatic Colors of #55AC3B
Black with #55AC3B
Text Example
Text Example
White with #55AC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC3B; }
p { color: rgb(85,172,59); }
H1.HeaderClassName
{
color: #55AC3B;
}
.AnyTagClassName
{
color: #55AC3B;
}
</style>
background-color css
<style>
a { background-color: #55AC3B; }
a { background-color: rgb(85,172,59); }
div.DivClassName
{
background-color: #55AC3B;
}
.BgClassName
{
background-color: #55AC3B;
}
</style>
border-color css
<style>
span { border-color: #55AC3B; }
span { border-color: rgb(85,172,59); }
td.TdClassName
{
border-color: #55AC3B;
}
.TagClassName
{
border-color: #55AC3B;
}
</style>