Shades of Apple #71C140
Tints of Apple #71C140
RGB
CMYK
RGB Variations
Color information
#71C140 (or 0x71C140) is known color: Apple. HEX triplet: 71, C1 and 40. RGB value is (113,193,64). Sum of RGB (Red+Green+Blue) = 113+193+64=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #71C140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C140 is #8E3EBF. Grayscale: #9A9A9A. Windows color (decimal): -9322176 or 4243825. OLE color: 4243825.
HSL color Cylindrical-coordinate representation of color #71C140: hue angle of 97.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71C140 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 193 | 64 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.24 |
| HSL | 97.21º | 0.51% | 0.5% | - |
| HSV(B) | 97.21º | 0.67% | 0.76% | - |
| XYZ | 26.81 | 42.02 | 11.55 | - |
| YUV | 154.37 | 77 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 64 | 0.41 | 0 | 0.67 | 0.24 | 97.21 | 0.51 | 0.5 |
| Hex | 71 | C1 | 40 | 29 | 0 | 43 | 18 | 61 | 33 | 32 |
| Octal | 161 | 301 | 100 | 51 | 0 | 103 | 30 | 141 | 63 | 62 |
| Binary | 1110001 | 11000001 | 1000000 | 101001 | 0 | 1000011 | 11000 | 1100001 | 110011 | 110010 |
Color Harmonies of #71C140
Complementary color
Monochromatic Colors of #71C140
Black with #71C140
Text Example
Text Example
White with #71C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C140; }
p { color: rgb(113,193,64); }
H1.HeaderClassName
{
color: #71C140;
}
.AnyTagClassName
{
color: #71C140;
}
</style>
background-color css
<style>
a { background-color: #71C140; }
a { background-color: rgb(113,193,64); }
div.DivClassName
{
background-color: #71C140;
}
.BgClassName
{
background-color: #71C140;
}
</style>
border-color css
<style>
span { border-color: #71C140; }
span { border-color: rgb(113,193,64); }
td.TdClassName
{
border-color: #71C140;
}
.TagClassName
{
border-color: #71C140;
}
</style>