Shades of Light Green #76FE94
Tints of Light Green #76FE94
RGB
CMYK
RGB Variations
Color information
#76FE94 (or 0x76FE94) is known color: Light Green. HEX triplet: 76, FE and 94. RGB value is (118,254,148). Sum of RGB (Red+Green+Blue) = 118+254+148=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #76FE94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FE94 is #89016B. Grayscale: #C9C9C9. Windows color (decimal): -8978796 or 9764470. OLE color: 9764470.
HSL color Cylindrical-coordinate representation of color #76FE94: hue angle of 133.24º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FE94 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 148 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.00 |
| HSL | 133.24º | 0.99% | 0.73% | - |
| HSV(B) | 133.24º | 0.54% | 1% | - |
| XYZ | 48.26 | 76.87 | 40.31 | - |
| YUV | 201.25 | 97.94 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 148 | 0.54 | 0 | 0.42 | 0.00 | 133.24 | 0.99 | 0.73 |
| Hex | 76 | FE | 94 | 36 | 0 | 2A | 0 | 85 | 63 | 49 |
| Octal | 166 | 376 | 224 | 66 | 0 | 52 | 0 | 205 | 143 | 111 |
| Binary | 1110110 | 11111110 | 10010100 | 110110 | 0 | 101010 | 0 | 10000101 | 1100011 | 1001001 |
Color Harmonies of #76FE94
Complementary color
Monochromatic Colors of #76FE94
Black with #76FE94
Text Example
Text Example
White with #76FE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FE94; }
p { color: rgb(118,254,148); }
H1.HeaderClassName
{
color: #76FE94;
}
.AnyTagClassName
{
color: #76FE94;
}
</style>
background-color css
<style>
a { background-color: #76FE94; }
a { background-color: rgb(118,254,148); }
div.DivClassName
{
background-color: #76FE94;
}
.BgClassName
{
background-color: #76FE94;
}
</style>
border-color css
<style>
span { border-color: #76FE94; }
span { border-color: rgb(118,254,148); }
td.TdClassName
{
border-color: #76FE94;
}
.TagClassName
{
border-color: #76FE94;
}
</style>