Shades of Apple #71BB41
Tints of Apple #71BB41
RGB
CMYK
RGB Variations
Color information
#71BB41 (or 0x71BB41) is known color: Apple. HEX triplet: 71, BB and 41. RGB value is (113,187,65). Sum of RGB (Red+Green+Blue) = 113+187+65=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB41 is #8E44BE. Grayscale: #979797. Windows color (decimal): -9323711 or 4307825. OLE color: 4307825.
HSL color Cylindrical-coordinate representation of color #71BB41: hue angle of 96.39º 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 #71BB41 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 65 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.27 |
| HSL | 96.39º | 0.48% | 0.49% | - |
| HSV(B) | 96.39º | 0.65% | 0.73% | - |
| XYZ | 25.53 | 39.43 | 11.27 | - |
| YUV | 150.97 | 79.48 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 65 | 0.40 | 0 | 0.65 | 0.27 | 96.39 | 0.48 | 0.49 |
| Hex | 71 | BB | 41 | 28 | 0 | 41 | 1B | 60 | 30 | 31 |
| Octal | 161 | 273 | 101 | 50 | 0 | 101 | 33 | 140 | 60 | 61 |
| Binary | 1110001 | 10111011 | 1000001 | 101000 | 0 | 1000001 | 11011 | 1100000 | 110000 | 110001 |
Color Harmonies of #71BB41
Complementary color
Monochromatic Colors of #71BB41
Black with #71BB41
Text Example
Text Example
White with #71BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB41; }
p { color: rgb(113,187,65); }
H1.HeaderClassName
{
color: #71BB41;
}
.AnyTagClassName
{
color: #71BB41;
}
</style>
background-color css
<style>
a { background-color: #71BB41; }
a { background-color: rgb(113,187,65); }
div.DivClassName
{
background-color: #71BB41;
}
.BgClassName
{
background-color: #71BB41;
}
</style>
border-color css
<style>
span { border-color: #71BB41; }
span { border-color: rgb(113,187,65); }
td.TdClassName
{
border-color: #71BB41;
}
.TagClassName
{
border-color: #71BB41;
}
</style>