Shades of Apple #76C538
Tints of Apple #76C538
RGB
CMYK
RGB Variations
Color information
#76C538 (or 0x76C538) is known color: Apple. HEX triplet: 76, C5 and 38. RGB value is (118,197,56). Sum of RGB (Red+Green+Blue) = 118+197+56=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #76C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C538 is #893AC7. Grayscale: #9D9D9D. Windows color (decimal): -8993480 or 3720566. OLE color: 3720566.
HSL color Cylindrical-coordinate representation of color #76C538: hue angle of 93.62º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76C538 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 56 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.23 |
| HSL | 93.62º | 0.56% | 0.5% | - |
| HSV(B) | 93.62º | 0.72% | 0.77% | - |
| XYZ | 28.15 | 44.07 | 10.76 | - |
| YUV | 157.31 | 70.83 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 56 | 0.40 | 0 | 0.72 | 0.23 | 93.62 | 0.56 | 0.5 |
| Hex | 76 | C5 | 38 | 28 | 0 | 48 | 17 | 5E | 38 | 32 |
| Octal | 166 | 305 | 70 | 50 | 0 | 110 | 27 | 136 | 70 | 62 |
| Binary | 1110110 | 11000101 | 111000 | 101000 | 0 | 1001000 | 10111 | 1011110 | 111000 | 110010 |
Color Harmonies of #76C538
Complementary color
Monochromatic Colors of #76C538
Black with #76C538
Text Example
Text Example
White with #76C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C538; }
p { color: rgb(118,197,56); }
H1.HeaderClassName
{
color: #76C538;
}
.AnyTagClassName
{
color: #76C538;
}
</style>
background-color css
<style>
a { background-color: #76C538; }
a { background-color: rgb(118,197,56); }
div.DivClassName
{
background-color: #76C538;
}
.BgClassName
{
background-color: #76C538;
}
</style>
border-color css
<style>
span { border-color: #76C538; }
span { border-color: rgb(118,197,56); }
td.TdClassName
{
border-color: #76C538;
}
.TagClassName
{
border-color: #76C538;
}
</style>