Shades of Apple #71BB53
Tints of Apple #71BB53
RGB
CMYK
RGB Variations
Color information
#71BB53 (or 0x71BB53) is known color: Apple. HEX triplet: 71, BB and 53. RGB value is (113,187,83). Sum of RGB (Red+Green+Blue) = 113+187+83=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BB53 is #8E44AC. Grayscale: #999999. Windows color (decimal): -9323693 or 5487473. OLE color: 5487473.
HSL color Cylindrical-coordinate representation of color #71BB53: hue angle of 102.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71BB53 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 83 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.27 |
| HSL | 102.69º | 0.43% | 0.53% | - |
| HSV(B) | 102.69º | 0.56% | 0.73% | - |
| XYZ | 26.14 | 39.68 | 14.46 | - |
| YUV | 153.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 83 | 0.40 | 0 | 0.56 | 0.27 | 102.69 | 0.43 | 0.53 |
| Hex | 71 | BB | 53 | 28 | 0 | 38 | 1B | 67 | 2B | 35 |
| Octal | 161 | 273 | 123 | 50 | 0 | 70 | 33 | 147 | 53 | 65 |
| Binary | 1110001 | 10111011 | 1010011 | 101000 | 0 | 111000 | 11011 | 1100111 | 101011 | 110101 |
Color Harmonies of #71BB53
Complementary color
Monochromatic Colors of #71BB53
Black with #71BB53
Text Example
Text Example
White with #71BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB53; }
p { color: rgb(113,187,83); }
H1.HeaderClassName
{
color: #71BB53;
}
.AnyTagClassName
{
color: #71BB53;
}
</style>
background-color css
<style>
a { background-color: #71BB53; }
a { background-color: rgb(113,187,83); }
div.DivClassName
{
background-color: #71BB53;
}
.BgClassName
{
background-color: #71BB53;
}
</style>
border-color css
<style>
span { border-color: #71BB53; }
span { border-color: rgb(113,187,83); }
td.TdClassName
{
border-color: #71BB53;
}
.TagClassName
{
border-color: #71BB53;
}
</style>