Shades of Lawn Green #76F730
Tints of Lawn Green #76F730
RGB
CMYK
RGB Variations
Color information
#76F730 (or 0x76F730) is known color: Lawn Green. HEX triplet: 76, F7 and 30. RGB value is (118,247,48). Sum of RGB (Red+Green+Blue) = 118+247+48=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 247 (96.88% from 255 or 59.81% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 247 - color contains mainly: green. Hex color #76F730 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F730 is #8908CF. Grayscale: #BABABA. Windows color (decimal): -8980688 or 3209078. OLE color: 3209078.
HSL color Cylindrical-coordinate representation of color #76F730: hue angle of 98.89º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76F730 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 247 | 48 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.03 |
| HSL | 98.89º | 0.93% | 0.58% | - |
| HSV(B) | 98.89º | 0.81% | 0.97% | - |
| XYZ | 41.27 | 70.59 | 14.25 | - |
| YUV | 185.74 | 50.26 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 247 | 48 | 0.52 | 0 | 0.81 | 0.03 | 98.89 | 0.93 | 0.58 |
| Hex | 76 | F7 | 30 | 34 | 0 | 51 | 3 | 63 | 5D | 3A |
| Octal | 166 | 367 | 60 | 64 | 0 | 121 | 3 | 143 | 135 | 72 |
| Binary | 1110110 | 11110111 | 110000 | 110100 | 0 | 1010001 | 11 | 1100011 | 1011101 | 111010 |
Color Harmonies of #76F730
Complementary color
Monochromatic Colors of #76F730
Black with #76F730
Text Example
Text Example
White with #76F730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F730; }
p { color: rgb(118,247,48); }
H1.HeaderClassName
{
color: #76F730;
}
.AnyTagClassName
{
color: #76F730;
}
</style>
background-color css
<style>
a { background-color: #76F730; }
a { background-color: rgb(118,247,48); }
div.DivClassName
{
background-color: #76F730;
}
.BgClassName
{
background-color: #76F730;
}
</style>
border-color css
<style>
span { border-color: #76F730; }
span { border-color: rgb(118,247,48); }
td.TdClassName
{
border-color: #76F730;
}
.TagClassName
{
border-color: #76F730;
}
</style>