Shades of Apple #71BD42
Tints of Apple #71BD42
RGB
CMYK
RGB Variations
Color information
#71BD42 (or 0x71BD42) is known color: Apple. HEX triplet: 71, BD and 42. RGB value is (113,189,66). Sum of RGB (Red+Green+Blue) = 113+189+66=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD42 is #8E42BD. Grayscale: #989898. Windows color (decimal): -9323198 or 4373873. OLE color: 4373873.
HSL color Cylindrical-coordinate representation of color #71BD42: hue angle of 97.07º 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 #71BD42 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 66 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.26 |
| HSL | 97.07º | 0.48% | 0.5% | - |
| HSV(B) | 97.07º | 0.65% | 0.74% | - |
| XYZ | 25.99 | 40.3 | 11.56 | - |
| YUV | 152.25 | 79.32 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 66 | 0.40 | 0 | 0.65 | 0.26 | 97.07 | 0.48 | 0.5 |
| Hex | 71 | BD | 42 | 28 | 0 | 41 | 1A | 61 | 30 | 32 |
| Octal | 161 | 275 | 102 | 50 | 0 | 101 | 32 | 141 | 60 | 62 |
| Binary | 1110001 | 10111101 | 1000010 | 101000 | 0 | 1000001 | 11010 | 1100001 | 110000 | 110010 |
Color Harmonies of #71BD42
Complementary color
Monochromatic Colors of #71BD42
Black with #71BD42
Text Example
Text Example
White with #71BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD42; }
p { color: rgb(113,189,66); }
H1.HeaderClassName
{
color: #71BD42;
}
.AnyTagClassName
{
color: #71BD42;
}
</style>
background-color css
<style>
a { background-color: #71BD42; }
a { background-color: rgb(113,189,66); }
div.DivClassName
{
background-color: #71BD42;
}
.BgClassName
{
background-color: #71BD42;
}
</style>
border-color css
<style>
span { border-color: #71BD42; }
span { border-color: rgb(113,189,66); }
td.TdClassName
{
border-color: #71BD42;
}
.TagClassName
{
border-color: #71BD42;
}
</style>