Shades of Yellow Green #76E130
Tints of Yellow Green #76E130
RGB
CMYK
RGB Variations
Color information
#76E130 (or 0x76E130) is known color: Yellow Green. HEX triplet: 76, E1 and 30. RGB value is (118,225,48). Sum of RGB (Red+Green+Blue) = 118+225+48=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #76E130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E130 is #891ECF. Grayscale: #ADADAD. Windows color (decimal): -8986320 or 3203446. OLE color: 3203446.
HSL color Cylindrical-coordinate representation of color #76E130: hue angle of 96.27º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76E130 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 225 | 48 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.12 |
| HSL | 96.27º | 0.75% | 0.54% | - |
| HSV(B) | 96.27º | 0.79% | 0.88% | - |
| XYZ | 34.93 | 57.92 | 12.13 | - |
| YUV | 172.83 | 57.55 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 225 | 48 | 0.48 | 0 | 0.79 | 0.12 | 96.27 | 0.75 | 0.54 |
| Hex | 76 | E1 | 30 | 30 | 0 | 4F | C | 60 | 4B | 36 |
| Octal | 166 | 341 | 60 | 60 | 0 | 117 | 14 | 140 | 113 | 66 |
| Binary | 1110110 | 11100001 | 110000 | 110000 | 0 | 1001111 | 1100 | 1100000 | 1001011 | 110110 |
Color Harmonies of #76E130
Complementary color
Monochromatic Colors of #76E130
Black with #76E130
Text Example
Text Example
White with #76E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E130; }
p { color: rgb(118,225,48); }
H1.HeaderClassName
{
color: #76E130;
}
.AnyTagClassName
{
color: #76E130;
}
</style>
background-color css
<style>
a { background-color: #76E130; }
a { background-color: rgb(118,225,48); }
div.DivClassName
{
background-color: #76E130;
}
.BgClassName
{
background-color: #76E130;
}
</style>
border-color css
<style>
span { border-color: #76E130; }
span { border-color: rgb(118,225,48); }
td.TdClassName
{
border-color: #76E130;
}
.TagClassName
{
border-color: #76E130;
}
</style>