Shades of Apple #71CE34
Tints of Apple #71CE34
RGB
CMYK
RGB Variations
Color information
#71CE34 (or 0x71CE34) is known color: Apple. HEX triplet: 71, CE and 34. RGB value is (113,206,52). Sum of RGB (Red+Green+Blue) = 113+206+52=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CE34 is #8E31CB. Grayscale: #A1A1A1. Windows color (decimal): -9318860 or 3460721. OLE color: 3460721.
HSL color Cylindrical-coordinate representation of color #71CE34: hue angle of 96.23º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71CE34 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 52 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.19 |
| HSL | 96.23º | 0.61% | 0.51% | - |
| HSV(B) | 96.23º | 0.75% | 0.81% | - |
| XYZ | 29.5 | 47.9 | 10.94 | - |
| YUV | 160.64 | 66.69 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 52 | 0.45 | 0 | 0.75 | 0.19 | 96.23 | 0.61 | 0.51 |
| Hex | 71 | CE | 34 | 2D | 0 | 4B | 13 | 60 | 3D | 33 |
| Octal | 161 | 316 | 64 | 55 | 0 | 113 | 23 | 140 | 75 | 63 |
| Binary | 1110001 | 11001110 | 110100 | 101101 | 0 | 1001011 | 10011 | 1100000 | 111101 | 110011 |
Color Harmonies of #71CE34
Complementary color
Monochromatic Colors of #71CE34
Black with #71CE34
Text Example
Text Example
White with #71CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE34; }
p { color: rgb(113,206,52); }
H1.HeaderClassName
{
color: #71CE34;
}
.AnyTagClassName
{
color: #71CE34;
}
</style>
background-color css
<style>
a { background-color: #71CE34; }
a { background-color: rgb(113,206,52); }
div.DivClassName
{
background-color: #71CE34;
}
.BgClassName
{
background-color: #71CE34;
}
</style>
border-color css
<style>
span { border-color: #71CE34; }
span { border-color: rgb(113,206,52); }
td.TdClassName
{
border-color: #71CE34;
}
.TagClassName
{
border-color: #71CE34;
}
</style>