Shades of Apple #76BF3E
Tints of Apple #76BF3E
RGB
CMYK
RGB Variations
Color information
#76BF3E (or 0x76BF3E) is known color: Apple. HEX triplet: 76, BF and 3E. RGB value is (118,191,62). Sum of RGB (Red+Green+Blue) = 118+191+62=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF3E is #8940C1. Grayscale: #9A9A9A. Windows color (decimal): -8995010 or 4112246. OLE color: 4112246.
HSL color Cylindrical-coordinate representation of color #76BF3E: hue angle of 93.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76BF3E is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 191 | 62 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.25 |
| HSL | 93.95º | 0.51% | 0.5% | - |
| HSV(B) | 93.95º | 0.68% | 0.75% | - |
| XYZ | 26.97 | 41.46 | 11.14 | - |
| YUV | 154.47 | 75.82 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 62 | 0.38 | 0 | 0.68 | 0.25 | 93.95 | 0.51 | 0.5 |
| Hex | 76 | BF | 3E | 26 | 0 | 44 | 19 | 5E | 33 | 32 |
| Octal | 166 | 277 | 76 | 46 | 0 | 104 | 31 | 136 | 63 | 62 |
| Binary | 1110110 | 10111111 | 111110 | 100110 | 0 | 1000100 | 11001 | 1011110 | 110011 | 110010 |
Color Harmonies of #76BF3E
Complementary color
Monochromatic Colors of #76BF3E
Black with #76BF3E
Text Example
Text Example
White with #76BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BF3E; }
p { color: rgb(118,191,62); }
H1.HeaderClassName
{
color: #76BF3E;
}
.AnyTagClassName
{
color: #76BF3E;
}
</style>
background-color css
<style>
a { background-color: #76BF3E; }
a { background-color: rgb(118,191,62); }
div.DivClassName
{
background-color: #76BF3E;
}
.BgClassName
{
background-color: #76BF3E;
}
</style>
border-color css
<style>
span { border-color: #76BF3E; }
span { border-color: rgb(118,191,62); }
td.TdClassName
{
border-color: #76BF3E;
}
.TagClassName
{
border-color: #76BF3E;
}
</style>