Shades of Apple #71AB40
Tints of Apple #71AB40
RGB
CMYK
RGB Variations
Color information
#71AB40 (or 0x71AB40) is known color: Apple. HEX triplet: 71, AB and 40. RGB value is (113,171,64). Sum of RGB (Red+Green+Blue) = 113+171+64=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB40 is #8E54BF. Grayscale: #8D8D8D. Windows color (decimal): -9327808 or 4238193. OLE color: 4238193.
HSL color Cylindrical-coordinate representation of color #71AB40: hue angle of 92.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71AB40 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 171 | 64 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.33 |
| HSL | 92.52º | 0.46% | 0.46% | - |
| HSV(B) | 92.52º | 0.63% | 0.67% | - |
| XYZ | 22.3 | 33.01 | 10.05 | - |
| YUV | 141.46 | 84.28 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 64 | 0.34 | 0 | 0.63 | 0.33 | 92.52 | 0.46 | 0.46 |
| Hex | 71 | AB | 40 | 22 | 0 | 3F | 21 | 5D | 2E | 2E |
| Octal | 161 | 253 | 100 | 42 | 0 | 77 | 41 | 135 | 56 | 56 |
| Binary | 1110001 | 10101011 | 1000000 | 100010 | 0 | 111111 | 100001 | 1011101 | 101110 | 101110 |
Color Harmonies of #71AB40
Complementary color
Monochromatic Colors of #71AB40
Black with #71AB40
Text Example
Text Example
White with #71AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AB40; }
p { color: rgb(113,171,64); }
H1.HeaderClassName
{
color: #71AB40;
}
.AnyTagClassName
{
color: #71AB40;
}
</style>
background-color css
<style>
a { background-color: #71AB40; }
a { background-color: rgb(113,171,64); }
div.DivClassName
{
background-color: #71AB40;
}
.BgClassName
{
background-color: #71AB40;
}
</style>
border-color css
<style>
span { border-color: #71AB40; }
span { border-color: rgb(113,171,64); }
td.TdClassName
{
border-color: #71AB40;
}
.TagClassName
{
border-color: #71AB40;
}
</style>