Shades of Apple #71C649
Tints of Apple #71C649
RGB
CMYK
RGB Variations
Color information
#71C649 (or 0x71C649) is known color: Apple. HEX triplet: 71, C6 and 49. RGB value is (113,198,73). Sum of RGB (Red+Green+Blue) = 113+198+73=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #71C649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C649 is #8E39B6. Grayscale: #9E9E9E. Windows color (decimal): -9320887 or 4834929. OLE color: 4834929.
HSL color Cylindrical-coordinate representation of color #71C649: hue angle of 100.8º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71C649 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 198 | 73 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.22 |
| HSL | 100.8º | 0.52% | 0.53% | - |
| HSV(B) | 100.8º | 0.63% | 0.78% | - |
| XYZ | 28.21 | 44.38 | 13.38 | - |
| YUV | 158.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 198 | 73 | 0.43 | 0 | 0.63 | 0.22 | 100.8 | 0.52 | 0.53 |
| Hex | 71 | C6 | 49 | 2B | 0 | 3F | 16 | 65 | 34 | 35 |
| Octal | 161 | 306 | 111 | 53 | 0 | 77 | 26 | 145 | 64 | 65 |
| Binary | 1110001 | 11000110 | 1001001 | 101011 | 0 | 111111 | 10110 | 1100101 | 110100 | 110101 |
Color Harmonies of #71C649
Complementary color
Monochromatic Colors of #71C649
Black with #71C649
Text Example
Text Example
White with #71C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C649; }
p { color: rgb(113,198,73); }
H1.HeaderClassName
{
color: #71C649;
}
.AnyTagClassName
{
color: #71C649;
}
</style>
background-color css
<style>
a { background-color: #71C649; }
a { background-color: rgb(113,198,73); }
div.DivClassName
{
background-color: #71C649;
}
.BgClassName
{
background-color: #71C649;
}
</style>
border-color css
<style>
span { border-color: #71C649; }
span { border-color: rgb(113,198,73); }
td.TdClassName
{
border-color: #71C649;
}
.TagClassName
{
border-color: #71C649;
}
</style>