Shades of Light Green #94F988
Tints of Light Green #94F988
RGB
CMYK
RGB Variations
Color information
#94F988 (or 0x94F988) is known color: Light Green. HEX triplet: 94, F9 and 88. RGB value is (148,249,136). Sum of RGB (Red+Green+Blue) = 148+249+136=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #94F988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F988 is #6B0677. Grayscale: #CECECE. Windows color (decimal): -7014008 or 8976788. OLE color: 8976788.
HSL color Cylindrical-coordinate representation of color #94F988: hue angle of 113.63º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94F988 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 136 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.02 |
| HSL | 113.63º | 0.9% | 0.75% | - |
| HSV(B) | 113.63º | 0.45% | 0.98% | - |
| XYZ | 50.53 | 75.82 | 35.26 | - |
| YUV | 205.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 136 | 0.41 | 0 | 0.45 | 0.02 | 113.63 | 0.9 | 0.75 |
| Hex | 94 | F9 | 88 | 29 | 0 | 2D | 2 | 72 | 5A | 4B |
| Octal | 224 | 371 | 210 | 51 | 0 | 55 | 2 | 162 | 132 | 113 |
| Binary | 10010100 | 11111001 | 10001000 | 101001 | 0 | 101101 | 10 | 1110010 | 1011010 | 1001011 |
Color Harmonies of #94F988
Complementary color
Monochromatic Colors of #94F988
Black with #94F988
Text Example
Text Example
White with #94F988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F988; }
p { color: rgb(148,249,136); }
H1.HeaderClassName
{
color: #94F988;
}
.AnyTagClassName
{
color: #94F988;
}
</style>
background-color css
<style>
a { background-color: #94F988; }
a { background-color: rgb(148,249,136); }
div.DivClassName
{
background-color: #94F988;
}
.BgClassName
{
background-color: #94F988;
}
</style>
border-color css
<style>
span { border-color: #94F988; }
span { border-color: rgb(148,249,136); }
td.TdClassName
{
border-color: #94F988;
}
.TagClassName
{
border-color: #94F988;
}
</style>