Shades of Apple #76D537
Tints of Apple #76D537
RGB
CMYK
RGB Variations
Color information
#76D537 (or 0x76D537) is known color: Apple. HEX triplet: 76, D5 and 37. RGB value is (118,213,55). Sum of RGB (Red+Green+Blue) = 118+213+55=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #76D537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D537 is #892AC8. Grayscale: #A7A7A7. Windows color (decimal): -8989385 or 3659126. OLE color: 3659126.
HSL color Cylindrical-coordinate representation of color #76D537: hue angle of 96.08º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76D537 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 55 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.16 |
| HSL | 96.08º | 0.65% | 0.53% | - |
| HSV(B) | 96.08º | 0.74% | 0.84% | - |
| XYZ | 31.96 | 51.72 | 11.91 | - |
| YUV | 166.58 | 65.03 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 55 | 0.45 | 0 | 0.74 | 0.16 | 96.08 | 0.65 | 0.53 |
| Hex | 76 | D5 | 37 | 2D | 0 | 4A | 10 | 60 | 41 | 35 |
| Octal | 166 | 325 | 67 | 55 | 0 | 112 | 20 | 140 | 101 | 65 |
| Binary | 1110110 | 11010101 | 110111 | 101101 | 0 | 1001010 | 10000 | 1100000 | 1000001 | 110101 |
Color Harmonies of #76D537
Complementary color
Monochromatic Colors of #76D537
Black with #76D537
Text Example
Text Example
White with #76D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D537; }
p { color: rgb(118,213,55); }
H1.HeaderClassName
{
color: #76D537;
}
.AnyTagClassName
{
color: #76D537;
}
</style>
background-color css
<style>
a { background-color: #76D537; }
a { background-color: rgb(118,213,55); }
div.DivClassName
{
background-color: #76D537;
}
.BgClassName
{
background-color: #76D537;
}
</style>
border-color css
<style>
span { border-color: #76D537; }
span { border-color: rgb(118,213,55); }
td.TdClassName
{
border-color: #76D537;
}
.TagClassName
{
border-color: #76D537;
}
</style>