Shades of Light Green #76FA91
Tints of Light Green #76FA91
RGB
CMYK
RGB Variations
Color information
#76FA91 (or 0x76FA91) is known color: Light Green. HEX triplet: 76, FA and 91. RGB value is (118,250,145). Sum of RGB (Red+Green+Blue) = 118+250+145=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FA91 is #89056E. Grayscale: #C6C6C6. Windows color (decimal): -8979823 or 9566838. OLE color: 9566838.
HSL color Cylindrical-coordinate representation of color #76FA91: hue angle of 132.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FA91 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 145 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.02 |
| HSL | 132.27º | 0.93% | 0.72% | - |
| HSV(B) | 132.27º | 0.53% | 0.98% | - |
| XYZ | 46.77 | 74.27 | 38.66 | - |
| YUV | 198.56 | 97.77 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 145 | 0.53 | 0 | 0.42 | 0.02 | 132.27 | 0.93 | 0.72 |
| Hex | 76 | FA | 91 | 35 | 0 | 2A | 2 | 84 | 5D | 48 |
| Octal | 166 | 372 | 221 | 65 | 0 | 52 | 2 | 204 | 135 | 110 |
| Binary | 1110110 | 11111010 | 10010001 | 110101 | 0 | 101010 | 10 | 10000100 | 1011101 | 1001000 |
Color Harmonies of #76FA91
Complementary color
Monochromatic Colors of #76FA91
Black with #76FA91
Text Example
Text Example
White with #76FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA91; }
p { color: rgb(118,250,145); }
H1.HeaderClassName
{
color: #76FA91;
}
.AnyTagClassName
{
color: #76FA91;
}
</style>
background-color css
<style>
a { background-color: #76FA91; }
a { background-color: rgb(118,250,145); }
div.DivClassName
{
background-color: #76FA91;
}
.BgClassName
{
background-color: #76FA91;
}
</style>
border-color css
<style>
span { border-color: #76FA91; }
span { border-color: rgb(118,250,145); }
td.TdClassName
{
border-color: #76FA91;
}
.TagClassName
{
border-color: #76FA91;
}
</style>