Shades of Pale Green #94F89D
Tints of Pale Green #94F89D
RGB
CMYK
RGB Variations
Color information
#94F89D (or 0x94F89D) is known color: Pale Green. HEX triplet: 94, F8 and 9D. RGB value is (148,248,157). Sum of RGB (Red+Green+Blue) = 148+248+157=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #94F89D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F89D is #6B0762. Grayscale: #CFCFCF. Windows color (decimal): -7014243 or 10352788. OLE color: 10352788.
HSL color Cylindrical-coordinate representation of color #94F89D: hue angle of 125.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F89D is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 248 | 157 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.03 |
| HSL | 125.4º | 0.88% | 0.78% | - |
| HSV(B) | 125.4º | 0.4% | 0.97% | - |
| XYZ | 51.87 | 75.87 | 43.81 | - |
| YUV | 207.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 248 | 157 | 0.40 | 0 | 0.37 | 0.03 | 125.4 | 0.88 | 0.78 |
| Hex | 94 | F8 | 9D | 28 | 0 | 25 | 3 | 7D | 58 | 4E |
| Octal | 224 | 370 | 235 | 50 | 0 | 45 | 3 | 175 | 130 | 116 |
| Binary | 10010100 | 11111000 | 10011101 | 101000 | 0 | 100101 | 11 | 1111101 | 1011000 | 1001110 |
Color Harmonies of #94F89D
Complementary color
Monochromatic Colors of #94F89D
Black with #94F89D
Text Example
Text Example
White with #94F89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F89D; }
p { color: rgb(148,248,157); }
H1.HeaderClassName
{
color: #94F89D;
}
.AnyTagClassName
{
color: #94F89D;
}
</style>
background-color css
<style>
a { background-color: #94F89D; }
a { background-color: rgb(148,248,157); }
div.DivClassName
{
background-color: #94F89D;
}
.BgClassName
{
background-color: #94F89D;
}
</style>
border-color css
<style>
span { border-color: #94F89D; }
span { border-color: rgb(148,248,157); }
td.TdClassName
{
border-color: #94F89D;
}
.TagClassName
{
border-color: #94F89D;
}
</style>