Shades of Apple #71B241
Tints of Apple #71B241
RGB
CMYK
RGB Variations
Color information
#71B241 (or 0x71B241) is known color: Apple. HEX triplet: 71, B2 and 41. RGB value is (113,178,65). Sum of RGB (Red+Green+Blue) = 113+178+65=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #71B241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B241 is #8E4DBE. Grayscale: #929292. Windows color (decimal): -9326015 or 4305521. OLE color: 4305521.
HSL color Cylindrical-coordinate representation of color #71B241: hue angle of 94.51º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71B241 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 178 | 65 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.30 |
| HSL | 94.51º | 0.47% | 0.48% | - |
| HSV(B) | 94.51º | 0.63% | 0.7% | - |
| XYZ | 23.68 | 35.73 | 10.65 | - |
| YUV | 145.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 178 | 65 | 0.37 | 0 | 0.63 | 0.30 | 94.51 | 0.47 | 0.48 |
| Hex | 71 | B2 | 41 | 25 | 0 | 3F | 1E | 5F | 2F | 30 |
| Octal | 161 | 262 | 101 | 45 | 0 | 77 | 36 | 137 | 57 | 60 |
| Binary | 1110001 | 10110010 | 1000001 | 100101 | 0 | 111111 | 11110 | 1011111 | 101111 | 110000 |
Color Harmonies of #71B241
Complementary color
Monochromatic Colors of #71B241
Black with #71B241
Text Example
Text Example
White with #71B241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B241; }
p { color: rgb(113,178,65); }
H1.HeaderClassName
{
color: #71B241;
}
.AnyTagClassName
{
color: #71B241;
}
</style>
background-color css
<style>
a { background-color: #71B241; }
a { background-color: rgb(113,178,65); }
div.DivClassName
{
background-color: #71B241;
}
.BgClassName
{
background-color: #71B241;
}
</style>
border-color css
<style>
span { border-color: #71B241; }
span { border-color: rgb(113,178,65); }
td.TdClassName
{
border-color: #71B241;
}
.TagClassName
{
border-color: #71B241;
}
</style>