Shades of Light Green #76F294
Tints of Light Green #76F294
RGB
CMYK
RGB Variations
Color information
#76F294 (or 0x76F294) is known color: Light Green. HEX triplet: 76, F2 and 94. RGB value is (118,242,148). Sum of RGB (Red+Green+Blue) = 118+242+148=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #76F294 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F294 is #890D6B. Grayscale: #C2C2C2. Windows color (decimal): -8981868 or 9761398. OLE color: 9761398.
HSL color Cylindrical-coordinate representation of color #76F294: hue angle of 134.52º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F294 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 148 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.05 |
| HSL | 134.52º | 0.83% | 0.71% | - |
| HSV(B) | 134.52º | 0.51% | 0.95% | - |
| XYZ | 44.57 | 69.49 | 39.08 | - |
| YUV | 194.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 148 | 0.51 | 0 | 0.39 | 0.05 | 134.52 | 0.83 | 0.71 |
| Hex | 76 | F2 | 94 | 33 | 0 | 27 | 5 | 87 | 53 | 47 |
| Octal | 166 | 362 | 224 | 63 | 0 | 47 | 5 | 207 | 123 | 107 |
| Binary | 1110110 | 11110010 | 10010100 | 110011 | 0 | 100111 | 101 | 10000111 | 1010011 | 1000111 |
Color Harmonies of #76F294
Complementary color
Monochromatic Colors of #76F294
Black with #76F294
Text Example
Text Example
White with #76F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F294; }
p { color: rgb(118,242,148); }
H1.HeaderClassName
{
color: #76F294;
}
.AnyTagClassName
{
color: #76F294;
}
</style>
background-color css
<style>
a { background-color: #76F294; }
a { background-color: rgb(118,242,148); }
div.DivClassName
{
background-color: #76F294;
}
.BgClassName
{
background-color: #76F294;
}
</style>
border-color css
<style>
span { border-color: #76F294; }
span { border-color: rgb(118,242,148); }
td.TdClassName
{
border-color: #76F294;
}
.TagClassName
{
border-color: #76F294;
}
</style>