Shades of Apple #71BA35
Tints of Apple #71BA35
RGB
CMYK
RGB Variations
Color information
#71BA35 (or 0x71BA35) is known color: Apple. HEX triplet: 71, BA and 35. RGB value is (113,186,53). Sum of RGB (Red+Green+Blue) = 113+186+53=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA35 is #8E45CA. Grayscale: #959595. Windows color (decimal): -9323979 or 3521137. OLE color: 3521137.
HSL color Cylindrical-coordinate representation of color #71BA35: hue angle of 92.93º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71BA35 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 53 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.27 |
| HSL | 92.93º | 0.56% | 0.47% | - |
| HSV(B) | 92.93º | 0.72% | 0.73% | - |
| XYZ | 25.01 | 38.89 | 9.56 | - |
| YUV | 149.01 | 73.82 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 53 | 0.39 | 0 | 0.72 | 0.27 | 92.93 | 0.56 | 0.47 |
| Hex | 71 | BA | 35 | 27 | 0 | 48 | 1B | 5D | 38 | 2F |
| Octal | 161 | 272 | 65 | 47 | 0 | 110 | 33 | 135 | 70 | 57 |
| Binary | 1110001 | 10111010 | 110101 | 100111 | 0 | 1001000 | 11011 | 1011101 | 111000 | 101111 |
Color Harmonies of #71BA35
Complementary color
Monochromatic Colors of #71BA35
Black with #71BA35
Text Example
Text Example
White with #71BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA35; }
p { color: rgb(113,186,53); }
H1.HeaderClassName
{
color: #71BA35;
}
.AnyTagClassName
{
color: #71BA35;
}
</style>
background-color css
<style>
a { background-color: #71BA35; }
a { background-color: rgb(113,186,53); }
div.DivClassName
{
background-color: #71BA35;
}
.BgClassName
{
background-color: #71BA35;
}
</style>
border-color css
<style>
span { border-color: #71BA35; }
span { border-color: rgb(113,186,53); }
td.TdClassName
{
border-color: #71BA35;
}
.TagClassName
{
border-color: #71BA35;
}
</style>