Shades of Apple #76B250
Tints of Apple #76B250
RGB
CMYK
RGB Variations
Color information
#76B250 (or 0x76B250) is known color: Apple. HEX triplet: 76, B2 and 50. RGB value is (118,178,80). Sum of RGB (Red+Green+Blue) = 118+178+80=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #76B250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B250 is #894DAF. Grayscale: #959595. Windows color (decimal): -8998320 or 5288566. OLE color: 5288566.
HSL color Cylindrical-coordinate representation of color #76B250: hue angle of 96.73º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76B250 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 80 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.30 |
| HSL | 96.73º | 0.39% | 0.51% | - |
| HSV(B) | 96.73º | 0.55% | 0.7% | - |
| XYZ | 24.84 | 36.27 | 13.28 | - |
| YUV | 148.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 80 | 0.34 | 0 | 0.55 | 0.30 | 96.73 | 0.39 | 0.51 |
| Hex | 76 | B2 | 50 | 22 | 0 | 37 | 1E | 61 | 27 | 33 |
| Octal | 166 | 262 | 120 | 42 | 0 | 67 | 36 | 141 | 47 | 63 |
| Binary | 1110110 | 10110010 | 1010000 | 100010 | 0 | 110111 | 11110 | 1100001 | 100111 | 110011 |
Color Harmonies of #76B250
Complementary color
Monochromatic Colors of #76B250
Black with #76B250
Text Example
Text Example
White with #76B250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B250; }
p { color: rgb(118,178,80); }
H1.HeaderClassName
{
color: #76B250;
}
.AnyTagClassName
{
color: #76B250;
}
</style>
background-color css
<style>
a { background-color: #76B250; }
a { background-color: rgb(118,178,80); }
div.DivClassName
{
background-color: #76B250;
}
.BgClassName
{
background-color: #76B250;
}
</style>
border-color css
<style>
span { border-color: #76B250; }
span { border-color: rgb(118,178,80); }
td.TdClassName
{
border-color: #76B250;
}
.TagClassName
{
border-color: #76B250;
}
</style>