Shades of Yellow Green #76E129
Tints of Yellow Green #76E129
RGB
CMYK
RGB Variations
Color information
#76E129 (or 0x76E129) is known color: Yellow Green. HEX triplet: 76, E1 and 29. RGB value is (118,225,41). Sum of RGB (Red+Green+Blue) = 118+225+41=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #76E129 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E129 is #891ED6. Grayscale: #ACACAC. Windows color (decimal): -8986327 or 2744694. OLE color: 2744694.
HSL color Cylindrical-coordinate representation of color #76E129: hue angle of 94.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76E129 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 225 | 41 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.12 |
| HSL | 94.89º | 0.75% | 0.52% | - |
| HSV(B) | 94.89º | 0.82% | 0.88% | - |
| XYZ | 34.8 | 57.86 | 11.43 | - |
| YUV | 172.03 | 54.05 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 225 | 41 | 0.48 | 0 | 0.82 | 0.12 | 94.89 | 0.75 | 0.52 |
| Hex | 76 | E1 | 29 | 30 | 0 | 52 | C | 5F | 4B | 34 |
| Octal | 166 | 341 | 51 | 60 | 0 | 122 | 14 | 137 | 113 | 64 |
| Binary | 1110110 | 11100001 | 101001 | 110000 | 0 | 1010010 | 1100 | 1011111 | 1001011 | 110100 |
Color Harmonies of #76E129
Complementary color
Monochromatic Colors of #76E129
Black with #76E129
Text Example
Text Example
White with #76E129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E129; }
p { color: rgb(118,225,41); }
H1.HeaderClassName
{
color: #76E129;
}
.AnyTagClassName
{
color: #76E129;
}
</style>
background-color css
<style>
a { background-color: #76E129; }
a { background-color: rgb(118,225,41); }
div.DivClassName
{
background-color: #76E129;
}
.BgClassName
{
background-color: #76E129;
}
</style>
border-color css
<style>
span { border-color: #76E129; }
span { border-color: rgb(118,225,41); }
td.TdClassName
{
border-color: #76E129;
}
.TagClassName
{
border-color: #76E129;
}
</style>