Shades of Apple #55AF32
Tints of Apple #55AF32
RGB
CMYK
RGB Variations
Color information
#55AF32 (or 0x55AF32) is known color: Apple. HEX triplet: 55, AF and 32. RGB value is (85,175,50). Sum of RGB (Red+Green+Blue) = 85+175+50=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AF32 is #AA50CD. Grayscale: #868686. Windows color (decimal): -11161806 or 3321685. OLE color: 3321685.
HSL color Cylindrical-coordinate representation of color #55AF32: hue angle of 103.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55AF32 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 50 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.31 |
| HSL | 103.2º | 0.56% | 0.44% | - |
| HSV(B) | 103.2º | 0.71% | 0.69% | - |
| XYZ | 19.65 | 32.82 | 8.32 | - |
| YUV | 133.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 50 | 0.51 | 0 | 0.71 | 0.31 | 103.2 | 0.56 | 0.44 |
| Hex | 55 | AF | 32 | 33 | 0 | 47 | 1F | 67 | 38 | 2C |
| Octal | 125 | 257 | 62 | 63 | 0 | 107 | 37 | 147 | 70 | 54 |
| Binary | 1010101 | 10101111 | 110010 | 110011 | 0 | 1000111 | 11111 | 1100111 | 111000 | 101100 |
Color Harmonies of #55AF32
Complementary color
Monochromatic Colors of #55AF32
Black with #55AF32
Text Example
Text Example
White with #55AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF32; }
p { color: rgb(85,175,50); }
H1.HeaderClassName
{
color: #55AF32;
}
.AnyTagClassName
{
color: #55AF32;
}
</style>
background-color css
<style>
a { background-color: #55AF32; }
a { background-color: rgb(85,175,50); }
div.DivClassName
{
background-color: #55AF32;
}
.BgClassName
{
background-color: #55AF32;
}
</style>
border-color css
<style>
span { border-color: #55AF32; }
span { border-color: rgb(85,175,50); }
td.TdClassName
{
border-color: #55AF32;
}
.TagClassName
{
border-color: #55AF32;
}
</style>