Shades of Apple #71D32D
Tints of Apple #71D32D
RGB
CMYK
RGB Variations
Color information
#71D32D (or 0x71D32D) is known color: Apple. HEX triplet: 71, D3 and 2D. RGB value is (113,211,45). Sum of RGB (Red+Green+Blue) = 113+211+45=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #71D32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D32D is #8E2CD2. Grayscale: #A3A3A3. Windows color (decimal): -9317587 or 3003249. OLE color: 3003249.
HSL color Cylindrical-coordinate representation of color #71D32D: hue angle of 95.42º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71D32D is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 45 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.17 |
| HSL | 95.42º | 0.65% | 0.5% | - |
| HSV(B) | 95.42º | 0.79% | 0.83% | - |
| XYZ | 30.58 | 50.29 | 10.58 | - |
| YUV | 162.77 | 61.53 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 45 | 0.46 | 0 | 0.79 | 0.17 | 95.42 | 0.65 | 0.5 |
| Hex | 71 | D3 | 2D | 2E | 0 | 4F | 11 | 5F | 41 | 32 |
| Octal | 161 | 323 | 55 | 56 | 0 | 117 | 21 | 137 | 101 | 62 |
| Binary | 1110001 | 11010011 | 101101 | 101110 | 0 | 1001111 | 10001 | 1011111 | 1000001 | 110010 |
Color Harmonies of #71D32D
Complementary color
Monochromatic Colors of #71D32D
Black with #71D32D
Text Example
Text Example
White with #71D32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D32D; }
p { color: rgb(113,211,45); }
H1.HeaderClassName
{
color: #71D32D;
}
.AnyTagClassName
{
color: #71D32D;
}
</style>
background-color css
<style>
a { background-color: #71D32D; }
a { background-color: rgb(113,211,45); }
div.DivClassName
{
background-color: #71D32D;
}
.BgClassName
{
background-color: #71D32D;
}
</style>
border-color css
<style>
span { border-color: #71D32D; }
span { border-color: rgb(113,211,45); }
td.TdClassName
{
border-color: #71D32D;
}
.TagClassName
{
border-color: #71D32D;
}
</style>