Shades of Apple #71AF55
Tints of Apple #71AF55
RGB
CMYK
RGB Variations
Color information
#71AF55 (or 0x71AF55) is known color: Apple. HEX triplet: 71, AF and 55. RGB value is (113,175,85). Sum of RGB (Red+Green+Blue) = 113+175+85=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF55 is #8E50AA. Grayscale: #929292. Windows color (decimal): -9326763 or 5615473. OLE color: 5615473.
HSL color Cylindrical-coordinate representation of color #71AF55: hue angle of 101.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71AF55 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 175 | 85 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.31 |
| HSL | 101.33º | 0.36% | 0.51% | - |
| HSV(B) | 101.33º | 0.51% | 0.69% | - |
| XYZ | 23.78 | 34.83 | 14.06 | - |
| YUV | 146.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 85 | 0.35 | 0 | 0.51 | 0.31 | 101.33 | 0.36 | 0.51 |
| Hex | 71 | AF | 55 | 23 | 0 | 33 | 1F | 65 | 24 | 33 |
| Octal | 161 | 257 | 125 | 43 | 0 | 63 | 37 | 145 | 44 | 63 |
| Binary | 1110001 | 10101111 | 1010101 | 100011 | 0 | 110011 | 11111 | 1100101 | 100100 | 110011 |
Color Harmonies of #71AF55
Complementary color
Monochromatic Colors of #71AF55
Black with #71AF55
Text Example
Text Example
White with #71AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AF55; }
p { color: rgb(113,175,85); }
H1.HeaderClassName
{
color: #71AF55;
}
.AnyTagClassName
{
color: #71AF55;
}
</style>
background-color css
<style>
a { background-color: #71AF55; }
a { background-color: rgb(113,175,85); }
div.DivClassName
{
background-color: #71AF55;
}
.BgClassName
{
background-color: #71AF55;
}
</style>
border-color css
<style>
span { border-color: #71AF55; }
span { border-color: rgb(113,175,85); }
td.TdClassName
{
border-color: #71AF55;
}
.TagClassName
{
border-color: #71AF55;
}
</style>