Shades of Apple #71AF4E
Tints of Apple #71AF4E
RGB
CMYK
RGB Variations
Color information
#71AF4E (or 0x71AF4E) is known color: Apple. HEX triplet: 71, AF and 4E. RGB value is (113,175,78). Sum of RGB (Red+Green+Blue) = 113+175+78=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF4E is #8E50B1. Grayscale: #919191. Windows color (decimal): -9326770 or 5156721. OLE color: 5156721.
HSL color Cylindrical-coordinate representation of color #71AF4E: hue angle of 98.35º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71AF4E is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 175 | 78 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.31 |
| HSL | 98.35º | 0.38% | 0.5% | - |
| HSV(B) | 98.35º | 0.55% | 0.69% | - |
| XYZ | 23.52 | 34.72 | 12.67 | - |
| YUV | 145.4 | 89.96 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 78 | 0.35 | 0 | 0.55 | 0.31 | 98.35 | 0.38 | 0.5 |
| Hex | 71 | AF | 4E | 23 | 0 | 37 | 1F | 62 | 26 | 32 |
| Octal | 161 | 257 | 116 | 43 | 0 | 67 | 37 | 142 | 46 | 62 |
| Binary | 1110001 | 10101111 | 1001110 | 100011 | 0 | 110111 | 11111 | 1100010 | 100110 | 110010 |
Color Harmonies of #71AF4E
Complementary color
Monochromatic Colors of #71AF4E
Black with #71AF4E
Text Example
Text Example
White with #71AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AF4E; }
p { color: rgb(113,175,78); }
H1.HeaderClassName
{
color: #71AF4E;
}
.AnyTagClassName
{
color: #71AF4E;
}
</style>
background-color css
<style>
a { background-color: #71AF4E; }
a { background-color: rgb(113,175,78); }
div.DivClassName
{
background-color: #71AF4E;
}
.BgClassName
{
background-color: #71AF4E;
}
</style>
border-color css
<style>
span { border-color: #71AF4E; }
span { border-color: rgb(113,175,78); }
td.TdClassName
{
border-color: #71AF4E;
}
.TagClassName
{
border-color: #71AF4E;
}
</style>