Shades of Apple #71D532
Tints of Apple #71D532
RGB
CMYK
RGB Variations
Color information
#71D532 (or 0x71D532) is known color: Apple. HEX triplet: 71, D5 and 32. RGB value is (113,213,50). Sum of RGB (Red+Green+Blue) = 113+213+50=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #71D532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D532 is #8E2ACD. Grayscale: #A5A5A5. Windows color (decimal): -9317070 or 3331441. OLE color: 3331441.
HSL color Cylindrical-coordinate representation of color #71D532: hue angle of 96.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71D532 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 50 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.16 |
| HSL | 96.81º | 0.66% | 0.52% | - |
| HSV(B) | 96.81º | 0.77% | 0.84% | - |
| XYZ | 31.18 | 51.33 | 11.28 | - |
| YUV | 164.52 | 63.37 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 50 | 0.47 | 0 | 0.77 | 0.16 | 96.81 | 0.66 | 0.52 |
| Hex | 71 | D5 | 32 | 2F | 0 | 4D | 10 | 61 | 42 | 34 |
| Octal | 161 | 325 | 62 | 57 | 0 | 115 | 20 | 141 | 102 | 64 |
| Binary | 1110001 | 11010101 | 110010 | 101111 | 0 | 1001101 | 10000 | 1100001 | 1000010 | 110100 |
Color Harmonies of #71D532
Complementary color
Monochromatic Colors of #71D532
Black with #71D532
Text Example
Text Example
White with #71D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D532; }
p { color: rgb(113,213,50); }
H1.HeaderClassName
{
color: #71D532;
}
.AnyTagClassName
{
color: #71D532;
}
</style>
background-color css
<style>
a { background-color: #71D532; }
a { background-color: rgb(113,213,50); }
div.DivClassName
{
background-color: #71D532;
}
.BgClassName
{
background-color: #71D532;
}
</style>
border-color css
<style>
span { border-color: #71D532; }
span { border-color: rgb(113,213,50); }
td.TdClassName
{
border-color: #71D532;
}
.TagClassName
{
border-color: #71D532;
}
</style>