Shades of Apple #71BA39
Tints of Apple #71BA39
RGB
CMYK
RGB Variations
Color information
#71BA39 (or 0x71BA39) is known color: Apple. HEX triplet: 71, BA and 39. RGB value is (113,186,57). Sum of RGB (Red+Green+Blue) = 113+186+57=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA39 is #8E45C6. Grayscale: #959595. Windows color (decimal): -9323975 or 3783281. OLE color: 3783281.
HSL color Cylindrical-coordinate representation of color #71BA39: hue angle of 93.95º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71BA39 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 57 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.27 |
| HSL | 93.95º | 0.53% | 0.48% | - |
| HSV(B) | 93.95º | 0.69% | 0.73% | - |
| XYZ | 25.11 | 38.92 | 10.06 | - |
| YUV | 149.47 | 75.82 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 57 | 0.39 | 0 | 0.69 | 0.27 | 93.95 | 0.53 | 0.48 |
| Hex | 71 | BA | 39 | 27 | 0 | 45 | 1B | 5E | 35 | 30 |
| Octal | 161 | 272 | 71 | 47 | 0 | 105 | 33 | 136 | 65 | 60 |
| Binary | 1110001 | 10111010 | 111001 | 100111 | 0 | 1000101 | 11011 | 1011110 | 110101 | 110000 |
Color Harmonies of #71BA39
Complementary color
Monochromatic Colors of #71BA39
Black with #71BA39
Text Example
Text Example
White with #71BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA39; }
p { color: rgb(113,186,57); }
H1.HeaderClassName
{
color: #71BA39;
}
.AnyTagClassName
{
color: #71BA39;
}
</style>
background-color css
<style>
a { background-color: #71BA39; }
a { background-color: rgb(113,186,57); }
div.DivClassName
{
background-color: #71BA39;
}
.BgClassName
{
background-color: #71BA39;
}
</style>
border-color css
<style>
span { border-color: #71BA39; }
span { border-color: rgb(113,186,57); }
td.TdClassName
{
border-color: #71BA39;
}
.TagClassName
{
border-color: #71BA39;
}
</style>