Shades of Apple #76C53E
Tints of Apple #76C53E
RGB
CMYK
RGB Variations
Color information
#76C53E (or 0x76C53E) is known color: Apple. HEX triplet: 76, C5 and 3E. RGB value is (118,197,62). Sum of RGB (Red+Green+Blue) = 118+197+62=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #76C53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C53E is #893AC1. Grayscale: #9E9E9E. Windows color (decimal): -8993474 or 4113782. OLE color: 4113782.
HSL color Cylindrical-coordinate representation of color #76C53E: hue angle of 95.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76C53E is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 62 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.23 |
| HSL | 95.11º | 0.54% | 0.51% | - |
| HSV(B) | 95.11º | 0.69% | 0.77% | - |
| XYZ | 28.31 | 44.13 | 11.58 | - |
| YUV | 157.99 | 73.83 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 62 | 0.40 | 0 | 0.69 | 0.23 | 95.11 | 0.54 | 0.51 |
| Hex | 76 | C5 | 3E | 28 | 0 | 45 | 17 | 5F | 36 | 33 |
| Octal | 166 | 305 | 76 | 50 | 0 | 105 | 27 | 137 | 66 | 63 |
| Binary | 1110110 | 11000101 | 111110 | 101000 | 0 | 1000101 | 10111 | 1011111 | 110110 | 110011 |
Color Harmonies of #76C53E
Complementary color
Monochromatic Colors of #76C53E
Black with #76C53E
Text Example
Text Example
White with #76C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C53E; }
p { color: rgb(118,197,62); }
H1.HeaderClassName
{
color: #76C53E;
}
.AnyTagClassName
{
color: #76C53E;
}
</style>
background-color css
<style>
a { background-color: #76C53E; }
a { background-color: rgb(118,197,62); }
div.DivClassName
{
background-color: #76C53E;
}
.BgClassName
{
background-color: #76C53E;
}
</style>
border-color css
<style>
span { border-color: #76C53E; }
span { border-color: rgb(118,197,62); }
td.TdClassName
{
border-color: #76C53E;
}
.TagClassName
{
border-color: #76C53E;
}
</style>