Shades of Light Green #96FE7B
Tints of Light Green #96FE7B
RGB
CMYK
RGB Variations
Color information
#96FE7B (or 0x96FE7B) is known color: Light Green. HEX triplet: 96, FE and 7B. RGB value is (150,254,123). Sum of RGB (Red+Green+Blue) = 150+254+123=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FE7B is #690184. Grayscale: #D0D0D0. Windows color (decimal): -6881669 or 8126102. OLE color: 8126102.
HSL color Cylindrical-coordinate representation of color #96FE7B: hue angle of 107.63º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96FE7B is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 123 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.00 |
| HSL | 107.63º | 0.98% | 0.74% | - |
| HSV(B) | 107.63º | 0.52% | 1% | - |
| XYZ | 51.59 | 78.8 | 31.23 | - |
| YUV | 207.97 | 80.04 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 123 | 0.41 | 0 | 0.52 | 0.00 | 107.63 | 0.98 | 0.74 |
| Hex | 96 | FE | 7B | 29 | 0 | 34 | 0 | 6C | 62 | 4A |
| Octal | 226 | 376 | 173 | 51 | 0 | 64 | 0 | 154 | 142 | 112 |
| Binary | 10010110 | 11111110 | 1111011 | 101001 | 0 | 110100 | 0 | 1101100 | 1100010 | 1001010 |
Color Harmonies of #96FE7B
Complementary color
Monochromatic Colors of #96FE7B
Black with #96FE7B
Text Example
Text Example
White with #96FE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE7B; }
p { color: rgb(150,254,123); }
H1.HeaderClassName
{
color: #96FE7B;
}
.AnyTagClassName
{
color: #96FE7B;
}
</style>
background-color css
<style>
a { background-color: #96FE7B; }
a { background-color: rgb(150,254,123); }
div.DivClassName
{
background-color: #96FE7B;
}
.BgClassName
{
background-color: #96FE7B;
}
</style>
border-color css
<style>
span { border-color: #96FE7B; }
span { border-color: rgb(150,254,123); }
td.TdClassName
{
border-color: #96FE7B;
}
.TagClassName
{
border-color: #96FE7B;
}
</style>