Shades of Apple #71C945
Tints of Apple #71C945
RGB
CMYK
RGB Variations
Color information
#71C945 (or 0x71C945) is known color: Apple. HEX triplet: 71, C9 and 45. RGB value is (113,201,69). Sum of RGB (Red+Green+Blue) = 113+201+69=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #71C945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C945 is #8E36BA. Grayscale: #A0A0A0. Windows color (decimal): -9320123 or 4573553. OLE color: 4573553.
HSL color Cylindrical-coordinate representation of color #71C945: hue angle of 100º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71C945 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 201 | 69 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.21 |
| HSL | 100º | 0.55% | 0.53% | - |
| HSV(B) | 100º | 0.66% | 0.79% | - |
| XYZ | 28.77 | 45.71 | 12.94 | - |
| YUV | 159.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 69 | 0.44 | 0 | 0.66 | 0.21 | 100 | 0.55 | 0.53 |
| Hex | 71 | C9 | 45 | 2C | 0 | 42 | 15 | 64 | 37 | 35 |
| Octal | 161 | 311 | 105 | 54 | 0 | 102 | 25 | 144 | 67 | 65 |
| Binary | 1110001 | 11001001 | 1000101 | 101100 | 0 | 1000010 | 10101 | 1100100 | 110111 | 110101 |
Color Harmonies of #71C945
Complementary color
Monochromatic Colors of #71C945
Black with #71C945
Text Example
Text Example
White with #71C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C945; }
p { color: rgb(113,201,69); }
H1.HeaderClassName
{
color: #71C945;
}
.AnyTagClassName
{
color: #71C945;
}
</style>
background-color css
<style>
a { background-color: #71C945; }
a { background-color: rgb(113,201,69); }
div.DivClassName
{
background-color: #71C945;
}
.BgClassName
{
background-color: #71C945;
}
</style>
border-color css
<style>
span { border-color: #71C945; }
span { border-color: rgb(113,201,69); }
td.TdClassName
{
border-color: #71C945;
}
.TagClassName
{
border-color: #71C945;
}
</style>