Shades of Apple #71AD45
Tints of Apple #71AD45
RGB
CMYK
RGB Variations
Color information
#71AD45 (or 0x71AD45) is known color: Apple. HEX triplet: 71, AD and 45. RGB value is (113,173,69). Sum of RGB (Red+Green+Blue) = 113+173+69=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD45 is #8E52BA. Grayscale: #8F8F8F. Windows color (decimal): -9327291 or 4566385. OLE color: 4566385.
HSL color Cylindrical-coordinate representation of color #71AD45: hue angle of 94.62º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71AD45 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 173 | 69 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.32 |
| HSL | 94.62º | 0.43% | 0.47% | - |
| HSV(B) | 94.62º | 0.6% | 0.68% | - |
| XYZ | 22.83 | 33.83 | 10.96 | - |
| YUV | 143.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 69 | 0.35 | 0 | 0.60 | 0.32 | 94.62 | 0.43 | 0.47 |
| Hex | 71 | AD | 45 | 23 | 0 | 3C | 20 | 5F | 2B | 2F |
| Octal | 161 | 255 | 105 | 43 | 0 | 74 | 40 | 137 | 53 | 57 |
| Binary | 1110001 | 10101101 | 1000101 | 100011 | 0 | 111100 | 100000 | 1011111 | 101011 | 101111 |
Color Harmonies of #71AD45
Complementary color
Monochromatic Colors of #71AD45
Black with #71AD45
Text Example
Text Example
White with #71AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AD45; }
p { color: rgb(113,173,69); }
H1.HeaderClassName
{
color: #71AD45;
}
.AnyTagClassName
{
color: #71AD45;
}
</style>
background-color css
<style>
a { background-color: #71AD45; }
a { background-color: rgb(113,173,69); }
div.DivClassName
{
background-color: #71AD45;
}
.BgClassName
{
background-color: #71AD45;
}
</style>
border-color css
<style>
span { border-color: #71AD45; }
span { border-color: rgb(113,173,69); }
td.TdClassName
{
border-color: #71AD45;
}
.TagClassName
{
border-color: #71AD45;
}
</style>