Shades of Apple #71C24D
Tints of Apple #71C24D
RGB
CMYK
RGB Variations
Color information
#71C24D (or 0x71C24D) is known color: Apple. HEX triplet: 71, C2 and 4D. RGB value is (113,194,77). Sum of RGB (Red+Green+Blue) = 113+194+77=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #71C24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C24D is #8E3DB2. Grayscale: #9C9C9C. Windows color (decimal): -9321907 or 5096049. OLE color: 5096049.
HSL color Cylindrical-coordinate representation of color #71C24D: hue angle of 101.54º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71C24D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 77 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.24 |
| HSL | 101.54º | 0.49% | 0.53% | - |
| HSV(B) | 101.54º | 0.6% | 0.76% | - |
| XYZ | 27.44 | 42.63 | 13.8 | - |
| YUV | 156.44 | 83.16 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 77 | 0.42 | 0 | 0.60 | 0.24 | 101.54 | 0.49 | 0.53 |
| Hex | 71 | C2 | 4D | 2A | 0 | 3C | 18 | 66 | 31 | 35 |
| Octal | 161 | 302 | 115 | 52 | 0 | 74 | 30 | 146 | 61 | 65 |
| Binary | 1110001 | 11000010 | 1001101 | 101010 | 0 | 111100 | 11000 | 1100110 | 110001 | 110101 |
Color Harmonies of #71C24D
Complementary color
Monochromatic Colors of #71C24D
Black with #71C24D
Text Example
Text Example
White with #71C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C24D; }
p { color: rgb(113,194,77); }
H1.HeaderClassName
{
color: #71C24D;
}
.AnyTagClassName
{
color: #71C24D;
}
</style>
background-color css
<style>
a { background-color: #71C24D; }
a { background-color: rgb(113,194,77); }
div.DivClassName
{
background-color: #71C24D;
}
.BgClassName
{
background-color: #71C24D;
}
</style>
border-color css
<style>
span { border-color: #71C24D; }
span { border-color: rgb(113,194,77); }
td.TdClassName
{
border-color: #71C24D;
}
.TagClassName
{
border-color: #71C24D;
}
</style>