Shades of Lawn Green #76F11C
Tints of Lawn Green #76F11C
RGB
CMYK
RGB Variations
Color information
#76F11C (or 0x76F11C) is known color: Lawn Green. HEX triplet: 76, F1 and 1C. RGB value is (118,241,28). Sum of RGB (Red+Green+Blue) = 118+241+28=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 241 (94.53% from 255 or 62.27% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 241 - color contains mainly: green. Hex color #76F11C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F11C is #890EE3. Grayscale: #B4B4B4. Windows color (decimal): -8982244 or 1896822. OLE color: 1896822.
HSL color Cylindrical-coordinate representation of color #76F11C: hue angle of 94.65º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76F11C is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 28 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.05 |
| HSL | 94.65º | 0.88% | 0.53% | - |
| HSV(B) | 94.65º | 0.88% | 0.95% | - |
| XYZ | 39.14 | 66.85 | 11.94 | - |
| YUV | 179.94 | 42.25 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 28 | 0.51 | 0 | 0.88 | 0.05 | 94.65 | 0.88 | 0.53 |
| Hex | 76 | F1 | 1C | 33 | 0 | 58 | 5 | 5F | 58 | 35 |
| Octal | 166 | 361 | 34 | 63 | 0 | 130 | 5 | 137 | 130 | 65 |
| Binary | 1110110 | 11110001 | 11100 | 110011 | 0 | 1011000 | 101 | 1011111 | 1011000 | 110101 |
Color Harmonies of #76F11C
Complementary color
Monochromatic Colors of #76F11C
Black with #76F11C
Text Example
Text Example
White with #76F11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F11C; }
p { color: rgb(118,241,28); }
H1.HeaderClassName
{
color: #76F11C;
}
.AnyTagClassName
{
color: #76F11C;
}
</style>
background-color css
<style>
a { background-color: #76F11C; }
a { background-color: rgb(118,241,28); }
div.DivClassName
{
background-color: #76F11C;
}
.BgClassName
{
background-color: #76F11C;
}
</style>
border-color css
<style>
span { border-color: #76F11C; }
span { border-color: rgb(118,241,28); }
td.TdClassName
{
border-color: #76F11C;
}
.TagClassName
{
border-color: #76F11C;
}
</style>