Shades of Apple #71C032
Tints of Apple #71C032
RGB
CMYK
RGB Variations
Color information
#71C032 (or 0x71C032) is known color: Apple. HEX triplet: 71, C0 and 32. RGB value is (113,192,50). Sum of RGB (Red+Green+Blue) = 113+192+50=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #71C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C032 is #8E3FCD. Grayscale: #989898. Windows color (decimal): -9322446 or 3326065. OLE color: 3326065.
HSL color Cylindrical-coordinate representation of color #71C032: hue angle of 93.38º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71C032 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 50 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.25 |
| HSL | 93.38º | 0.59% | 0.47% | - |
| HSV(B) | 93.38º | 0.74% | 0.75% | - |
| XYZ | 26.24 | 41.44 | 9.63 | - |
| YUV | 152.19 | 70.33 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 50 | 0.41 | 0 | 0.74 | 0.25 | 93.38 | 0.59 | 0.47 |
| Hex | 71 | C0 | 32 | 29 | 0 | 4A | 19 | 5D | 3B | 2F |
| Octal | 161 | 300 | 62 | 51 | 0 | 112 | 31 | 135 | 73 | 57 |
| Binary | 1110001 | 11000000 | 110010 | 101001 | 0 | 1001010 | 11001 | 1011101 | 111011 | 101111 |
Color Harmonies of #71C032
Complementary color
Monochromatic Colors of #71C032
Black with #71C032
Text Example
Text Example
White with #71C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C032; }
p { color: rgb(113,192,50); }
H1.HeaderClassName
{
color: #71C032;
}
.AnyTagClassName
{
color: #71C032;
}
</style>
background-color css
<style>
a { background-color: #71C032; }
a { background-color: rgb(113,192,50); }
div.DivClassName
{
background-color: #71C032;
}
.BgClassName
{
background-color: #71C032;
}
</style>
border-color css
<style>
span { border-color: #71C032; }
span { border-color: rgb(113,192,50); }
td.TdClassName
{
border-color: #71C032;
}
.TagClassName
{
border-color: #71C032;
}
</style>