Shades of Yellow Green #76DA2C
Tints of Yellow Green #76DA2C
RGB
CMYK
RGB Variations
Color information
#76DA2C (or 0x76DA2C) is known color: Yellow Green. HEX triplet: 76, DA and 2C. RGB value is (118,218,44). Sum of RGB (Red+Green+Blue) = 118+218+44=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DA2C is #8925D3. Grayscale: #A8A8A8. Windows color (decimal): -8988116 or 2939510. OLE color: 2939510.
HSL color Cylindrical-coordinate representation of color #76DA2C: hue angle of 94.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76DA2C is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 44 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.15 |
| HSL | 94.48º | 0.7% | 0.51% | - |
| HSV(B) | 94.48º | 0.8% | 0.85% | - |
| XYZ | 33 | 54.18 | 11.1 | - |
| YUV | 168.26 | 57.87 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 44 | 0.46 | 0 | 0.80 | 0.15 | 94.48 | 0.7 | 0.51 |
| Hex | 76 | DA | 2C | 2E | 0 | 50 | F | 5E | 46 | 33 |
| Octal | 166 | 332 | 54 | 56 | 0 | 120 | 17 | 136 | 106 | 63 |
| Binary | 1110110 | 11011010 | 101100 | 101110 | 0 | 1010000 | 1111 | 1011110 | 1000110 | 110011 |
Color Harmonies of #76DA2C
Complementary color
Monochromatic Colors of #76DA2C
Black with #76DA2C
Text Example
Text Example
White with #76DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DA2C; }
p { color: rgb(118,218,44); }
H1.HeaderClassName
{
color: #76DA2C;
}
.AnyTagClassName
{
color: #76DA2C;
}
</style>
background-color css
<style>
a { background-color: #76DA2C; }
a { background-color: rgb(118,218,44); }
div.DivClassName
{
background-color: #76DA2C;
}
.BgClassName
{
background-color: #76DA2C;
}
</style>
border-color css
<style>
span { border-color: #76DA2C; }
span { border-color: rgb(118,218,44); }
td.TdClassName
{
border-color: #76DA2C;
}
.TagClassName
{
border-color: #76DA2C;
}
</style>