Shades of Apple #71BD3D
Tints of Apple #71BD3D
RGB
CMYK
RGB Variations
Color information
#71BD3D (or 0x71BD3D) is known color: Apple. HEX triplet: 71, BD and 3D. RGB value is (113,189,61). Sum of RGB (Red+Green+Blue) = 113+189+61=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD3D is #8E42C2. Grayscale: #989898. Windows color (decimal): -9323203 or 4046193. OLE color: 4046193.
HSL color Cylindrical-coordinate representation of color #71BD3D: hue angle of 95.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71BD3D is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 61 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.26 |
| HSL | 95.63º | 0.51% | 0.49% | - |
| HSV(B) | 95.63º | 0.68% | 0.74% | - |
| XYZ | 25.85 | 40.24 | 10.82 | - |
| YUV | 151.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 61 | 0.40 | 0 | 0.68 | 0.26 | 95.63 | 0.51 | 0.49 |
| Hex | 71 | BD | 3D | 28 | 0 | 44 | 1A | 60 | 33 | 31 |
| Octal | 161 | 275 | 75 | 50 | 0 | 104 | 32 | 140 | 63 | 61 |
| Binary | 1110001 | 10111101 | 111101 | 101000 | 0 | 1000100 | 11010 | 1100000 | 110011 | 110001 |
Color Harmonies of #71BD3D
Complementary color
Monochromatic Colors of #71BD3D
Black with #71BD3D
Text Example
Text Example
White with #71BD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD3D; }
p { color: rgb(113,189,61); }
H1.HeaderClassName
{
color: #71BD3D;
}
.AnyTagClassName
{
color: #71BD3D;
}
</style>
background-color css
<style>
a { background-color: #71BD3D; }
a { background-color: rgb(113,189,61); }
div.DivClassName
{
background-color: #71BD3D;
}
.BgClassName
{
background-color: #71BD3D;
}
</style>
border-color css
<style>
span { border-color: #71BD3D; }
span { border-color: rgb(113,189,61); }
td.TdClassName
{
border-color: #71BD3D;
}
.TagClassName
{
border-color: #71BD3D;
}
</style>