Shades of Apple #71CE42
Tints of Apple #71CE42
RGB
CMYK
RGB Variations
Color information
#71CE42 (or 0x71CE42) is known color: Apple. HEX triplet: 71, CE and 42. RGB value is (113,206,66). Sum of RGB (Red+Green+Blue) = 113+206+66=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CE42 is #8E31BD. Grayscale: #A2A2A2. Windows color (decimal): -9318846 or 4378225. OLE color: 4378225.
HSL color Cylindrical-coordinate representation of color #71CE42: hue angle of 99.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71CE42 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 66 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.19 |
| HSL | 99.86º | 0.59% | 0.53% | - |
| HSV(B) | 99.86º | 0.68% | 0.81% | - |
| XYZ | 29.86 | 48.05 | 12.85 | - |
| YUV | 162.23 | 73.69 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 66 | 0.45 | 0 | 0.68 | 0.19 | 99.86 | 0.59 | 0.53 |
| Hex | 71 | CE | 42 | 2D | 0 | 44 | 13 | 64 | 3B | 35 |
| Octal | 161 | 316 | 102 | 55 | 0 | 104 | 23 | 144 | 73 | 65 |
| Binary | 1110001 | 11001110 | 1000010 | 101101 | 0 | 1000100 | 10011 | 1100100 | 111011 | 110101 |
Color Harmonies of #71CE42
Complementary color
Monochromatic Colors of #71CE42
Black with #71CE42
Text Example
Text Example
White with #71CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE42; }
p { color: rgb(113,206,66); }
H1.HeaderClassName
{
color: #71CE42;
}
.AnyTagClassName
{
color: #71CE42;
}
</style>
background-color css
<style>
a { background-color: #71CE42; }
a { background-color: rgb(113,206,66); }
div.DivClassName
{
background-color: #71CE42;
}
.BgClassName
{
background-color: #71CE42;
}
</style>
border-color css
<style>
span { border-color: #71CE42; }
span { border-color: rgb(113,206,66); }
td.TdClassName
{
border-color: #71CE42;
}
.TagClassName
{
border-color: #71CE42;
}
</style>