Shades of Apple #55AF3B
Tints of Apple #55AF3B
RGB
CMYK
RGB Variations
Color information
#55AF3B (or 0x55AF3B) is known color: Apple. HEX triplet: 55, AF and 3B. RGB value is (85,175,59). Sum of RGB (Red+Green+Blue) = 85+175+59=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AF3B is #AA50C4. Grayscale: #878787. Windows color (decimal): -11161797 or 3911509. OLE color: 3911509.
HSL color Cylindrical-coordinate representation of color #55AF3B: hue angle of 106.55º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55AF3B is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 59 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.31 |
| HSL | 106.55º | 0.5% | 0.46% | - |
| HSV(B) | 106.55º | 0.66% | 0.69% | - |
| XYZ | 19.87 | 32.91 | 9.44 | - |
| YUV | 134.87 | 85.18 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 59 | 0.51 | 0 | 0.66 | 0.31 | 106.55 | 0.5 | 0.46 |
| Hex | 55 | AF | 3B | 33 | 0 | 42 | 1F | 6B | 32 | 2E |
| Octal | 125 | 257 | 73 | 63 | 0 | 102 | 37 | 153 | 62 | 56 |
| Binary | 1010101 | 10101111 | 111011 | 110011 | 0 | 1000010 | 11111 | 1101011 | 110010 | 101110 |
Color Harmonies of #55AF3B
Complementary color
Monochromatic Colors of #55AF3B
Black with #55AF3B
Text Example
Text Example
White with #55AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF3B; }
p { color: rgb(85,175,59); }
H1.HeaderClassName
{
color: #55AF3B;
}
.AnyTagClassName
{
color: #55AF3B;
}
</style>
background-color css
<style>
a { background-color: #55AF3B; }
a { background-color: rgb(85,175,59); }
div.DivClassName
{
background-color: #55AF3B;
}
.BgClassName
{
background-color: #55AF3B;
}
</style>
border-color css
<style>
span { border-color: #55AF3B; }
span { border-color: rgb(85,175,59); }
td.TdClassName
{
border-color: #55AF3B;
}
.TagClassName
{
border-color: #55AF3B;
}
</style>