Shades of Apple #71AF4D
Tints of Apple #71AF4D
RGB
CMYK
RGB Variations
Color information
#71AF4D (or 0x71AF4D) is known color: Apple. HEX triplet: 71, AF and 4D. RGB value is (113,175,77). Sum of RGB (Red+Green+Blue) = 113+175+77=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF4D is #8E50B2. Grayscale: #919191. Windows color (decimal): -9326771 or 5091185. OLE color: 5091185.
HSL color Cylindrical-coordinate representation of color #71AF4D: hue angle of 97.96º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71AF4D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 175 | 77 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.31 |
| HSL | 97.96º | 0.39% | 0.49% | - |
| HSV(B) | 97.96º | 0.56% | 0.69% | - |
| XYZ | 23.48 | 34.71 | 12.48 | - |
| YUV | 145.29 | 89.46 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 77 | 0.35 | 0 | 0.56 | 0.31 | 97.96 | 0.39 | 0.49 |
| Hex | 71 | AF | 4D | 23 | 0 | 38 | 1F | 62 | 27 | 31 |
| Octal | 161 | 257 | 115 | 43 | 0 | 70 | 37 | 142 | 47 | 61 |
| Binary | 1110001 | 10101111 | 1001101 | 100011 | 0 | 111000 | 11111 | 1100010 | 100111 | 110001 |
Color Harmonies of #71AF4D
Complementary color
Monochromatic Colors of #71AF4D
Black with #71AF4D
Text Example
Text Example
White with #71AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AF4D; }
p { color: rgb(113,175,77); }
H1.HeaderClassName
{
color: #71AF4D;
}
.AnyTagClassName
{
color: #71AF4D;
}
</style>
background-color css
<style>
a { background-color: #71AF4D; }
a { background-color: rgb(113,175,77); }
div.DivClassName
{
background-color: #71AF4D;
}
.BgClassName
{
background-color: #71AF4D;
}
</style>
border-color css
<style>
span { border-color: #71AF4D; }
span { border-color: rgb(113,175,77); }
td.TdClassName
{
border-color: #71AF4D;
}
.TagClassName
{
border-color: #71AF4D;
}
</style>