Shades of Apple #71CB2E
Tints of Apple #71CB2E
RGB
CMYK
RGB Variations
Color information
#71CB2E (or 0x71CB2E) is known color: Apple. HEX triplet: 71, CB and 2E. RGB value is (113,203,46). Sum of RGB (Red+Green+Blue) = 113+203+46=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB2E is #8E34D1. Grayscale: #9E9E9E. Windows color (decimal): -9319634 or 3066737. OLE color: 3066737.
HSL color Cylindrical-coordinate representation of color #71CB2E: hue angle of 94.39º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71CB2E is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 46 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.20 |
| HSL | 94.39º | 0.63% | 0.49% | - |
| HSV(B) | 94.39º | 0.77% | 0.8% | - |
| XYZ | 28.66 | 46.42 | 10.03 | - |
| YUV | 158.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 46 | 0.44 | 0 | 0.77 | 0.20 | 94.39 | 0.63 | 0.49 |
| Hex | 71 | CB | 2E | 2C | 0 | 4D | 14 | 5E | 3F | 31 |
| Octal | 161 | 313 | 56 | 54 | 0 | 115 | 24 | 136 | 77 | 61 |
| Binary | 1110001 | 11001011 | 101110 | 101100 | 0 | 1001101 | 10100 | 1011110 | 111111 | 110001 |
Color Harmonies of #71CB2E
Complementary color
Monochromatic Colors of #71CB2E
Black with #71CB2E
Text Example
Text Example
White with #71CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB2E; }
p { color: rgb(113,203,46); }
H1.HeaderClassName
{
color: #71CB2E;
}
.AnyTagClassName
{
color: #71CB2E;
}
</style>
background-color css
<style>
a { background-color: #71CB2E; }
a { background-color: rgb(113,203,46); }
div.DivClassName
{
background-color: #71CB2E;
}
.BgClassName
{
background-color: #71CB2E;
}
</style>
border-color css
<style>
span { border-color: #71CB2E; }
span { border-color: rgb(113,203,46); }
td.TdClassName
{
border-color: #71CB2E;
}
.TagClassName
{
border-color: #71CB2E;
}
</style>