Shades of Apple #71B83B
Tints of Apple #71B83B
RGB
CMYK
RGB Variations
Color information
#71B83B (or 0x71B83B) is known color: Apple. HEX triplet: 71, B8 and 3B. RGB value is (113,184,59). Sum of RGB (Red+Green+Blue) = 113+184+59=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #71B83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B83B is #8E47C4. Grayscale: #949494. Windows color (decimal): -9324485 or 3913841. OLE color: 3913841.
HSL color Cylindrical-coordinate representation of color #71B83B: hue angle of 94.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71B83B is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 184 | 59 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.28 |
| HSL | 94.08º | 0.51% | 0.48% | - |
| HSV(B) | 94.08º | 0.68% | 0.72% | - |
| XYZ | 24.74 | 38.11 | 10.19 | - |
| YUV | 148.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 59 | 0.39 | 0 | 0.68 | 0.28 | 94.08 | 0.51 | 0.48 |
| Hex | 71 | B8 | 3B | 27 | 0 | 44 | 1C | 5E | 33 | 30 |
| Octal | 161 | 270 | 73 | 47 | 0 | 104 | 34 | 136 | 63 | 60 |
| Binary | 1110001 | 10111000 | 111011 | 100111 | 0 | 1000100 | 11100 | 1011110 | 110011 | 110000 |
Color Harmonies of #71B83B
Complementary color
Monochromatic Colors of #71B83B
Black with #71B83B
Text Example
Text Example
White with #71B83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B83B; }
p { color: rgb(113,184,59); }
H1.HeaderClassName
{
color: #71B83B;
}
.AnyTagClassName
{
color: #71B83B;
}
</style>
background-color css
<style>
a { background-color: #71B83B; }
a { background-color: rgb(113,184,59); }
div.DivClassName
{
background-color: #71B83B;
}
.BgClassName
{
background-color: #71B83B;
}
</style>
border-color css
<style>
span { border-color: #71B83B; }
span { border-color: rgb(113,184,59); }
td.TdClassName
{
border-color: #71B83B;
}
.TagClassName
{
border-color: #71B83B;
}
</style>