Shades of Apple #71CF2E
Tints of Apple #71CF2E
RGB
CMYK
RGB Variations
Color information
#71CF2E (or 0x71CF2E) is known color: Apple. HEX triplet: 71, CF and 2E. RGB value is (113,207,46). Sum of RGB (Red+Green+Blue) = 113+207+46=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF2E is #8E30D1. Grayscale: #A1A1A1. Windows color (decimal): -9318610 or 3067761. OLE color: 3067761.
HSL color Cylindrical-coordinate representation of color #71CF2E: hue angle of 95.03º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71CF2E is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 46 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.19 |
| HSL | 95.03º | 0.64% | 0.5% | - |
| HSV(B) | 95.03º | 0.78% | 0.81% | - |
| XYZ | 29.62 | 48.33 | 10.35 | - |
| YUV | 160.54 | 63.36 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 46 | 0.45 | 0 | 0.78 | 0.19 | 95.03 | 0.64 | 0.5 |
| Hex | 71 | CF | 2E | 2D | 0 | 4E | 13 | 5F | 40 | 32 |
| Octal | 161 | 317 | 56 | 55 | 0 | 116 | 23 | 137 | 100 | 62 |
| Binary | 1110001 | 11001111 | 101110 | 101101 | 0 | 1001110 | 10011 | 1011111 | 1000000 | 110010 |
Color Harmonies of #71CF2E
Complementary color
Monochromatic Colors of #71CF2E
Black with #71CF2E
Text Example
Text Example
White with #71CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF2E; }
p { color: rgb(113,207,46); }
H1.HeaderClassName
{
color: #71CF2E;
}
.AnyTagClassName
{
color: #71CF2E;
}
</style>
background-color css
<style>
a { background-color: #71CF2E; }
a { background-color: rgb(113,207,46); }
div.DivClassName
{
background-color: #71CF2E;
}
.BgClassName
{
background-color: #71CF2E;
}
</style>
border-color css
<style>
span { border-color: #71CF2E; }
span { border-color: rgb(113,207,46); }
td.TdClassName
{
border-color: #71CF2E;
}
.TagClassName
{
border-color: #71CF2E;
}
</style>