Shades of Yellow Green #76D928
Tints of Yellow Green #76D928
RGB
CMYK
RGB Variations
Color information
#76D928 (or 0x76D928) is known color: Yellow Green. HEX triplet: 76, D9 and 28. RGB value is (118,217,40). Sum of RGB (Red+Green+Blue) = 118+217+40=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #76D928 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D928 is #8926D7. Grayscale: #A7A7A7. Windows color (decimal): -8988376 or 2677110. OLE color: 2677110.
HSL color Cylindrical-coordinate representation of color #76D928: hue angle of 93.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76D928 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 40 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.15 |
| HSL | 93.56º | 0.7% | 0.5% | - |
| HSV(B) | 93.56º | 0.82% | 0.85% | - |
| XYZ | 32.67 | 53.63 | 10.64 | - |
| YUV | 167.22 | 56.2 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 40 | 0.46 | 0 | 0.82 | 0.15 | 93.56 | 0.7 | 0.5 |
| Hex | 76 | D9 | 28 | 2E | 0 | 52 | F | 5E | 46 | 32 |
| Octal | 166 | 331 | 50 | 56 | 0 | 122 | 17 | 136 | 106 | 62 |
| Binary | 1110110 | 11011001 | 101000 | 101110 | 0 | 1010010 | 1111 | 1011110 | 1000110 | 110010 |
Color Harmonies of #76D928
Complementary color
Monochromatic Colors of #76D928
Black with #76D928
Text Example
Text Example
White with #76D928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D928; }
p { color: rgb(118,217,40); }
H1.HeaderClassName
{
color: #76D928;
}
.AnyTagClassName
{
color: #76D928;
}
</style>
background-color css
<style>
a { background-color: #76D928; }
a { background-color: rgb(118,217,40); }
div.DivClassName
{
background-color: #76D928;
}
.BgClassName
{
background-color: #76D928;
}
</style>
border-color css
<style>
span { border-color: #76D928; }
span { border-color: rgb(118,217,40); }
td.TdClassName
{
border-color: #76D928;
}
.TagClassName
{
border-color: #76D928;
}
</style>