Shades of Apple #71BC43
Tints of Apple #71BC43
RGB
CMYK
RGB Variations
Color information
#71BC43 (or 0x71BC43) is known color: Apple. HEX triplet: 71, BC and 43. RGB value is (113,188,67). Sum of RGB (Red+Green+Blue) = 113+188+67=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC43 is #8E43BC. Grayscale: #989898. Windows color (decimal): -9323453 or 4439153. OLE color: 4439153.
HSL color Cylindrical-coordinate representation of color #71BC43: hue angle of 97.19º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71BC43 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 67 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.26 |
| HSL | 97.19º | 0.47% | 0.5% | - |
| HSV(B) | 97.19º | 0.64% | 0.74% | - |
| XYZ | 25.81 | 39.88 | 11.65 | - |
| YUV | 151.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 67 | 0.40 | 0 | 0.64 | 0.26 | 97.19 | 0.47 | 0.5 |
| Hex | 71 | BC | 43 | 28 | 0 | 40 | 1A | 61 | 2F | 32 |
| Octal | 161 | 274 | 103 | 50 | 0 | 100 | 32 | 141 | 57 | 62 |
| Binary | 1110001 | 10111100 | 1000011 | 101000 | 0 | 1000000 | 11010 | 1100001 | 101111 | 110010 |
Color Harmonies of #71BC43
Complementary color
Monochromatic Colors of #71BC43
Black with #71BC43
Text Example
Text Example
White with #71BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC43; }
p { color: rgb(113,188,67); }
H1.HeaderClassName
{
color: #71BC43;
}
.AnyTagClassName
{
color: #71BC43;
}
</style>
background-color css
<style>
a { background-color: #71BC43; }
a { background-color: rgb(113,188,67); }
div.DivClassName
{
background-color: #71BC43;
}
.BgClassName
{
background-color: #71BC43;
}
</style>
border-color css
<style>
span { border-color: #71BC43; }
span { border-color: rgb(113,188,67); }
td.TdClassName
{
border-color: #71BC43;
}
.TagClassName
{
border-color: #71BC43;
}
</style>