Shades of Apple #71BA4D
Tints of Apple #71BA4D
RGB
CMYK
RGB Variations
Color information
#71BA4D (or 0x71BA4D) is known color: Apple. HEX triplet: 71, BA and 4D. RGB value is (113,186,77). Sum of RGB (Red+Green+Blue) = 113+186+77=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA4D is #8E45B2. Grayscale: #989898. Windows color (decimal): -9323955 or 5094001. OLE color: 5094001.
HSL color Cylindrical-coordinate representation of color #71BA4D: hue angle of 100.18º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71BA4D is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 77 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.27 |
| HSL | 100.18º | 0.44% | 0.52% | - |
| HSV(B) | 100.18º | 0.59% | 0.73% | - |
| XYZ | 25.71 | 39.16 | 13.23 | - |
| YUV | 151.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 77 | 0.39 | 0 | 0.59 | 0.27 | 100.18 | 0.44 | 0.52 |
| Hex | 71 | BA | 4D | 27 | 0 | 3B | 1B | 64 | 2C | 34 |
| Octal | 161 | 272 | 115 | 47 | 0 | 73 | 33 | 144 | 54 | 64 |
| Binary | 1110001 | 10111010 | 1001101 | 100111 | 0 | 111011 | 11011 | 1100100 | 101100 | 110100 |
Color Harmonies of #71BA4D
Complementary color
Monochromatic Colors of #71BA4D
Black with #71BA4D
Text Example
Text Example
White with #71BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA4D; }
p { color: rgb(113,186,77); }
H1.HeaderClassName
{
color: #71BA4D;
}
.AnyTagClassName
{
color: #71BA4D;
}
</style>
background-color css
<style>
a { background-color: #71BA4D; }
a { background-color: rgb(113,186,77); }
div.DivClassName
{
background-color: #71BA4D;
}
.BgClassName
{
background-color: #71BA4D;
}
</style>
border-color css
<style>
span { border-color: #71BA4D; }
span { border-color: rgb(113,186,77); }
td.TdClassName
{
border-color: #71BA4D;
}
.TagClassName
{
border-color: #71BA4D;
}
</style>