Shades of Apple #71C949
Tints of Apple #71C949
RGB
CMYK
RGB Variations
Color information
#71C949 (or 0x71C949) is known color: Apple. HEX triplet: 71, C9 and 49. RGB value is (113,201,73). Sum of RGB (Red+Green+Blue) = 113+201+73=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #71C949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C949 is #8E36B6. Grayscale: #A0A0A0. Windows color (decimal): -9320119 or 4835697. OLE color: 4835697.
HSL color Cylindrical-coordinate representation of color #71C949: hue angle of 101.25º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71C949 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 201 | 73 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.21 |
| HSL | 101.25º | 0.54% | 0.54% | - |
| HSV(B) | 101.25º | 0.64% | 0.79% | - |
| XYZ | 28.9 | 45.77 | 13.61 | - |
| YUV | 160.1 | 78.85 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 73 | 0.44 | 0 | 0.64 | 0.21 | 101.25 | 0.54 | 0.54 |
| Hex | 71 | C9 | 49 | 2C | 0 | 40 | 15 | 65 | 36 | 36 |
| Octal | 161 | 311 | 111 | 54 | 0 | 100 | 25 | 145 | 66 | 66 |
| Binary | 1110001 | 11001001 | 1001001 | 101100 | 0 | 1000000 | 10101 | 1100101 | 110110 | 110110 |
Color Harmonies of #71C949
Complementary color
Monochromatic Colors of #71C949
Black with #71C949
Text Example
Text Example
White with #71C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C949; }
p { color: rgb(113,201,73); }
H1.HeaderClassName
{
color: #71C949;
}
.AnyTagClassName
{
color: #71C949;
}
</style>
background-color css
<style>
a { background-color: #71C949; }
a { background-color: rgb(113,201,73); }
div.DivClassName
{
background-color: #71C949;
}
.BgClassName
{
background-color: #71C949;
}
</style>
border-color css
<style>
span { border-color: #71C949; }
span { border-color: rgb(113,201,73); }
td.TdClassName
{
border-color: #71C949;
}
.TagClassName
{
border-color: #71C949;
}
</style>