Shades of Light Green #94FE76
Tints of Light Green #94FE76
RGB
CMYK
RGB Variations
Color information
#94FE76 (or 0x94FE76) is known color: Light Green. HEX triplet: 94, FE and 76. RGB value is (148,254,118). Sum of RGB (Red+Green+Blue) = 148+254+118=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FE76 is #6B0189. Grayscale: #CFCFCF. Windows color (decimal): -7012746 or 7798420. OLE color: 7798420.
HSL color Cylindrical-coordinate representation of color #94FE76: hue angle of 106.76º 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 #94FE76 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 118 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.00 |
| HSL | 106.76º | 0.99% | 0.73% | - |
| HSV(B) | 106.76º | 0.54% | 1% | - |
| XYZ | 50.92 | 78.49 | 29.61 | - |
| YUV | 206.8 | 77.88 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 118 | 0.42 | 0 | 0.54 | 0.00 | 106.76 | 0.99 | 0.73 |
| Hex | 94 | FE | 76 | 2A | 0 | 36 | 0 | 6B | 63 | 49 |
| Octal | 224 | 376 | 166 | 52 | 0 | 66 | 0 | 153 | 143 | 111 |
| Binary | 10010100 | 11111110 | 1110110 | 101010 | 0 | 110110 | 0 | 1101011 | 1100011 | 1001001 |
Color Harmonies of #94FE76
Complementary color
Monochromatic Colors of #94FE76
Black with #94FE76
Text Example
Text Example
White with #94FE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FE76; }
p { color: rgb(148,254,118); }
H1.HeaderClassName
{
color: #94FE76;
}
.AnyTagClassName
{
color: #94FE76;
}
</style>
background-color css
<style>
a { background-color: #94FE76; }
a { background-color: rgb(148,254,118); }
div.DivClassName
{
background-color: #94FE76;
}
.BgClassName
{
background-color: #94FE76;
}
</style>
border-color css
<style>
span { border-color: #94FE76; }
span { border-color: rgb(148,254,118); }
td.TdClassName
{
border-color: #94FE76;
}
.TagClassName
{
border-color: #94FE76;
}
</style>