Shades of Apple #71B257
Tints of Apple #71B257
RGB
CMYK
RGB Variations
Color information
#71B257 (or 0x71B257) is known color: Apple. HEX triplet: 71, B2 and 57. RGB value is (113,178,87). Sum of RGB (Red+Green+Blue) = 113+178+87=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #71B257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B257 is #8E4DA8. Grayscale: #949494. Windows color (decimal): -9325993 or 5747313. OLE color: 5747313.
HSL color Cylindrical-coordinate representation of color #71B257: hue angle of 102.86º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71B257 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 178 | 87 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.30 |
| HSL | 102.86º | 0.37% | 0.52% | - |
| HSV(B) | 102.86º | 0.51% | 0.7% | - |
| XYZ | 24.45 | 36.04 | 14.68 | - |
| YUV | 148.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 178 | 87 | 0.37 | 0 | 0.51 | 0.30 | 102.86 | 0.37 | 0.52 |
| Hex | 71 | B2 | 57 | 25 | 0 | 33 | 1E | 67 | 25 | 34 |
| Octal | 161 | 262 | 127 | 45 | 0 | 63 | 36 | 147 | 45 | 64 |
| Binary | 1110001 | 10110010 | 1010111 | 100101 | 0 | 110011 | 11110 | 1100111 | 100101 | 110100 |
Color Harmonies of #71B257
Complementary color
Monochromatic Colors of #71B257
Black with #71B257
Text Example
Text Example
White with #71B257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B257; }
p { color: rgb(113,178,87); }
H1.HeaderClassName
{
color: #71B257;
}
.AnyTagClassName
{
color: #71B257;
}
</style>
background-color css
<style>
a { background-color: #71B257; }
a { background-color: rgb(113,178,87); }
div.DivClassName
{
background-color: #71B257;
}
.BgClassName
{
background-color: #71B257;
}
</style>
border-color css
<style>
span { border-color: #71B257; }
span { border-color: rgb(113,178,87); }
td.TdClassName
{
border-color: #71B257;
}
.TagClassName
{
border-color: #71B257;
}
</style>