Shades of Apple #71AB51
Tints of Apple #71AB51
RGB
CMYK
RGB Variations
Color information
#71AB51 (or 0x71AB51) is known color: Apple. HEX triplet: 71, AB and 51. RGB value is (113,171,81). Sum of RGB (Red+Green+Blue) = 113+171+81=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB51 is #8E54AE. Grayscale: #8F8F8F. Windows color (decimal): -9327791 or 5352305. OLE color: 5352305.
HSL color Cylindrical-coordinate representation of color #71AB51: hue angle of 98.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71AB51 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 171 | 81 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.33 |
| HSL | 98.67º | 0.36% | 0.49% | - |
| HSV(B) | 98.67º | 0.53% | 0.67% | - |
| XYZ | 22.86 | 33.23 | 12.99 | - |
| YUV | 143.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 81 | 0.34 | 0 | 0.53 | 0.33 | 98.67 | 0.36 | 0.49 |
| Hex | 71 | AB | 51 | 22 | 0 | 35 | 21 | 63 | 24 | 31 |
| Octal | 161 | 253 | 121 | 42 | 0 | 65 | 41 | 143 | 44 | 61 |
| Binary | 1110001 | 10101011 | 1010001 | 100010 | 0 | 110101 | 100001 | 1100011 | 100100 | 110001 |
Color Harmonies of #71AB51
Complementary color
Monochromatic Colors of #71AB51
Black with #71AB51
Text Example
Text Example
White with #71AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AB51; }
p { color: rgb(113,171,81); }
H1.HeaderClassName
{
color: #71AB51;
}
.AnyTagClassName
{
color: #71AB51;
}
</style>
background-color css
<style>
a { background-color: #71AB51; }
a { background-color: rgb(113,171,81); }
div.DivClassName
{
background-color: #71AB51;
}
.BgClassName
{
background-color: #71AB51;
}
</style>
border-color css
<style>
span { border-color: #71AB51; }
span { border-color: rgb(113,171,81); }
td.TdClassName
{
border-color: #71AB51;
}
.TagClassName
{
border-color: #71AB51;
}
</style>