Shades of Apple #71BD45
Tints of Apple #71BD45
RGB
CMYK
RGB Variations
Color information
#71BD45 (or 0x71BD45) is known color: Apple. HEX triplet: 71, BD and 45. RGB value is (113,189,69). Sum of RGB (Red+Green+Blue) = 113+189+69=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD45 is #8E42BA. Grayscale: #999999. Windows color (decimal): -9323195 or 4570481. OLE color: 4570481.
HSL color Cylindrical-coordinate representation of color #71BD45: hue angle of 98º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71BD45 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 69 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.26 |
| HSL | 98º | 0.48% | 0.51% | - |
| HSV(B) | 98º | 0.63% | 0.74% | - |
| XYZ | 26.08 | 40.34 | 12.04 | - |
| YUV | 152.6 | 80.82 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 69 | 0.40 | 0 | 0.63 | 0.26 | 98 | 0.48 | 0.51 |
| Hex | 71 | BD | 45 | 28 | 0 | 3F | 1A | 62 | 30 | 33 |
| Octal | 161 | 275 | 105 | 50 | 0 | 77 | 32 | 142 | 60 | 63 |
| Binary | 1110001 | 10111101 | 1000101 | 101000 | 0 | 111111 | 11010 | 1100010 | 110000 | 110011 |
Color Harmonies of #71BD45
Complementary color
Monochromatic Colors of #71BD45
Black with #71BD45
Text Example
Text Example
White with #71BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD45; }
p { color: rgb(113,189,69); }
H1.HeaderClassName
{
color: #71BD45;
}
.AnyTagClassName
{
color: #71BD45;
}
</style>
background-color css
<style>
a { background-color: #71BD45; }
a { background-color: rgb(113,189,69); }
div.DivClassName
{
background-color: #71BD45;
}
.BgClassName
{
background-color: #71BD45;
}
</style>
border-color css
<style>
span { border-color: #71BD45; }
span { border-color: rgb(113,189,69); }
td.TdClassName
{
border-color: #71BD45;
}
.TagClassName
{
border-color: #71BD45;
}
</style>