Shades of Pale Green #94FC88
Tints of Pale Green #94FC88
RGB
CMYK
RGB Variations
Color information
#94FC88 (or 0x94FC88) is known color: Pale Green. HEX triplet: 94, FC and 88. RGB value is (148,252,136). Sum of RGB (Red+Green+Blue) = 148+252+136=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FC88 is #6B0377. Grayscale: #D0D0D0. Windows color (decimal): -7013240 or 8977556. OLE color: 8977556.
HSL color Cylindrical-coordinate representation of color #94FC88: hue angle of 113.79º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94FC88 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 252 | 136 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.01 |
| HSL | 113.79º | 0.95% | 0.76% | - |
| HSV(B) | 113.79º | 0.46% | 0.99% | - |
| XYZ | 51.47 | 77.69 | 35.58 | - |
| YUV | 207.68 | 87.54 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 252 | 136 | 0.41 | 0 | 0.46 | 0.01 | 113.79 | 0.95 | 0.76 |
| Hex | 94 | FC | 88 | 29 | 0 | 2E | 1 | 72 | 5F | 4C |
| Octal | 224 | 374 | 210 | 51 | 0 | 56 | 1 | 162 | 137 | 114 |
| Binary | 10010100 | 11111100 | 10001000 | 101001 | 0 | 101110 | 1 | 1110010 | 1011111 | 1001100 |
Color Harmonies of #94FC88
Complementary color
Monochromatic Colors of #94FC88
Black with #94FC88
Text Example
Text Example
White with #94FC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FC88; }
p { color: rgb(148,252,136); }
H1.HeaderClassName
{
color: #94FC88;
}
.AnyTagClassName
{
color: #94FC88;
}
</style>
background-color css
<style>
a { background-color: #94FC88; }
a { background-color: rgb(148,252,136); }
div.DivClassName
{
background-color: #94FC88;
}
.BgClassName
{
background-color: #94FC88;
}
</style>
border-color css
<style>
span { border-color: #94FC88; }
span { border-color: rgb(148,252,136); }
td.TdClassName
{
border-color: #94FC88;
}
.TagClassName
{
border-color: #94FC88;
}
</style>