Shades of Pale Green #96F5B0
Tints of Pale Green #96F5B0
RGB
CMYK
RGB Variations
Color information
#96F5B0 (or 0x96F5B0) is known color: Pale Green. HEX triplet: 96, F5 and B0. RGB value is (150,245,176). Sum of RGB (Red+Green+Blue) = 150+245+176=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F5B0 is #690A4F. Grayscale: #D0D0D0. Windows color (decimal): -6883920 or 11597206. OLE color: 11597206.
HSL color Cylindrical-coordinate representation of color #96F5B0: hue angle of 136.42º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5B0 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 176 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.04 |
| HSL | 136.42º | 0.83% | 0.77% | - |
| HSV(B) | 136.42º | 0.39% | 0.96% | - |
| XYZ | 53.07 | 74.92 | 52.74 | - |
| YUV | 208.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 176 | 0.39 | 0 | 0.28 | 0.04 | 136.42 | 0.83 | 0.77 |
| Hex | 96 | F5 | B0 | 27 | 0 | 1C | 4 | 88 | 53 | 4D |
| Octal | 226 | 365 | 260 | 47 | 0 | 34 | 4 | 210 | 123 | 115 |
| Binary | 10010110 | 11110101 | 10110000 | 100111 | 0 | 11100 | 100 | 10001000 | 1010011 | 1001101 |
Color Harmonies of #96F5B0
Complementary color
Monochromatic Colors of #96F5B0
Black with #96F5B0
Text Example
Text Example
White with #96F5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F5B0; }
p { color: rgb(150,245,176); }
H1.HeaderClassName
{
color: #96F5B0;
}
.AnyTagClassName
{
color: #96F5B0;
}
</style>
background-color css
<style>
a { background-color: #96F5B0; }
a { background-color: rgb(150,245,176); }
div.DivClassName
{
background-color: #96F5B0;
}
.BgClassName
{
background-color: #96F5B0;
}
</style>
border-color css
<style>
span { border-color: #96F5B0; }
span { border-color: rgb(150,245,176); }
td.TdClassName
{
border-color: #96F5B0;
}
.TagClassName
{
border-color: #96F5B0;
}
</style>