Shades of Light Green #94E888
Tints of Light Green #94E888
RGB
CMYK
RGB Variations
Color information
#94E888 (or 0x94E888) is known color: Light Green. HEX triplet: 94, E8 and 88. RGB value is (148,232,136). Sum of RGB (Red+Green+Blue) = 148+232+136=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #94E888 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E888 is #6B1777. Grayscale: #C4C4C4. Windows color (decimal): -7018360 or 8972436. OLE color: 8972436.
HSL color Cylindrical-coordinate representation of color #94E888: hue angle of 112.5º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94E888 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 232 | 136 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.09 |
| HSL | 112.5º | 0.68% | 0.72% | - |
| HSV(B) | 112.5º | 0.41% | 0.91% | - |
| XYZ | 45.51 | 65.79 | 33.59 | - |
| YUV | 195.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 232 | 136 | 0.36 | 0 | 0.41 | 0.09 | 112.5 | 0.68 | 0.72 |
| Hex | 94 | E8 | 88 | 24 | 0 | 29 | 9 | 70 | 44 | 48 |
| Octal | 224 | 350 | 210 | 44 | 0 | 51 | 11 | 160 | 104 | 110 |
| Binary | 10010100 | 11101000 | 10001000 | 100100 | 0 | 101001 | 1001 | 1110000 | 1000100 | 1001000 |
Color Harmonies of #94E888
Complementary color
Monochromatic Colors of #94E888
Black with #94E888
Text Example
Text Example
White with #94E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E888; }
p { color: rgb(148,232,136); }
H1.HeaderClassName
{
color: #94E888;
}
.AnyTagClassName
{
color: #94E888;
}
</style>
background-color css
<style>
a { background-color: #94E888; }
a { background-color: rgb(148,232,136); }
div.DivClassName
{
background-color: #94E888;
}
.BgClassName
{
background-color: #94E888;
}
</style>
border-color css
<style>
span { border-color: #94E888; }
span { border-color: rgb(148,232,136); }
td.TdClassName
{
border-color: #94E888;
}
.TagClassName
{
border-color: #94E888;
}
</style>