Shades of Light Green #94EC7F
Tints of Light Green #94EC7F
RGB
CMYK
RGB Variations
Color information
#94EC7F (or 0x94EC7F) is known color: Light Green. HEX triplet: 94, EC and 7F. RGB value is (148,236,127). Sum of RGB (Red+Green+Blue) = 148+236+127=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC7F is #6B1380. Grayscale: #C5C5C5. Windows color (decimal): -7017345 or 8383636. OLE color: 8383636.
HSL color Cylindrical-coordinate representation of color #94EC7F: hue angle of 108.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94EC7F is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 127 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.07 |
| HSL | 108.44º | 0.74% | 0.71% | - |
| HSV(B) | 108.44º | 0.46% | 0.93% | - |
| XYZ | 46.04 | 67.82 | 30.74 | - |
| YUV | 197.26 | 88.35 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 127 | 0.37 | 0 | 0.46 | 0.07 | 108.44 | 0.74 | 0.71 |
| Hex | 94 | EC | 7F | 25 | 0 | 2E | 7 | 6C | 4A | 47 |
| Octal | 224 | 354 | 177 | 45 | 0 | 56 | 7 | 154 | 112 | 107 |
| Binary | 10010100 | 11101100 | 1111111 | 100101 | 0 | 101110 | 111 | 1101100 | 1001010 | 1000111 |
Color Harmonies of #94EC7F
Complementary color
Monochromatic Colors of #94EC7F
Black with #94EC7F
Text Example
Text Example
White with #94EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC7F; }
p { color: rgb(148,236,127); }
H1.HeaderClassName
{
color: #94EC7F;
}
.AnyTagClassName
{
color: #94EC7F;
}
</style>
background-color css
<style>
a { background-color: #94EC7F; }
a { background-color: rgb(148,236,127); }
div.DivClassName
{
background-color: #94EC7F;
}
.BgClassName
{
background-color: #94EC7F;
}
</style>
border-color css
<style>
span { border-color: #94EC7F; }
span { border-color: rgb(148,236,127); }
td.TdClassName
{
border-color: #94EC7F;
}
.TagClassName
{
border-color: #94EC7F;
}
</style>