Shades of Apple #71AF3A
Tints of Apple #71AF3A
RGB
CMYK
RGB Variations
Color information
#71AF3A (or 0x71AF3A) is known color: Apple. HEX triplet: 71, AF and 3A. RGB value is (113,175,58). Sum of RGB (Red+Green+Blue) = 113+175+58=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AF3A is #8E50C5. Grayscale: #8F8F8F. Windows color (decimal): -9326790 or 3846001. OLE color: 3846001.
HSL color Cylindrical-coordinate representation of color #71AF3A: hue angle of 91.79º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71AF3A is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 175 | 58 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.31 |
| HSL | 91.79º | 0.5% | 0.46% | - |
| HSV(B) | 91.79º | 0.67% | 0.69% | - |
| XYZ | 22.9 | 34.48 | 9.45 | - |
| YUV | 143.12 | 79.96 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 58 | 0.35 | 0 | 0.67 | 0.31 | 91.79 | 0.5 | 0.46 |
| Hex | 71 | AF | 3A | 23 | 0 | 43 | 1F | 5C | 32 | 2E |
| Octal | 161 | 257 | 72 | 43 | 0 | 103 | 37 | 134 | 62 | 56 |
| Binary | 1110001 | 10101111 | 111010 | 100011 | 0 | 1000011 | 11111 | 1011100 | 110010 | 101110 |
Color Harmonies of #71AF3A
Complementary color
Monochromatic Colors of #71AF3A
Black with #71AF3A
Text Example
Text Example
White with #71AF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AF3A; }
p { color: rgb(113,175,58); }
H1.HeaderClassName
{
color: #71AF3A;
}
.AnyTagClassName
{
color: #71AF3A;
}
</style>
background-color css
<style>
a { background-color: #71AF3A; }
a { background-color: rgb(113,175,58); }
div.DivClassName
{
background-color: #71AF3A;
}
.BgClassName
{
background-color: #71AF3A;
}
</style>
border-color css
<style>
span { border-color: #71AF3A; }
span { border-color: rgb(113,175,58); }
td.TdClassName
{
border-color: #71AF3A;
}
.TagClassName
{
border-color: #71AF3A;
}
</style>