Shades of Apple #71B551
Tints of Apple #71B551
RGB
CMYK
RGB Variations
Color information
#71B551 (or 0x71B551) is known color: Apple. HEX triplet: 71, B5 and 51. RGB value is (113,181,81). Sum of RGB (Red+Green+Blue) = 113+181+81=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #71B551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B551 is #8E4AAE. Grayscale: #959595. Windows color (decimal): -9325231 or 5354865. OLE color: 5354865.
HSL color Cylindrical-coordinate representation of color #71B551: hue angle of 100.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71B551 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 181 | 81 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.29 |
| HSL | 100.8º | 0.4% | 0.51% | - |
| HSV(B) | 100.8º | 0.55% | 0.71% | - |
| XYZ | 24.82 | 37.15 | 13.65 | - |
| YUV | 149.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 181 | 81 | 0.38 | 0 | 0.55 | 0.29 | 100.8 | 0.4 | 0.51 |
| Hex | 71 | B5 | 51 | 26 | 0 | 37 | 1D | 65 | 28 | 33 |
| Octal | 161 | 265 | 121 | 46 | 0 | 67 | 35 | 145 | 50 | 63 |
| Binary | 1110001 | 10110101 | 1010001 | 100110 | 0 | 110111 | 11101 | 1100101 | 101000 | 110011 |
Color Harmonies of #71B551
Complementary color
Monochromatic Colors of #71B551
Black with #71B551
Text Example
Text Example
White with #71B551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B551; }
p { color: rgb(113,181,81); }
H1.HeaderClassName
{
color: #71B551;
}
.AnyTagClassName
{
color: #71B551;
}
</style>
background-color css
<style>
a { background-color: #71B551; }
a { background-color: rgb(113,181,81); }
div.DivClassName
{
background-color: #71B551;
}
.BgClassName
{
background-color: #71B551;
}
</style>
border-color css
<style>
span { border-color: #71B551; }
span { border-color: rgb(113,181,81); }
td.TdClassName
{
border-color: #71B551;
}
.TagClassName
{
border-color: #71B551;
}
</style>