Shades of Light Green #94EC7E
Tints of Light Green #94EC7E
RGB
CMYK
RGB Variations
Color information
#94EC7E (or 0x94EC7E) is known color: Light Green. HEX triplet: 94, EC and 7E. RGB value is (148,236,126). Sum of RGB (Red+Green+Blue) = 148+236+126=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC7E is #6B1381. Grayscale: #C5C5C5. Windows color (decimal): -7017346 or 8318100. OLE color: 8318100.
HSL color Cylindrical-coordinate representation of color #94EC7E: hue angle of 108º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94EC7E is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 126 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.07 |
| HSL | 108º | 0.74% | 0.71% | - |
| HSV(B) | 108º | 0.47% | 0.93% | - |
| XYZ | 45.97 | 67.79 | 30.4 | - |
| YUV | 197.15 | 87.85 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 126 | 0.37 | 0 | 0.47 | 0.07 | 108 | 0.74 | 0.71 |
| Hex | 94 | EC | 7E | 25 | 0 | 2F | 7 | 6C | 4A | 47 |
| Octal | 224 | 354 | 176 | 45 | 0 | 57 | 7 | 154 | 112 | 107 |
| Binary | 10010100 | 11101100 | 1111110 | 100101 | 0 | 101111 | 111 | 1101100 | 1001010 | 1000111 |
Color Harmonies of #94EC7E
Complementary color
Monochromatic Colors of #94EC7E
Black with #94EC7E
Text Example
Text Example
White with #94EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC7E; }
p { color: rgb(148,236,126); }
H1.HeaderClassName
{
color: #94EC7E;
}
.AnyTagClassName
{
color: #94EC7E;
}
</style>
background-color css
<style>
a { background-color: #94EC7E; }
a { background-color: rgb(148,236,126); }
div.DivClassName
{
background-color: #94EC7E;
}
.BgClassName
{
background-color: #94EC7E;
}
</style>
border-color css
<style>
span { border-color: #94EC7E; }
span { border-color: rgb(148,236,126); }
td.TdClassName
{
border-color: #94EC7E;
}
.TagClassName
{
border-color: #94EC7E;
}
</style>