Shades of Apple #71BD41
Tints of Apple #71BD41
RGB
CMYK
RGB Variations
Color information
#71BD41 (or 0x71BD41) is known color: Apple. HEX triplet: 71, BD and 41. RGB value is (113,189,65). Sum of RGB (Red+Green+Blue) = 113+189+65=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD41 is #8E42BE. Grayscale: #989898. Windows color (decimal): -9323199 or 4308337. OLE color: 4308337.
HSL color Cylindrical-coordinate representation of color #71BD41: hue angle of 96.77º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71BD41 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 65 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.26 |
| HSL | 96.77º | 0.49% | 0.5% | - |
| HSV(B) | 96.77º | 0.66% | 0.74% | - |
| XYZ | 25.96 | 40.29 | 11.41 | - |
| YUV | 152.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 65 | 0.40 | 0 | 0.66 | 0.26 | 96.77 | 0.49 | 0.5 |
| Hex | 71 | BD | 41 | 28 | 0 | 42 | 1A | 61 | 31 | 32 |
| Octal | 161 | 275 | 101 | 50 | 0 | 102 | 32 | 141 | 61 | 62 |
| Binary | 1110001 | 10111101 | 1000001 | 101000 | 0 | 1000010 | 11010 | 1100001 | 110001 | 110010 |
Color Harmonies of #71BD41
Complementary color
Monochromatic Colors of #71BD41
Black with #71BD41
Text Example
Text Example
White with #71BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD41; }
p { color: rgb(113,189,65); }
H1.HeaderClassName
{
color: #71BD41;
}
.AnyTagClassName
{
color: #71BD41;
}
</style>
background-color css
<style>
a { background-color: #71BD41; }
a { background-color: rgb(113,189,65); }
div.DivClassName
{
background-color: #71BD41;
}
.BgClassName
{
background-color: #71BD41;
}
</style>
border-color css
<style>
span { border-color: #71BD41; }
span { border-color: rgb(113,189,65); }
td.TdClassName
{
border-color: #71BD41;
}
.TagClassName
{
border-color: #71BD41;
}
</style>