Shades of Yellow Green #76E031
Tints of Yellow Green #76E031
RGB
CMYK
RGB Variations
Color information
#76E031 (or 0x76E031) is known color: Yellow Green. HEX triplet: 76, E0 and 31. RGB value is (118,224,49). Sum of RGB (Red+Green+Blue) = 118+224+49=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #76E031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E031 is #891FCE. Grayscale: #ACACAC. Windows color (decimal): -8986575 or 3268726. OLE color: 3268726.
HSL color Cylindrical-coordinate representation of color #76E031: hue angle of 96.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76E031 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 224 | 49 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.12 |
| HSL | 96.34º | 0.74% | 0.54% | - |
| HSV(B) | 96.34º | 0.78% | 0.88% | - |
| XYZ | 34.68 | 57.38 | 12.15 | - |
| YUV | 172.36 | 58.38 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 49 | 0.47 | 0 | 0.78 | 0.12 | 96.34 | 0.74 | 0.54 |
| Hex | 76 | E0 | 31 | 2F | 0 | 4E | C | 60 | 4A | 36 |
| Octal | 166 | 340 | 61 | 57 | 0 | 116 | 14 | 140 | 112 | 66 |
| Binary | 1110110 | 11100000 | 110001 | 101111 | 0 | 1001110 | 1100 | 1100000 | 1001010 | 110110 |
Color Harmonies of #76E031
Complementary color
Monochromatic Colors of #76E031
Black with #76E031
Text Example
Text Example
White with #76E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E031; }
p { color: rgb(118,224,49); }
H1.HeaderClassName
{
color: #76E031;
}
.AnyTagClassName
{
color: #76E031;
}
</style>
background-color css
<style>
a { background-color: #76E031; }
a { background-color: rgb(118,224,49); }
div.DivClassName
{
background-color: #76E031;
}
.BgClassName
{
background-color: #76E031;
}
</style>
border-color css
<style>
span { border-color: #76E031; }
span { border-color: rgb(118,224,49); }
td.TdClassName
{
border-color: #76E031;
}
.TagClassName
{
border-color: #76E031;
}
</style>