Shades of Light Green #76E694
Tints of Light Green #76E694
RGB
CMYK
RGB Variations
Color information
#76E694 (or 0x76E694) is known color: Light Green. HEX triplet: 76, E6 and 94. RGB value is (118,230,148). Sum of RGB (Red+Green+Blue) = 118+230+148=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #76E694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76E694 is #89196B. Grayscale: #BBBBBB. Windows color (decimal): -8984940 or 9758326. OLE color: 9758326.
HSL color Cylindrical-coordinate representation of color #76E694: hue angle of 136.07º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E694 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 148 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.10 |
| HSL | 136.07º | 0.69% | 0.68% | - |
| HSV(B) | 136.07º | 0.49% | 0.9% | - |
| XYZ | 41.11 | 62.58 | 37.93 | - |
| YUV | 187.16 | 105.89 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 148 | 0.49 | 0 | 0.36 | 0.10 | 136.07 | 0.69 | 0.68 |
| Hex | 76 | E6 | 94 | 31 | 0 | 24 | A | 88 | 45 | 44 |
| Octal | 166 | 346 | 224 | 61 | 0 | 44 | 12 | 210 | 105 | 104 |
| Binary | 1110110 | 11100110 | 10010100 | 110001 | 0 | 100100 | 1010 | 10001000 | 1000101 | 1000100 |
Color Harmonies of #76E694
Complementary color
Monochromatic Colors of #76E694
Black with #76E694
Text Example
Text Example
White with #76E694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E694; }
p { color: rgb(118,230,148); }
H1.HeaderClassName
{
color: #76E694;
}
.AnyTagClassName
{
color: #76E694;
}
</style>
background-color css
<style>
a { background-color: #76E694; }
a { background-color: rgb(118,230,148); }
div.DivClassName
{
background-color: #76E694;
}
.BgClassName
{
background-color: #76E694;
}
</style>
border-color css
<style>
span { border-color: #76E694; }
span { border-color: rgb(118,230,148); }
td.TdClassName
{
border-color: #76E694;
}
.TagClassName
{
border-color: #76E694;
}
</style>