Shades of Lawn Green #76F102
Tints of Lawn Green #76F102
RGB
CMYK
RGB Variations
Color information
#76F102 (or 0x76F102) is known color: Lawn Green. HEX triplet: 76, F1 and 02. RGB value is (118,241,2). Sum of RGB (Red+Green+Blue) = 118+241+2=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #76F102 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F102 is #890EFD. Grayscale: #B1B1B1. Windows color (decimal): -8982270 or 192886. OLE color: 192886.
HSL color Cylindrical-coordinate representation of color #76F102: hue angle of 90.88º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76F102 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.05 |
| HSL | 90.88º | 0.98% | 0.48% | - |
| HSV(B) | 90.88º | 0.99% | 0.95% | - |
| XYZ | 38.94 | 66.77 | 10.89 | - |
| YUV | 176.98 | 29.25 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 2 | 0.51 | 0 | 0.99 | 0.05 | 90.88 | 0.98 | 0.48 |
| Hex | 76 | F1 | 2 | 33 | 0 | 63 | 5 | 5B | 62 | 30 |
| Octal | 166 | 361 | 2 | 63 | 0 | 143 | 5 | 133 | 142 | 60 |
| Binary | 1110110 | 11110001 | 10 | 110011 | 0 | 1100011 | 101 | 1011011 | 1100010 | 110000 |
Color Harmonies of #76F102
Complementary color
Monochromatic Colors of #76F102
Black with #76F102
Text Example
Text Example
White with #76F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F102; }
p { color: rgb(118,241,2); }
H1.HeaderClassName
{
color: #76F102;
}
.AnyTagClassName
{
color: #76F102;
}
</style>
background-color css
<style>
a { background-color: #76F102; }
a { background-color: rgb(118,241,2); }
div.DivClassName
{
background-color: #76F102;
}
.BgClassName
{
background-color: #76F102;
}
</style>
border-color css
<style>
span { border-color: #76F102; }
span { border-color: rgb(118,241,2); }
td.TdClassName
{
border-color: #76F102;
}
.TagClassName
{
border-color: #76F102;
}
</style>