Shades of Apple #71BD43
Tints of Apple #71BD43
RGB
CMYK
RGB Variations
Color information
#71BD43 (or 0x71BD43) is known color: Apple. HEX triplet: 71, BD and 43. RGB value is (113,189,67). Sum of RGB (Red+Green+Blue) = 113+189+67=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD43 is #8E42BC. Grayscale: #989898. Windows color (decimal): -9323197 or 4439409. OLE color: 4439409.
HSL color Cylindrical-coordinate representation of color #71BD43: hue angle of 97.38º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71BD43 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 67 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.26 |
| HSL | 97.38º | 0.48% | 0.5% | - |
| HSV(B) | 97.38º | 0.65% | 0.74% | - |
| XYZ | 26.02 | 40.31 | 11.72 | - |
| YUV | 152.37 | 79.82 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 67 | 0.40 | 0 | 0.65 | 0.26 | 97.38 | 0.48 | 0.5 |
| Hex | 71 | BD | 43 | 28 | 0 | 41 | 1A | 61 | 30 | 32 |
| Octal | 161 | 275 | 103 | 50 | 0 | 101 | 32 | 141 | 60 | 62 |
| Binary | 1110001 | 10111101 | 1000011 | 101000 | 0 | 1000001 | 11010 | 1100001 | 110000 | 110010 |
Color Harmonies of #71BD43
Complementary color
Monochromatic Colors of #71BD43
Black with #71BD43
Text Example
Text Example
White with #71BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD43; }
p { color: rgb(113,189,67); }
H1.HeaderClassName
{
color: #71BD43;
}
.AnyTagClassName
{
color: #71BD43;
}
</style>
background-color css
<style>
a { background-color: #71BD43; }
a { background-color: rgb(113,189,67); }
div.DivClassName
{
background-color: #71BD43;
}
.BgClassName
{
background-color: #71BD43;
}
</style>
border-color css
<style>
span { border-color: #71BD43; }
span { border-color: rgb(113,189,67); }
td.TdClassName
{
border-color: #71BD43;
}
.TagClassName
{
border-color: #71BD43;
}
</style>