Shades of Apple #71AB52
Tints of Apple #71AB52
RGB
CMYK
RGB Variations
Color information
#71AB52 (or 0x71AB52) is known color: Apple. HEX triplet: 71, AB and 52. RGB value is (113,171,82). Sum of RGB (Red+Green+Blue) = 113+171+82=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB52 is #8E54AD. Grayscale: #8F8F8F. Windows color (decimal): -9327790 or 5417841. OLE color: 5417841.
HSL color Cylindrical-coordinate representation of color #71AB52: hue angle of 99.1º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71AB52 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 171 | 82 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.33 |
| HSL | 99.1º | 0.35% | 0.5% | - |
| HSV(B) | 99.1º | 0.52% | 0.67% | - |
| XYZ | 22.9 | 33.25 | 13.19 | - |
| YUV | 143.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 82 | 0.34 | 0 | 0.52 | 0.33 | 99.1 | 0.35 | 0.5 |
| Hex | 71 | AB | 52 | 22 | 0 | 34 | 21 | 63 | 23 | 32 |
| Octal | 161 | 253 | 122 | 42 | 0 | 64 | 41 | 143 | 43 | 62 |
| Binary | 1110001 | 10101011 | 1010010 | 100010 | 0 | 110100 | 100001 | 1100011 | 100011 | 110010 |
Color Harmonies of #71AB52
Complementary color
Monochromatic Colors of #71AB52
Black with #71AB52
Text Example
Text Example
White with #71AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AB52; }
p { color: rgb(113,171,82); }
H1.HeaderClassName
{
color: #71AB52;
}
.AnyTagClassName
{
color: #71AB52;
}
</style>
background-color css
<style>
a { background-color: #71AB52; }
a { background-color: rgb(113,171,82); }
div.DivClassName
{
background-color: #71AB52;
}
.BgClassName
{
background-color: #71AB52;
}
</style>
border-color css
<style>
span { border-color: #71AB52; }
span { border-color: rgb(113,171,82); }
td.TdClassName
{
border-color: #71AB52;
}
.TagClassName
{
border-color: #71AB52;
}
</style>