Shades of Lawn Green #76F107
Tints of Lawn Green #76F107
RGB
CMYK
RGB Variations
Color information
#76F107 (or 0x76F107) is known color: Lawn Green. HEX triplet: 76, F1 and 07. RGB value is (118,241,7). Sum of RGB (Red+Green+Blue) = 118+241+7=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #76F107 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F107 is #890EF8. Grayscale: #B2B2B2. Windows color (decimal): -8982265 or 520566. OLE color: 520566.
HSL color Cylindrical-coordinate representation of color #76F107: hue angle of 91.54º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76F107 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 7 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.05 |
| HSL | 91.54º | 0.94% | 0.49% | - |
| HSV(B) | 91.54º | 0.97% | 0.95% | - |
| XYZ | 38.96 | 66.78 | 11.04 | - |
| YUV | 177.55 | 31.75 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 7 | 0.51 | 0 | 0.97 | 0.05 | 91.54 | 0.94 | 0.49 |
| Hex | 76 | F1 | 7 | 33 | 0 | 61 | 5 | 5C | 5E | 31 |
| Octal | 166 | 361 | 7 | 63 | 0 | 141 | 5 | 134 | 136 | 61 |
| Binary | 1110110 | 11110001 | 111 | 110011 | 0 | 1100001 | 101 | 1011100 | 1011110 | 110001 |
Color Harmonies of #76F107
Complementary color
Monochromatic Colors of #76F107
Black with #76F107
Text Example
Text Example
White with #76F107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F107; }
p { color: rgb(118,241,7); }
H1.HeaderClassName
{
color: #76F107;
}
.AnyTagClassName
{
color: #76F107;
}
</style>
background-color css
<style>
a { background-color: #76F107; }
a { background-color: rgb(118,241,7); }
div.DivClassName
{
background-color: #76F107;
}
.BgClassName
{
background-color: #76F107;
}
</style>
border-color css
<style>
span { border-color: #76F107; }
span { border-color: rgb(118,241,7); }
td.TdClassName
{
border-color: #76F107;
}
.TagClassName
{
border-color: #76F107;
}
</style>