Shades of Pale Green #96FB8D
Tints of Pale Green #96FB8D
RGB
CMYK
RGB Variations
Color information
#96FB8D (or 0x96FB8D) is known color: Pale Green. HEX triplet: 96, FB and 8D. RGB value is (150,251,141). Sum of RGB (Red+Green+Blue) = 150+251+141=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FB8D is #690472. Grayscale: #D0D0D0. Windows color (decimal): -6882419 or 9304982. OLE color: 9304982.
HSL color Cylindrical-coordinate representation of color #96FB8D: hue angle of 115.09º 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 #96FB8D is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 141 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.02 |
| HSL | 115.09º | 0.93% | 0.77% | - |
| HSV(B) | 115.09º | 0.44% | 0.98% | - |
| XYZ | 51.88 | 77.4 | 37.4 | - |
| YUV | 208.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 141 | 0.40 | 0 | 0.44 | 0.02 | 115.09 | 0.93 | 0.77 |
| Hex | 96 | FB | 8D | 28 | 0 | 2C | 2 | 73 | 5D | 4D |
| Octal | 226 | 373 | 215 | 50 | 0 | 54 | 2 | 163 | 135 | 115 |
| Binary | 10010110 | 11111011 | 10001101 | 101000 | 0 | 101100 | 10 | 1110011 | 1011101 | 1001101 |
Color Harmonies of #96FB8D
Complementary color
Monochromatic Colors of #96FB8D
Black with #96FB8D
Text Example
Text Example
White with #96FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FB8D; }
p { color: rgb(150,251,141); }
H1.HeaderClassName
{
color: #96FB8D;
}
.AnyTagClassName
{
color: #96FB8D;
}
</style>
background-color css
<style>
a { background-color: #96FB8D; }
a { background-color: rgb(150,251,141); }
div.DivClassName
{
background-color: #96FB8D;
}
.BgClassName
{
background-color: #96FB8D;
}
</style>
border-color css
<style>
span { border-color: #96FB8D; }
span { border-color: rgb(150,251,141); }
td.TdClassName
{
border-color: #96FB8D;
}
.TagClassName
{
border-color: #96FB8D;
}
</style>