Shades of Lawn Green #76F90C
Tints of Lawn Green #76F90C
RGB
CMYK
RGB Variations
Color information
#76F90C (or 0x76F90C) is known color: Lawn Green. HEX triplet: 76, F9 and 0C. RGB value is (118,249,12). Sum of RGB (Red+Green+Blue) = 118+249+12=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #76F90C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F90C is #8906F3. Grayscale: #B7B7B7. Windows color (decimal): -8980212 or 850294. OLE color: 850294.
HSL color Cylindrical-coordinate representation of color #76F90C: hue angle of 93.16º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76F90C is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 249 | 12 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.02 |
| HSL | 93.16º | 0.95% | 0.51% | - |
| HSV(B) | 93.16º | 0.95% | 0.98% | - |
| XYZ | 41.41 | 71.63 | 11.99 | - |
| YUV | 182.81 | 31.6 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 249 | 12 | 0.53 | 0 | 0.95 | 0.02 | 93.16 | 0.95 | 0.51 |
| Hex | 76 | F9 | C | 35 | 0 | 5F | 2 | 5D | 5F | 33 |
| Octal | 166 | 371 | 14 | 65 | 0 | 137 | 2 | 135 | 137 | 63 |
| Binary | 1110110 | 11111001 | 1100 | 110101 | 0 | 1011111 | 10 | 1011101 | 1011111 | 110011 |
Color Harmonies of #76F90C
Complementary color
Monochromatic Colors of #76F90C
Black with #76F90C
Text Example
Text Example
White with #76F90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F90C; }
p { color: rgb(118,249,12); }
H1.HeaderClassName
{
color: #76F90C;
}
.AnyTagClassName
{
color: #76F90C;
}
</style>
background-color css
<style>
a { background-color: #76F90C; }
a { background-color: rgb(118,249,12); }
div.DivClassName
{
background-color: #76F90C;
}
.BgClassName
{
background-color: #76F90C;
}
</style>
border-color css
<style>
span { border-color: #76F90C; }
span { border-color: rgb(118,249,12); }
td.TdClassName
{
border-color: #76F90C;
}
.TagClassName
{
border-color: #76F90C;
}
</style>