Shades of Pale Green #96F88D
Tints of Pale Green #96F88D
RGB
CMYK
RGB Variations
Color information
#96F88D (or 0x96F88D) is known color: Pale Green. HEX triplet: 96, F8 and 8D. RGB value is (150,248,141). Sum of RGB (Red+Green+Blue) = 150+248+141=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #96F88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F88D is #690772. Grayscale: #CECECE. Windows color (decimal): -6883187 or 9304214. OLE color: 9304214.
HSL color Cylindrical-coordinate representation of color #96F88D: hue angle of 114.95º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96F88D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 141 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.03 |
| HSL | 114.95º | 0.88% | 0.76% | - |
| HSV(B) | 114.95º | 0.43% | 0.97% | - |
| XYZ | 50.95 | 75.54 | 37.09 | - |
| YUV | 206.5 | 91.03 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 141 | 0.40 | 0 | 0.43 | 0.03 | 114.95 | 0.88 | 0.76 |
| Hex | 96 | F8 | 8D | 28 | 0 | 2B | 3 | 73 | 58 | 4C |
| Octal | 226 | 370 | 215 | 50 | 0 | 53 | 3 | 163 | 130 | 114 |
| Binary | 10010110 | 11111000 | 10001101 | 101000 | 0 | 101011 | 11 | 1110011 | 1011000 | 1001100 |
Color Harmonies of #96F88D
Complementary color
Monochromatic Colors of #96F88D
Black with #96F88D
Text Example
Text Example
White with #96F88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F88D; }
p { color: rgb(150,248,141); }
H1.HeaderClassName
{
color: #96F88D;
}
.AnyTagClassName
{
color: #96F88D;
}
</style>
background-color css
<style>
a { background-color: #96F88D; }
a { background-color: rgb(150,248,141); }
div.DivClassName
{
background-color: #96F88D;
}
.BgClassName
{
background-color: #96F88D;
}
</style>
border-color css
<style>
span { border-color: #96F88D; }
span { border-color: rgb(150,248,141); }
td.TdClassName
{
border-color: #96F88D;
}
.TagClassName
{
border-color: #96F88D;
}
</style>