Shades of Apple #76BC42
Tints of Apple #76BC42
RGB
CMYK
RGB Variations
Color information
#76BC42 (or 0x76BC42) is known color: Apple. HEX triplet: 76, BC and 42. RGB value is (118,188,66). Sum of RGB (Red+Green+Blue) = 118+188+66=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC42 is #8943BD. Grayscale: #999999. Windows color (decimal): -8995774 or 4373622. OLE color: 4373622.
HSL color Cylindrical-coordinate representation of color #76BC42: hue angle of 94.43º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76BC42 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 66 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.26 |
| HSL | 94.43º | 0.48% | 0.5% | - |
| HSV(B) | 94.43º | 0.65% | 0.74% | - |
| XYZ | 26.44 | 40.21 | 11.52 | - |
| YUV | 153.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 66 | 0.37 | 0 | 0.65 | 0.26 | 94.43 | 0.48 | 0.5 |
| Hex | 76 | BC | 42 | 25 | 0 | 41 | 1A | 5E | 30 | 32 |
| Octal | 166 | 274 | 102 | 45 | 0 | 101 | 32 | 136 | 60 | 62 |
| Binary | 1110110 | 10111100 | 1000010 | 100101 | 0 | 1000001 | 11010 | 1011110 | 110000 | 110010 |
Color Harmonies of #76BC42
Complementary color
Monochromatic Colors of #76BC42
Black with #76BC42
Text Example
Text Example
White with #76BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC42; }
p { color: rgb(118,188,66); }
H1.HeaderClassName
{
color: #76BC42;
}
.AnyTagClassName
{
color: #76BC42;
}
</style>
background-color css
<style>
a { background-color: #76BC42; }
a { background-color: rgb(118,188,66); }
div.DivClassName
{
background-color: #76BC42;
}
.BgClassName
{
background-color: #76BC42;
}
</style>
border-color css
<style>
span { border-color: #76BC42; }
span { border-color: rgb(118,188,66); }
td.TdClassName
{
border-color: #76BC42;
}
.TagClassName
{
border-color: #76BC42;
}
</style>