Shades of Yellow Green #76D428
Tints of Yellow Green #76D428
RGB
CMYK
RGB Variations
Color information
#76D428 (or 0x76D428) is known color: Yellow Green. HEX triplet: 76, D4 and 28. RGB value is (118,212,40). Sum of RGB (Red+Green+Blue) = 118+212+40=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #76D428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D428 is #892BD7. Grayscale: #A4A4A4. Windows color (decimal): -8989656 or 2675830. OLE color: 2675830.
HSL color Cylindrical-coordinate representation of color #76D428: hue angle of 92.79º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76D428 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 40 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.17 |
| HSL | 92.79º | 0.68% | 0.49% | - |
| HSV(B) | 92.79º | 0.81% | 0.83% | - |
| XYZ | 31.4 | 51.09 | 10.21 | - |
| YUV | 164.29 | 57.86 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 40 | 0.44 | 0 | 0.81 | 0.17 | 92.79 | 0.68 | 0.49 |
| Hex | 76 | D4 | 28 | 2C | 0 | 51 | 11 | 5D | 44 | 31 |
| Octal | 166 | 324 | 50 | 54 | 0 | 121 | 21 | 135 | 104 | 61 |
| Binary | 1110110 | 11010100 | 101000 | 101100 | 0 | 1010001 | 10001 | 1011101 | 1000100 | 110001 |
Color Harmonies of #76D428
Complementary color
Monochromatic Colors of #76D428
Black with #76D428
Text Example
Text Example
White with #76D428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D428; }
p { color: rgb(118,212,40); }
H1.HeaderClassName
{
color: #76D428;
}
.AnyTagClassName
{
color: #76D428;
}
</style>
background-color css
<style>
a { background-color: #76D428; }
a { background-color: rgb(118,212,40); }
div.DivClassName
{
background-color: #76D428;
}
.BgClassName
{
background-color: #76D428;
}
</style>
border-color css
<style>
span { border-color: #76D428; }
span { border-color: rgb(118,212,40); }
td.TdClassName
{
border-color: #76D428;
}
.TagClassName
{
border-color: #76D428;
}
</style>