Shades of Apple #71BA54
Tints of Apple #71BA54
RGB
CMYK
RGB Variations
Color information
#71BA54 (or 0x71BA54) is known color: Apple. HEX triplet: 71, BA and 54. RGB value is (113,186,84). Sum of RGB (Red+Green+Blue) = 113+186+84=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA54 is #8E45AB. Grayscale: #989898. Windows color (decimal): -9323948 or 5552753. OLE color: 5552753.
HSL color Cylindrical-coordinate representation of color #71BA54: hue angle of 102.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71BA54 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 84 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.27 |
| HSL | 102.94º | 0.43% | 0.53% | - |
| HSV(B) | 102.94º | 0.55% | 0.73% | - |
| XYZ | 25.97 | 39.27 | 14.6 | - |
| YUV | 152.55 | 89.32 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 84 | 0.39 | 0 | 0.55 | 0.27 | 102.94 | 0.43 | 0.53 |
| Hex | 71 | BA | 54 | 27 | 0 | 37 | 1B | 67 | 2A | 35 |
| Octal | 161 | 272 | 124 | 47 | 0 | 67 | 33 | 147 | 52 | 65 |
| Binary | 1110001 | 10111010 | 1010100 | 100111 | 0 | 110111 | 11011 | 1100111 | 101010 | 110101 |
Color Harmonies of #71BA54
Complementary color
Monochromatic Colors of #71BA54
Black with #71BA54
Text Example
Text Example
White with #71BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA54; }
p { color: rgb(113,186,84); }
H1.HeaderClassName
{
color: #71BA54;
}
.AnyTagClassName
{
color: #71BA54;
}
</style>
background-color css
<style>
a { background-color: #71BA54; }
a { background-color: rgb(113,186,84); }
div.DivClassName
{
background-color: #71BA54;
}
.BgClassName
{
background-color: #71BA54;
}
</style>
border-color css
<style>
span { border-color: #71BA54; }
span { border-color: rgb(113,186,84); }
td.TdClassName
{
border-color: #71BA54;
}
.TagClassName
{
border-color: #71BA54;
}
</style>