Shades of Apple #71C141
Tints of Apple #71C141
RGB
CMYK
RGB Variations
Color information
#71C141 (or 0x71C141) is known color: Apple. HEX triplet: 71, C1 and 41. RGB value is (113,193,65). Sum of RGB (Red+Green+Blue) = 113+193+65=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #71C141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C141 is #8E3EBE. Grayscale: #9A9A9A. Windows color (decimal): -9322175 or 4309361. OLE color: 4309361.
HSL color Cylindrical-coordinate representation of color #71C141: hue angle of 97.5º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71C141 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 193 | 65 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.24 |
| HSL | 97.5º | 0.51% | 0.51% | - |
| HSV(B) | 97.5º | 0.66% | 0.76% | - |
| XYZ | 26.83 | 42.03 | 11.7 | - |
| YUV | 154.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 65 | 0.41 | 0 | 0.66 | 0.24 | 97.5 | 0.51 | 0.51 |
| Hex | 71 | C1 | 41 | 29 | 0 | 42 | 18 | 62 | 33 | 33 |
| Octal | 161 | 301 | 101 | 51 | 0 | 102 | 30 | 142 | 63 | 63 |
| Binary | 1110001 | 11000001 | 1000001 | 101001 | 0 | 1000010 | 11000 | 1100010 | 110011 | 110011 |
Color Harmonies of #71C141
Complementary color
Monochromatic Colors of #71C141
Black with #71C141
Text Example
Text Example
White with #71C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C141; }
p { color: rgb(113,193,65); }
H1.HeaderClassName
{
color: #71C141;
}
.AnyTagClassName
{
color: #71C141;
}
</style>
background-color css
<style>
a { background-color: #71C141; }
a { background-color: rgb(113,193,65); }
div.DivClassName
{
background-color: #71C141;
}
.BgClassName
{
background-color: #71C141;
}
</style>
border-color css
<style>
span { border-color: #71C141; }
span { border-color: rgb(113,193,65); }
td.TdClassName
{
border-color: #71C141;
}
.TagClassName
{
border-color: #71C141;
}
</style>