Shades of Apple #71D82D
Tints of Apple #71D82D
RGB
CMYK
RGB Variations
Color information
#71D82D (or 0x71D82D) is known color: Apple. HEX triplet: 71, D8 and 2D. RGB value is (113,216,45). Sum of RGB (Red+Green+Blue) = 113+216+45=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #71D82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D82D is #8E27D2. Grayscale: #A6A6A6. Windows color (decimal): -9316307 or 3004529. OLE color: 3004529.
HSL color Cylindrical-coordinate representation of color #71D82D: hue angle of 96.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71D82D is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 45 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.15 |
| HSL | 96.14º | 0.69% | 0.51% | - |
| HSV(B) | 96.14º | 0.79% | 0.85% | - |
| XYZ | 31.84 | 52.81 | 11 | - |
| YUV | 165.71 | 59.88 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 45 | 0.48 | 0 | 0.79 | 0.15 | 96.14 | 0.69 | 0.51 |
| Hex | 71 | D8 | 2D | 30 | 0 | 4F | F | 60 | 45 | 33 |
| Octal | 161 | 330 | 55 | 60 | 0 | 117 | 17 | 140 | 105 | 63 |
| Binary | 1110001 | 11011000 | 101101 | 110000 | 0 | 1001111 | 1111 | 1100000 | 1000101 | 110011 |
Color Harmonies of #71D82D
Complementary color
Monochromatic Colors of #71D82D
Black with #71D82D
Text Example
Text Example
White with #71D82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D82D; }
p { color: rgb(113,216,45); }
H1.HeaderClassName
{
color: #71D82D;
}
.AnyTagClassName
{
color: #71D82D;
}
</style>
background-color css
<style>
a { background-color: #71D82D; }
a { background-color: rgb(113,216,45); }
div.DivClassName
{
background-color: #71D82D;
}
.BgClassName
{
background-color: #71D82D;
}
</style>
border-color css
<style>
span { border-color: #71D82D; }
span { border-color: rgb(113,216,45); }
td.TdClassName
{
border-color: #71D82D;
}
.TagClassName
{
border-color: #71D82D;
}
</style>