Shades of Apple #71B44E
Tints of Apple #71B44E
RGB
CMYK
RGB Variations
Color information
#71B44E (or 0x71B44E) is known color: Apple. HEX triplet: 71, B4 and 4E. RGB value is (113,180,78). Sum of RGB (Red+Green+Blue) = 113+180+78=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #71B44E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B44E is #8E4BB1. Grayscale: #949494. Windows color (decimal): -9325490 or 5158001. OLE color: 5158001.
HSL color Cylindrical-coordinate representation of color #71B44E: hue angle of 99.41º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71B44E is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 78 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.29 |
| HSL | 99.41º | 0.4% | 0.51% | - |
| HSV(B) | 99.41º | 0.57% | 0.71% | - |
| XYZ | 24.51 | 36.7 | 13 | - |
| YUV | 148.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 78 | 0.37 | 0 | 0.57 | 0.29 | 99.41 | 0.4 | 0.51 |
| Hex | 71 | B4 | 4E | 25 | 0 | 39 | 1D | 63 | 28 | 33 |
| Octal | 161 | 264 | 116 | 45 | 0 | 71 | 35 | 143 | 50 | 63 |
| Binary | 1110001 | 10110100 | 1001110 | 100101 | 0 | 111001 | 11101 | 1100011 | 101000 | 110011 |
Color Harmonies of #71B44E
Complementary color
Monochromatic Colors of #71B44E
Black with #71B44E
Text Example
Text Example
White with #71B44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B44E; }
p { color: rgb(113,180,78); }
H1.HeaderClassName
{
color: #71B44E;
}
.AnyTagClassName
{
color: #71B44E;
}
</style>
background-color css
<style>
a { background-color: #71B44E; }
a { background-color: rgb(113,180,78); }
div.DivClassName
{
background-color: #71B44E;
}
.BgClassName
{
background-color: #71B44E;
}
</style>
border-color css
<style>
span { border-color: #71B44E; }
span { border-color: rgb(113,180,78); }
td.TdClassName
{
border-color: #71B44E;
}
.TagClassName
{
border-color: #71B44E;
}
</style>