Shades of Light Green #96FF7B
Tints of Light Green #96FF7B
RGB
CMYK
RGB Variations
Color information
#96FF7B (or 0x96FF7B) is known color: Light Green. HEX triplet: 96, FF and 7B. RGB value is (150,255,123). Sum of RGB (Red+Green+Blue) = 150+255+123=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF7B is #690084. Grayscale: #D0D0D0. Windows color (decimal): -6881413 or 8126358. OLE color: 8126358.
HSL color Cylindrical-coordinate representation of color #96FF7B: hue angle of 107.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96FF7B is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 123 | - |
| CMYK | 0.41 | 0 | 0.52 | 0 |
| HSL | 107.73º | 1% | 0.74% | - |
| HSV(B) | 107.73º | 0.52% | 1% | - |
| XYZ | 51.91 | 79.43 | 31.34 | - |
| YUV | 208.56 | 79.71 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 123 | 0.41 | 0 | 0.52 | 0 | 107.73 | 1 | 0.74 |
| Hex | 96 | FF | 7B | 29 | 0 | 34 | 0 | 6C | 64 | 4A |
| Octal | 226 | 377 | 173 | 51 | 0 | 64 | 0 | 154 | 144 | 112 |
| Binary | 10010110 | 11111111 | 1111011 | 101001 | 0 | 110100 | 0 | 1101100 | 1100100 | 1001010 |
Color Harmonies of #96FF7B
Complementary color
Monochromatic Colors of #96FF7B
Black with #96FF7B
Text Example
Text Example
White with #96FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF7B; }
p { color: rgb(150,255,123); }
H1.HeaderClassName
{
color: #96FF7B;
}
.AnyTagClassName
{
color: #96FF7B;
}
</style>
background-color css
<style>
a { background-color: #96FF7B; }
a { background-color: rgb(150,255,123); }
div.DivClassName
{
background-color: #96FF7B;
}
.BgClassName
{
background-color: #96FF7B;
}
</style>
border-color css
<style>
span { border-color: #96FF7B; }
span { border-color: rgb(150,255,123); }
td.TdClassName
{
border-color: #96FF7B;
}
.TagClassName
{
border-color: #96FF7B;
}
</style>