Shades of Apple #71C04C
Tints of Apple #71C04C
RGB
CMYK
RGB Variations
Color information
#71C04C (or 0x71C04C) is known color: Apple. HEX triplet: 71, C0 and 4C. RGB value is (113,192,76). Sum of RGB (Red+Green+Blue) = 113+192+76=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #71C04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C04C is #8E3FB3. Grayscale: #9B9B9B. Windows color (decimal): -9322420 or 5030001. OLE color: 5030001.
HSL color Cylindrical-coordinate representation of color #71C04C: hue angle of 100.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71C04C is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 192 | 76 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.25 |
| HSL | 100.86º | 0.48% | 0.53% | - |
| HSV(B) | 100.86º | 0.6% | 0.75% | - |
| XYZ | 26.96 | 41.73 | 13.47 | - |
| YUV | 155.16 | 83.33 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 192 | 76 | 0.41 | 0 | 0.60 | 0.25 | 100.86 | 0.48 | 0.53 |
| Hex | 71 | C0 | 4C | 29 | 0 | 3C | 19 | 65 | 30 | 35 |
| Octal | 161 | 300 | 114 | 51 | 0 | 74 | 31 | 145 | 60 | 65 |
| Binary | 1110001 | 11000000 | 1001100 | 101001 | 0 | 111100 | 11001 | 1100101 | 110000 | 110101 |
Color Harmonies of #71C04C
Complementary color
Monochromatic Colors of #71C04C
Black with #71C04C
Text Example
Text Example
White with #71C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C04C; }
p { color: rgb(113,192,76); }
H1.HeaderClassName
{
color: #71C04C;
}
.AnyTagClassName
{
color: #71C04C;
}
</style>
background-color css
<style>
a { background-color: #71C04C; }
a { background-color: rgb(113,192,76); }
div.DivClassName
{
background-color: #71C04C;
}
.BgClassName
{
background-color: #71C04C;
}
</style>
border-color css
<style>
span { border-color: #71C04C; }
span { border-color: rgb(113,192,76); }
td.TdClassName
{
border-color: #71C04C;
}
.TagClassName
{
border-color: #71C04C;
}
</style>