Shades of Light Green #96FA7B
Tints of Light Green #96FA7B
RGB
CMYK
RGB Variations
Color information
#96FA7B (or 0x96FA7B) is known color: Light Green. HEX triplet: 96, FA and 7B. RGB value is (150,250,123). Sum of RGB (Red+Green+Blue) = 150+250+123=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA7B is #690584. Grayscale: #CECECE. Windows color (decimal): -6882693 or 8125078. OLE color: 8125078.
HSL color Cylindrical-coordinate representation of color #96FA7B: hue angle of 107.24º degrees, saturation: 0.93, 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 #96FA7B is Cyan = 0.4, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 123 | - |
| CMYK | 0.4 | 0 | 0.51 | 0.02 |
| HSL | 107.24º | 0.93% | 0.73% | - |
| HSV(B) | 107.24º | 0.51% | 0.98% | - |
| XYZ | 50.34 | 76.29 | 30.81 | - |
| YUV | 205.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 123 | 0.4 | 0 | 0.51 | 0.02 | 107.24 | 0.93 | 0.73 |
| Hex | 96 | FA | 7B | 28 | 0 | 33 | 2 | 6B | 5D | 49 |
| Octal | 226 | 372 | 173 | 50 | 0 | 63 | 2 | 153 | 135 | 111 |
| Binary | 10010110 | 11111010 | 1111011 | 101000 | 0 | 110011 | 10 | 1101011 | 1011101 | 1001001 |
Color Harmonies of #96FA7B
Complementary color
Monochromatic Colors of #96FA7B
Black with #96FA7B
Text Example
Text Example
White with #96FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FA7B; }
p { color: rgb(150,250,123); }
H1.HeaderClassName
{
color: #96FA7B;
}
.AnyTagClassName
{
color: #96FA7B;
}
</style>
background-color css
<style>
a { background-color: #96FA7B; }
a { background-color: rgb(150,250,123); }
div.DivClassName
{
background-color: #96FA7B;
}
.BgClassName
{
background-color: #96FA7B;
}
</style>
border-color css
<style>
span { border-color: #96FA7B; }
span { border-color: rgb(150,250,123); }
td.TdClassName
{
border-color: #96FA7B;
}
.TagClassName
{
border-color: #96FA7B;
}
</style>