Shades of Apple #71C946
Tints of Apple #71C946
RGB
CMYK
RGB Variations
Color information
#71C946 (or 0x71C946) is known color: Apple. HEX triplet: 71, C9 and 46. RGB value is (113,201,70). Sum of RGB (Red+Green+Blue) = 113+201+70=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #71C946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C946 is #8E36B9. Grayscale: #A0A0A0. Windows color (decimal): -9320122 or 4639089. OLE color: 4639089.
HSL color Cylindrical-coordinate representation of color #71C946: hue angle of 100.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71C946 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 201 | 70 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.21 |
| HSL | 100.31º | 0.55% | 0.53% | - |
| HSV(B) | 100.31º | 0.65% | 0.79% | - |
| XYZ | 28.8 | 45.73 | 13.1 | - |
| YUV | 159.75 | 77.35 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 70 | 0.44 | 0 | 0.65 | 0.21 | 100.31 | 0.55 | 0.53 |
| Hex | 71 | C9 | 46 | 2C | 0 | 41 | 15 | 64 | 37 | 35 |
| Octal | 161 | 311 | 106 | 54 | 0 | 101 | 25 | 144 | 67 | 65 |
| Binary | 1110001 | 11001001 | 1000110 | 101100 | 0 | 1000001 | 10101 | 1100100 | 110111 | 110101 |
Color Harmonies of #71C946
Complementary color
Monochromatic Colors of #71C946
Black with #71C946
Text Example
Text Example
White with #71C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C946; }
p { color: rgb(113,201,70); }
H1.HeaderClassName
{
color: #71C946;
}
.AnyTagClassName
{
color: #71C946;
}
</style>
background-color css
<style>
a { background-color: #71C946; }
a { background-color: rgb(113,201,70); }
div.DivClassName
{
background-color: #71C946;
}
.BgClassName
{
background-color: #71C946;
}
</style>
border-color css
<style>
span { border-color: #71C946; }
span { border-color: rgb(113,201,70); }
td.TdClassName
{
border-color: #71C946;
}
.TagClassName
{
border-color: #71C946;
}
</style>