Shades of Pale Green #94FB8D
Tints of Pale Green #94FB8D
RGB
CMYK
RGB Variations
Color information
#94FB8D (or 0x94FB8D) is known color: Pale Green. HEX triplet: 94, FB and 8D. RGB value is (148,251,141). Sum of RGB (Red+Green+Blue) = 148+251+141=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FB8D is #6B0472. Grayscale: #D0D0D0. Windows color (decimal): -7013491 or 9304980. OLE color: 9304980.
HSL color Cylindrical-coordinate representation of color #94FB8D: hue angle of 116.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94FB8D is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 251 | 141 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.02 |
| HSL | 116.18º | 0.93% | 0.77% | - |
| HSV(B) | 116.18º | 0.44% | 0.98% | - |
| XYZ | 51.52 | 77.21 | 37.39 | - |
| YUV | 207.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 251 | 141 | 0.41 | 0 | 0.44 | 0.02 | 116.18 | 0.93 | 0.77 |
| Hex | 94 | FB | 8D | 29 | 0 | 2C | 2 | 74 | 5D | 4D |
| Octal | 224 | 373 | 215 | 51 | 0 | 54 | 2 | 164 | 135 | 115 |
| Binary | 10010100 | 11111011 | 10001101 | 101001 | 0 | 101100 | 10 | 1110100 | 1011101 | 1001101 |
Color Harmonies of #94FB8D
Complementary color
Monochromatic Colors of #94FB8D
Black with #94FB8D
Text Example
Text Example
White with #94FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FB8D; }
p { color: rgb(148,251,141); }
H1.HeaderClassName
{
color: #94FB8D;
}
.AnyTagClassName
{
color: #94FB8D;
}
</style>
background-color css
<style>
a { background-color: #94FB8D; }
a { background-color: rgb(148,251,141); }
div.DivClassName
{
background-color: #94FB8D;
}
.BgClassName
{
background-color: #94FB8D;
}
</style>
border-color css
<style>
span { border-color: #94FB8D; }
span { border-color: rgb(148,251,141); }
td.TdClassName
{
border-color: #94FB8D;
}
.TagClassName
{
border-color: #94FB8D;
}
</style>