Shades of Apple #71E035
Tints of Apple #71E035
RGB
CMYK
RGB Variations
Color information
#71E035 (or 0x71E035) is known color: Apple. HEX triplet: 71, E0 and 35. RGB value is (113,224,53). Sum of RGB (Red+Green+Blue) = 113+224+53=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #71E035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E035 is #8E1FCA. Grayscale: #ABABAB. Windows color (decimal): -9314251 or 3530865. OLE color: 3530865.
HSL color Cylindrical-coordinate representation of color #71E035: hue angle of 98.95º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71E035 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 224 | 53 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.12 |
| HSL | 98.95º | 0.73% | 0.54% | - |
| HSV(B) | 98.95º | 0.76% | 0.88% | - |
| XYZ | 34.11 | 57.08 | 12.59 | - |
| YUV | 171.32 | 61.23 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 224 | 53 | 0.50 | 0 | 0.76 | 0.12 | 98.95 | 0.73 | 0.54 |
| Hex | 71 | E0 | 35 | 32 | 0 | 4C | C | 63 | 49 | 36 |
| Octal | 161 | 340 | 65 | 62 | 0 | 114 | 14 | 143 | 111 | 66 |
| Binary | 1110001 | 11100000 | 110101 | 110010 | 0 | 1001100 | 1100 | 1100011 | 1001001 | 110110 |
Color Harmonies of #71E035
Complementary color
Monochromatic Colors of #71E035
Black with #71E035
Text Example
Text Example
White with #71E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E035; }
p { color: rgb(113,224,53); }
H1.HeaderClassName
{
color: #71E035;
}
.AnyTagClassName
{
color: #71E035;
}
</style>
background-color css
<style>
a { background-color: #71E035; }
a { background-color: rgb(113,224,53); }
div.DivClassName
{
background-color: #71E035;
}
.BgClassName
{
background-color: #71E035;
}
</style>
border-color css
<style>
span { border-color: #71E035; }
span { border-color: rgb(113,224,53); }
td.TdClassName
{
border-color: #71E035;
}
.TagClassName
{
border-color: #71E035;
}
</style>