Shades of Light Green #96F87A
Tints of Light Green #96F87A
RGB
CMYK
RGB Variations
Color information
#96F87A (or 0x96F87A) is known color: Light Green. HEX triplet: 96, F8 and 7A. RGB value is (150,248,122). Sum of RGB (Red+Green+Blue) = 150+248+122=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #96F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F87A is #690785. Grayscale: #CCCCCC. Windows color (decimal): -6883206 or 8059030. OLE color: 8059030.
HSL color Cylindrical-coordinate representation of color #96F87A: hue angle of 106.67º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96F87A is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 122 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.03 |
| HSL | 106.67º | 0.9% | 0.73% | - |
| HSV(B) | 106.67º | 0.51% | 0.97% | - |
| XYZ | 49.66 | 75.02 | 30.28 | - |
| YUV | 204.33 | 81.53 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 122 | 0.40 | 0 | 0.51 | 0.03 | 106.67 | 0.9 | 0.73 |
| Hex | 96 | F8 | 7A | 28 | 0 | 33 | 3 | 6B | 5A | 49 |
| Octal | 226 | 370 | 172 | 50 | 0 | 63 | 3 | 153 | 132 | 111 |
| Binary | 10010110 | 11111000 | 1111010 | 101000 | 0 | 110011 | 11 | 1101011 | 1011010 | 1001001 |
Color Harmonies of #96F87A
Complementary color
Monochromatic Colors of #96F87A
Black with #96F87A
Text Example
Text Example
White with #96F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F87A; }
p { color: rgb(150,248,122); }
H1.HeaderClassName
{
color: #96F87A;
}
.AnyTagClassName
{
color: #96F87A;
}
</style>
background-color css
<style>
a { background-color: #96F87A; }
a { background-color: rgb(150,248,122); }
div.DivClassName
{
background-color: #96F87A;
}
.BgClassName
{
background-color: #96F87A;
}
</style>
border-color css
<style>
span { border-color: #96F87A; }
span { border-color: rgb(150,248,122); }
td.TdClassName
{
border-color: #96F87A;
}
.TagClassName
{
border-color: #96F87A;
}
</style>