Shades of Light Green #94FA88
Tints of Light Green #94FA88
RGB
CMYK
RGB Variations
Color information
#94FA88 (or 0x94FA88) is known color: Light Green. HEX triplet: 94, FA and 88. RGB value is (148,250,136). Sum of RGB (Red+Green+Blue) = 148+250+136=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FA88 is #6B0577. Grayscale: #CECECE. Windows color (decimal): -7013752 or 8977044. OLE color: 8977044.
HSL color Cylindrical-coordinate representation of color #94FA88: hue angle of 113.68º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94FA88 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 136 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.02 |
| HSL | 113.68º | 0.92% | 0.76% | - |
| HSV(B) | 113.68º | 0.46% | 0.98% | - |
| XYZ | 50.84 | 76.44 | 35.37 | - |
| YUV | 206.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 136 | 0.41 | 0 | 0.46 | 0.02 | 113.68 | 0.92 | 0.76 |
| Hex | 94 | FA | 88 | 29 | 0 | 2E | 2 | 72 | 5C | 4C |
| Octal | 224 | 372 | 210 | 51 | 0 | 56 | 2 | 162 | 134 | 114 |
| Binary | 10010100 | 11111010 | 10001000 | 101001 | 0 | 101110 | 10 | 1110010 | 1011100 | 1001100 |
Color Harmonies of #94FA88
Complementary color
Monochromatic Colors of #94FA88
Black with #94FA88
Text Example
Text Example
White with #94FA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FA88; }
p { color: rgb(148,250,136); }
H1.HeaderClassName
{
color: #94FA88;
}
.AnyTagClassName
{
color: #94FA88;
}
</style>
background-color css
<style>
a { background-color: #94FA88; }
a { background-color: rgb(148,250,136); }
div.DivClassName
{
background-color: #94FA88;
}
.BgClassName
{
background-color: #94FA88;
}
</style>
border-color css
<style>
span { border-color: #94FA88; }
span { border-color: rgb(148,250,136); }
td.TdClassName
{
border-color: #94FA88;
}
.TagClassName
{
border-color: #94FA88;
}
</style>