Shades of Lawn Green #76E80F
Tints of Lawn Green #76E80F
RGB
CMYK
RGB Variations
Color information
#76E80F (or 0x76E80F) is known color: Lawn Green. HEX triplet: 76, E8 and 0F. RGB value is (118,232,15). Sum of RGB (Red+Green+Blue) = 118+232+15=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 232 (91.02% from 255 or 63.56% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 232 - color contains mainly: green. Hex color #76E80F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76E80F is #8917F0. Grayscale: #ADADAD. Windows color (decimal): -8984561 or 1042550. OLE color: 1042550.
HSL color Cylindrical-coordinate representation of color #76E80F: hue angle of 91.52º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76E80F is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 232 | 15 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.09 |
| HSL | 91.52º | 0.88% | 0.48% | - |
| HSV(B) | 91.52º | 0.94% | 0.91% | - |
| XYZ | 36.41 | 61.6 | 10.42 | - |
| YUV | 173.18 | 38.73 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 232 | 15 | 0.49 | 0 | 0.94 | 0.09 | 91.52 | 0.88 | 0.48 |
| Hex | 76 | E8 | F | 31 | 0 | 5E | 9 | 5C | 58 | 30 |
| Octal | 166 | 350 | 17 | 61 | 0 | 136 | 11 | 134 | 130 | 60 |
| Binary | 1110110 | 11101000 | 1111 | 110001 | 0 | 1011110 | 1001 | 1011100 | 1011000 | 110000 |
Color Harmonies of #76E80F
Complementary color
Monochromatic Colors of #76E80F
Black with #76E80F
Text Example
Text Example
White with #76E80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E80F; }
p { color: rgb(118,232,15); }
H1.HeaderClassName
{
color: #76E80F;
}
.AnyTagClassName
{
color: #76E80F;
}
</style>
background-color css
<style>
a { background-color: #76E80F; }
a { background-color: rgb(118,232,15); }
div.DivClassName
{
background-color: #76E80F;
}
.BgClassName
{
background-color: #76E80F;
}
</style>
border-color css
<style>
span { border-color: #76E80F; }
span { border-color: rgb(118,232,15); }
td.TdClassName
{
border-color: #76E80F;
}
.TagClassName
{
border-color: #76E80F;
}
</style>