Shades of Yellow Green #76D031
Tints of Yellow Green #76D031
RGB
CMYK
RGB Variations
Color information
#76D031 (or 0x76D031) is known color: Yellow Green. HEX triplet: 76, D0 and 31. RGB value is (118,208,49). Sum of RGB (Red+Green+Blue) = 118+208+49=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #76D031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D031 is #892FCE. Grayscale: #A3A3A3. Windows color (decimal): -8990671 or 3264630. OLE color: 3264630.
HSL color Cylindrical-coordinate representation of color #76D031: hue angle of 93.96º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76D031 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 49 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.18 |
| HSL | 93.96º | 0.63% | 0.5% | - |
| HSV(B) | 93.96º | 0.76% | 0.82% | - |
| XYZ | 30.58 | 49.19 | 10.79 | - |
| YUV | 162.96 | 63.68 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 49 | 0.43 | 0 | 0.76 | 0.18 | 93.96 | 0.63 | 0.5 |
| Hex | 76 | D0 | 31 | 2B | 0 | 4C | 12 | 5E | 3F | 32 |
| Octal | 166 | 320 | 61 | 53 | 0 | 114 | 22 | 136 | 77 | 62 |
| Binary | 1110110 | 11010000 | 110001 | 101011 | 0 | 1001100 | 10010 | 1011110 | 111111 | 110010 |
Color Harmonies of #76D031
Complementary color
Monochromatic Colors of #76D031
Black with #76D031
Text Example
Text Example
White with #76D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D031; }
p { color: rgb(118,208,49); }
H1.HeaderClassName
{
color: #76D031;
}
.AnyTagClassName
{
color: #76D031;
}
</style>
background-color css
<style>
a { background-color: #76D031; }
a { background-color: rgb(118,208,49); }
div.DivClassName
{
background-color: #76D031;
}
.BgClassName
{
background-color: #76D031;
}
</style>
border-color css
<style>
span { border-color: #76D031; }
span { border-color: rgb(118,208,49); }
td.TdClassName
{
border-color: #76D031;
}
.TagClassName
{
border-color: #76D031;
}
</style>