Shades of Apple #71B443
Tints of Apple #71B443
RGB
CMYK
RGB Variations
Color information
#71B443 (or 0x71B443) is known color: Apple. HEX triplet: 71, B4 and 43. RGB value is (113,180,67). Sum of RGB (Red+Green+Blue) = 113+180+67=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #71B443 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B443 is #8E4BBC. Grayscale: #939393. Windows color (decimal): -9325501 or 4437105. OLE color: 4437105.
HSL color Cylindrical-coordinate representation of color #71B443: hue angle of 95.58º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71B443 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 67 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.29 |
| HSL | 95.58º | 0.46% | 0.48% | - |
| HSV(B) | 95.58º | 0.63% | 0.71% | - |
| XYZ | 24.14 | 36.56 | 11.09 | - |
| YUV | 147.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 67 | 0.37 | 0 | 0.63 | 0.29 | 95.58 | 0.46 | 0.48 |
| Hex | 71 | B4 | 43 | 25 | 0 | 3F | 1D | 60 | 2E | 30 |
| Octal | 161 | 264 | 103 | 45 | 0 | 77 | 35 | 140 | 56 | 60 |
| Binary | 1110001 | 10110100 | 1000011 | 100101 | 0 | 111111 | 11101 | 1100000 | 101110 | 110000 |
Color Harmonies of #71B443
Complementary color
Monochromatic Colors of #71B443
Black with #71B443
Text Example
Text Example
White with #71B443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B443; }
p { color: rgb(113,180,67); }
H1.HeaderClassName
{
color: #71B443;
}
.AnyTagClassName
{
color: #71B443;
}
</style>
background-color css
<style>
a { background-color: #71B443; }
a { background-color: rgb(113,180,67); }
div.DivClassName
{
background-color: #71B443;
}
.BgClassName
{
background-color: #71B443;
}
</style>
border-color css
<style>
span { border-color: #71B443; }
span { border-color: rgb(113,180,67); }
td.TdClassName
{
border-color: #71B443;
}
.TagClassName
{
border-color: #71B443;
}
</style>