Shades of Apple #71BA41
Tints of Apple #71BA41
RGB
CMYK
RGB Variations
Color information
#71BA41 (or 0x71BA41) is known color: Apple. HEX triplet: 71, BA and 41. RGB value is (113,186,65). Sum of RGB (Red+Green+Blue) = 113+186+65=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA41 is #8E45BE. Grayscale: #969696. Windows color (decimal): -9323967 or 4307569. OLE color: 4307569.
HSL color Cylindrical-coordinate representation of color #71BA41: hue angle of 96.2º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71BA41 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 65 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.27 |
| HSL | 96.2º | 0.48% | 0.49% | - |
| HSV(B) | 96.2º | 0.65% | 0.73% | - |
| XYZ | 25.32 | 39.01 | 11.2 | - |
| YUV | 150.38 | 79.82 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 65 | 0.39 | 0 | 0.65 | 0.27 | 96.2 | 0.48 | 0.49 |
| Hex | 71 | BA | 41 | 27 | 0 | 41 | 1B | 60 | 30 | 31 |
| Octal | 161 | 272 | 101 | 47 | 0 | 101 | 33 | 140 | 60 | 61 |
| Binary | 1110001 | 10111010 | 1000001 | 100111 | 0 | 1000001 | 11011 | 1100000 | 110000 | 110001 |
Color Harmonies of #71BA41
Complementary color
Monochromatic Colors of #71BA41
Black with #71BA41
Text Example
Text Example
White with #71BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA41; }
p { color: rgb(113,186,65); }
H1.HeaderClassName
{
color: #71BA41;
}
.AnyTagClassName
{
color: #71BA41;
}
</style>
background-color css
<style>
a { background-color: #71BA41; }
a { background-color: rgb(113,186,65); }
div.DivClassName
{
background-color: #71BA41;
}
.BgClassName
{
background-color: #71BA41;
}
</style>
border-color css
<style>
span { border-color: #71BA41; }
span { border-color: rgb(113,186,65); }
td.TdClassName
{
border-color: #71BA41;
}
.TagClassName
{
border-color: #71BA41;
}
</style>