Shades of Apple #71D932
Tints of Apple #71D932
RGB
CMYK
RGB Variations
Color information
#71D932 (or 0x71D932) is known color: Apple. HEX triplet: 71, D9 and 32. RGB value is (113,217,50). Sum of RGB (Red+Green+Blue) = 113+217+50=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #71D932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D932 is #8E26CD. Grayscale: #A7A7A7. Windows color (decimal): -9316046 or 3332465. OLE color: 3332465.
HSL color Cylindrical-coordinate representation of color #71D932: hue angle of 97.37º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71D932 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 217 | 50 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.15 |
| HSL | 97.37º | 0.69% | 0.52% | - |
| HSV(B) | 97.37º | 0.77% | 0.85% | - |
| XYZ | 32.2 | 53.37 | 11.62 | - |
| YUV | 166.87 | 62.04 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 217 | 50 | 0.48 | 0 | 0.77 | 0.15 | 97.37 | 0.69 | 0.52 |
| Hex | 71 | D9 | 32 | 30 | 0 | 4D | F | 61 | 45 | 34 |
| Octal | 161 | 331 | 62 | 60 | 0 | 115 | 17 | 141 | 105 | 64 |
| Binary | 1110001 | 11011001 | 110010 | 110000 | 0 | 1001101 | 1111 | 1100001 | 1000101 | 110100 |
Color Harmonies of #71D932
Complementary color
Monochromatic Colors of #71D932
Black with #71D932
Text Example
Text Example
White with #71D932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D932; }
p { color: rgb(113,217,50); }
H1.HeaderClassName
{
color: #71D932;
}
.AnyTagClassName
{
color: #71D932;
}
</style>
background-color css
<style>
a { background-color: #71D932; }
a { background-color: rgb(113,217,50); }
div.DivClassName
{
background-color: #71D932;
}
.BgClassName
{
background-color: #71D932;
}
</style>
border-color css
<style>
span { border-color: #71D932; }
span { border-color: rgb(113,217,50); }
td.TdClassName
{
border-color: #71D932;
}
.TagClassName
{
border-color: #71D932;
}
</style>