Shades of Apple #71CC42
Tints of Apple #71CC42
RGB
CMYK
RGB Variations
Color information
#71CC42 (or 0x71CC42) is known color: Apple. HEX triplet: 71, CC and 42. RGB value is (113,204,66). Sum of RGB (Red+Green+Blue) = 113+204+66=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CC42 is #8E33BD. Grayscale: #A1A1A1. Windows color (decimal): -9319358 or 4377713. OLE color: 4377713.
HSL color Cylindrical-coordinate representation of color #71CC42: hue angle of 99.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71CC42 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 66 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.2 |
| HSL | 99.57º | 0.58% | 0.53% | - |
| HSV(B) | 99.57º | 0.68% | 0.8% | - |
| XYZ | 29.39 | 47.09 | 12.69 | - |
| YUV | 161.06 | 74.35 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 66 | 0.45 | 0 | 0.68 | 0.2 | 99.57 | 0.58 | 0.53 |
| Hex | 71 | CC | 42 | 2D | 0 | 44 | 14 | 64 | 3A | 35 |
| Octal | 161 | 314 | 102 | 55 | 0 | 104 | 24 | 144 | 72 | 65 |
| Binary | 1110001 | 11001100 | 1000010 | 101101 | 0 | 1000100 | 10100 | 1100100 | 111010 | 110101 |
Color Harmonies of #71CC42
Complementary color
Monochromatic Colors of #71CC42
Black with #71CC42
Text Example
Text Example
White with #71CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CC42; }
p { color: rgb(113,204,66); }
H1.HeaderClassName
{
color: #71CC42;
}
.AnyTagClassName
{
color: #71CC42;
}
</style>
background-color css
<style>
a { background-color: #71CC42; }
a { background-color: rgb(113,204,66); }
div.DivClassName
{
background-color: #71CC42;
}
.BgClassName
{
background-color: #71CC42;
}
</style>
border-color css
<style>
span { border-color: #71CC42; }
span { border-color: rgb(113,204,66); }
td.TdClassName
{
border-color: #71CC42;
}
.TagClassName
{
border-color: #71CC42;
}
</style>