Shades of Light Green #94EC88
Tints of Light Green #94EC88
RGB
CMYK
RGB Variations
Color information
#94EC88 (or 0x94EC88) is known color: Light Green. HEX triplet: 94, EC and 88. RGB value is (148,236,136). Sum of RGB (Red+Green+Blue) = 148+236+136=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EC88 is #6B1377. Grayscale: #C6C6C6. Windows color (decimal): -7017336 or 8973460. OLE color: 8973460.
HSL color Cylindrical-coordinate representation of color #94EC88: hue angle of 112.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94EC88 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 136 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.07 |
| HSL | 112.8º | 0.72% | 0.73% | - |
| HSV(B) | 112.8º | 0.42% | 0.93% | - |
| XYZ | 46.65 | 68.06 | 33.97 | - |
| YUV | 198.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 136 | 0.37 | 0 | 0.42 | 0.07 | 112.8 | 0.72 | 0.73 |
| Hex | 94 | EC | 88 | 25 | 0 | 2A | 7 | 71 | 48 | 49 |
| Octal | 224 | 354 | 210 | 45 | 0 | 52 | 7 | 161 | 110 | 111 |
| Binary | 10010100 | 11101100 | 10001000 | 100101 | 0 | 101010 | 111 | 1110001 | 1001000 | 1001001 |
Color Harmonies of #94EC88
Complementary color
Monochromatic Colors of #94EC88
Black with #94EC88
Text Example
Text Example
White with #94EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC88; }
p { color: rgb(148,236,136); }
H1.HeaderClassName
{
color: #94EC88;
}
.AnyTagClassName
{
color: #94EC88;
}
</style>
background-color css
<style>
a { background-color: #94EC88; }
a { background-color: rgb(148,236,136); }
div.DivClassName
{
background-color: #94EC88;
}
.BgClassName
{
background-color: #94EC88;
}
</style>
border-color css
<style>
span { border-color: #94EC88; }
span { border-color: rgb(148,236,136); }
td.TdClassName
{
border-color: #94EC88;
}
.TagClassName
{
border-color: #94EC88;
}
</style>