Shades of Apple #76C83A
Tints of Apple #76C83A
RGB
CMYK
RGB Variations
Color information
#76C83A (or 0x76C83A) is known color: Apple. HEX triplet: 76, C8 and 3A. RGB value is (118,200,58). Sum of RGB (Red+Green+Blue) = 118+200+58=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #76C83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C83A is #8937C5. Grayscale: #9F9F9F. Windows color (decimal): -8992710 or 3852406. OLE color: 3852406.
HSL color Cylindrical-coordinate representation of color #76C83A: hue angle of 94.65º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76C83A is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 58 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.22 |
| HSL | 94.65º | 0.56% | 0.51% | - |
| HSV(B) | 94.65º | 0.71% | 0.78% | - |
| XYZ | 28.89 | 45.47 | 11.26 | - |
| YUV | 159.29 | 70.83 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 58 | 0.41 | 0 | 0.71 | 0.22 | 94.65 | 0.56 | 0.51 |
| Hex | 76 | C8 | 3A | 29 | 0 | 47 | 16 | 5F | 38 | 33 |
| Octal | 166 | 310 | 72 | 51 | 0 | 107 | 26 | 137 | 70 | 63 |
| Binary | 1110110 | 11001000 | 111010 | 101001 | 0 | 1000111 | 10110 | 1011111 | 111000 | 110011 |
Color Harmonies of #76C83A
Complementary color
Monochromatic Colors of #76C83A
Black with #76C83A
Text Example
Text Example
White with #76C83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C83A; }
p { color: rgb(118,200,58); }
H1.HeaderClassName
{
color: #76C83A;
}
.AnyTagClassName
{
color: #76C83A;
}
</style>
background-color css
<style>
a { background-color: #76C83A; }
a { background-color: rgb(118,200,58); }
div.DivClassName
{
background-color: #76C83A;
}
.BgClassName
{
background-color: #76C83A;
}
</style>
border-color css
<style>
span { border-color: #76C83A; }
span { border-color: rgb(118,200,58); }
td.TdClassName
{
border-color: #76C83A;
}
.TagClassName
{
border-color: #76C83A;
}
</style>