Shades of Apple #71BC51
Tints of Apple #71BC51
RGB
CMYK
RGB Variations
Color information
#71BC51 (or 0x71BC51) is known color: Apple. HEX triplet: 71, BC and 51. RGB value is (113,188,81). Sum of RGB (Red+Green+Blue) = 113+188+81=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC51 is #8E43AE. Grayscale: #999999. Windows color (decimal): -9323439 or 5356657. OLE color: 5356657.
HSL color Cylindrical-coordinate representation of color #71BC51: hue angle of 102.06º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71BC51 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 81 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.26 |
| HSL | 102.06º | 0.44% | 0.53% | - |
| HSV(B) | 102.06º | 0.57% | 0.74% | - |
| XYZ | 26.28 | 40.07 | 14.13 | - |
| YUV | 153.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 81 | 0.40 | 0 | 0.57 | 0.26 | 102.06 | 0.44 | 0.53 |
| Hex | 71 | BC | 51 | 28 | 0 | 39 | 1A | 66 | 2C | 35 |
| Octal | 161 | 274 | 121 | 50 | 0 | 71 | 32 | 146 | 54 | 65 |
| Binary | 1110001 | 10111100 | 1010001 | 101000 | 0 | 111001 | 11010 | 1100110 | 101100 | 110101 |
Color Harmonies of #71BC51
Complementary color
Monochromatic Colors of #71BC51
Black with #71BC51
Text Example
Text Example
White with #71BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC51; }
p { color: rgb(113,188,81); }
H1.HeaderClassName
{
color: #71BC51;
}
.AnyTagClassName
{
color: #71BC51;
}
</style>
background-color css
<style>
a { background-color: #71BC51; }
a { background-color: rgb(113,188,81); }
div.DivClassName
{
background-color: #71BC51;
}
.BgClassName
{
background-color: #71BC51;
}
</style>
border-color css
<style>
span { border-color: #71BC51; }
span { border-color: rgb(113,188,81); }
td.TdClassName
{
border-color: #71BC51;
}
.TagClassName
{
border-color: #71BC51;
}
</style>