Shades of Pale Green #96F7B2
Tints of Pale Green #96F7B2
RGB
CMYK
RGB Variations
Color information
#96F7B2 (or 0x96F7B2) is known color: Pale Green. HEX triplet: 96, F7 and B2. RGB value is (150,247,178). Sum of RGB (Red+Green+Blue) = 150+247+178=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F7B2 is #69084D. Grayscale: #D2D2D2. Windows color (decimal): -6883406 or 11728790. OLE color: 11728790.
HSL color Cylindrical-coordinate representation of color #96F7B2: hue angle of 137.32º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7B2 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 178 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.03 |
| HSL | 137.32º | 0.86% | 0.78% | - |
| HSV(B) | 137.32º | 0.39% | 0.97% | - |
| XYZ | 53.87 | 76.22 | 53.99 | - |
| YUV | 210.13 | 109.86 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 178 | 0.39 | 0 | 0.28 | 0.03 | 137.32 | 0.86 | 0.78 |
| Hex | 96 | F7 | B2 | 27 | 0 | 1C | 3 | 89 | 56 | 4E |
| Octal | 226 | 367 | 262 | 47 | 0 | 34 | 3 | 211 | 126 | 116 |
| Binary | 10010110 | 11110111 | 10110010 | 100111 | 0 | 11100 | 11 | 10001001 | 1010110 | 1001110 |
Color Harmonies of #96F7B2
Complementary color
Monochromatic Colors of #96F7B2
Black with #96F7B2
Text Example
Text Example
White with #96F7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7B2; }
p { color: rgb(150,247,178); }
H1.HeaderClassName
{
color: #96F7B2;
}
.AnyTagClassName
{
color: #96F7B2;
}
</style>
background-color css
<style>
a { background-color: #96F7B2; }
a { background-color: rgb(150,247,178); }
div.DivClassName
{
background-color: #96F7B2;
}
.BgClassName
{
background-color: #96F7B2;
}
</style>
border-color css
<style>
span { border-color: #96F7B2; }
span { border-color: rgb(150,247,178); }
td.TdClassName
{
border-color: #96F7B2;
}
.TagClassName
{
border-color: #96F7B2;
}
</style>