Shades of Apple #71C849
Tints of Apple #71C849
RGB
CMYK
RGB Variations
Color information
#71C849 (or 0x71C849) is known color: Apple. HEX triplet: 71, C8 and 49. RGB value is (113,200,73). Sum of RGB (Red+Green+Blue) = 113+200+73=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #71C849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C849 is #8E37B6. Grayscale: #9F9F9F. Windows color (decimal): -9320375 or 4835441. OLE color: 4835441.
HSL color Cylindrical-coordinate representation of color #71C849: hue angle of 101.1º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71C849 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 73 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.22 |
| HSL | 101.1º | 0.54% | 0.54% | - |
| HSV(B) | 101.1º | 0.64% | 0.78% | - |
| XYZ | 28.67 | 45.3 | 13.54 | - |
| YUV | 159.51 | 79.18 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 73 | 0.44 | 0 | 0.64 | 0.22 | 101.1 | 0.54 | 0.54 |
| Hex | 71 | C8 | 49 | 2C | 0 | 40 | 16 | 65 | 36 | 36 |
| Octal | 161 | 310 | 111 | 54 | 0 | 100 | 26 | 145 | 66 | 66 |
| Binary | 1110001 | 11001000 | 1001001 | 101100 | 0 | 1000000 | 10110 | 1100101 | 110110 | 110110 |
Color Harmonies of #71C849
Complementary color
Monochromatic Colors of #71C849
Black with #71C849
Text Example
Text Example
White with #71C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C849; }
p { color: rgb(113,200,73); }
H1.HeaderClassName
{
color: #71C849;
}
.AnyTagClassName
{
color: #71C849;
}
</style>
background-color css
<style>
a { background-color: #71C849; }
a { background-color: rgb(113,200,73); }
div.DivClassName
{
background-color: #71C849;
}
.BgClassName
{
background-color: #71C849;
}
</style>
border-color css
<style>
span { border-color: #71C849; }
span { border-color: rgb(113,200,73); }
td.TdClassName
{
border-color: #71C849;
}
.TagClassName
{
border-color: #71C849;
}
</style>