Shades of Light Green #96FB7A
Tints of Light Green #96FB7A
RGB
CMYK
RGB Variations
Color information
#96FB7A (or 0x96FB7A) is known color: Light Green. HEX triplet: 96, FB and 7A. RGB value is (150,251,122). Sum of RGB (Red+Green+Blue) = 150+251+122=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB7A is #690485. Grayscale: #CECECE. Windows color (decimal): -6882438 or 8059798. OLE color: 8059798.
HSL color Cylindrical-coordinate representation of color #96FB7A: hue angle of 106.98º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96FB7A is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 122 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.02 |
| HSL | 106.98º | 0.94% | 0.73% | - |
| HSV(B) | 106.98º | 0.51% | 0.98% | - |
| XYZ | 50.59 | 76.88 | 30.59 | - |
| YUV | 206.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 122 | 0.40 | 0 | 0.51 | 0.02 | 106.98 | 0.94 | 0.73 |
| Hex | 96 | FB | 7A | 28 | 0 | 33 | 2 | 6B | 5E | 49 |
| Octal | 226 | 373 | 172 | 50 | 0 | 63 | 2 | 153 | 136 | 111 |
| Binary | 10010110 | 11111011 | 1111010 | 101000 | 0 | 110011 | 10 | 1101011 | 1011110 | 1001001 |
Color Harmonies of #96FB7A
Complementary color
Monochromatic Colors of #96FB7A
Black with #96FB7A
Text Example
Text Example
White with #96FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FB7A; }
p { color: rgb(150,251,122); }
H1.HeaderClassName
{
color: #96FB7A;
}
.AnyTagClassName
{
color: #96FB7A;
}
</style>
background-color css
<style>
a { background-color: #96FB7A; }
a { background-color: rgb(150,251,122); }
div.DivClassName
{
background-color: #96FB7A;
}
.BgClassName
{
background-color: #96FB7A;
}
</style>
border-color css
<style>
span { border-color: #96FB7A; }
span { border-color: rgb(150,251,122); }
td.TdClassName
{
border-color: #96FB7A;
}
.TagClassName
{
border-color: #96FB7A;
}
</style>