Shades of Apple #71BD4A
Tints of Apple #71BD4A
RGB
CMYK
RGB Variations
Color information
#71BD4A (or 0x71BD4A) is known color: Apple. HEX triplet: 71, BD and 4A. RGB value is (113,189,74). Sum of RGB (Red+Green+Blue) = 113+189+74=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD4A is #8E42B5. Grayscale: #999999. Windows color (decimal): -9323190 or 4898161. OLE color: 4898161.
HSL color Cylindrical-coordinate representation of color #71BD4A: hue angle of 99.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71BD4A is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 74 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.26 |
| HSL | 99.65º | 0.47% | 0.52% | - |
| HSV(B) | 99.65º | 0.61% | 0.74% | - |
| XYZ | 26.24 | 40.4 | 12.89 | - |
| YUV | 153.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 74 | 0.40 | 0 | 0.61 | 0.26 | 99.65 | 0.47 | 0.52 |
| Hex | 71 | BD | 4A | 28 | 0 | 3D | 1A | 64 | 2F | 34 |
| Octal | 161 | 275 | 112 | 50 | 0 | 75 | 32 | 144 | 57 | 64 |
| Binary | 1110001 | 10111101 | 1001010 | 101000 | 0 | 111101 | 11010 | 1100100 | 101111 | 110100 |
Color Harmonies of #71BD4A
Complementary color
Monochromatic Colors of #71BD4A
Black with #71BD4A
Text Example
Text Example
White with #71BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD4A; }
p { color: rgb(113,189,74); }
H1.HeaderClassName
{
color: #71BD4A;
}
.AnyTagClassName
{
color: #71BD4A;
}
</style>
background-color css
<style>
a { background-color: #71BD4A; }
a { background-color: rgb(113,189,74); }
div.DivClassName
{
background-color: #71BD4A;
}
.BgClassName
{
background-color: #71BD4A;
}
</style>
border-color css
<style>
span { border-color: #71BD4A; }
span { border-color: rgb(113,189,74); }
td.TdClassName
{
border-color: #71BD4A;
}
.TagClassName
{
border-color: #71BD4A;
}
</style>