Shades of Light Green #7BFE96
Tints of Light Green #7BFE96
RGB
CMYK
RGB Variations
Color information
#7BFE96 (or 0x7BFE96) is known color: Light Green. HEX triplet: 7B, FE and 96. RGB value is (123,254,150). Sum of RGB (Red+Green+Blue) = 123+254+150=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFE96 is #840169. Grayscale: #CBCBCB. Windows color (decimal): -8651114 or 9895547. OLE color: 9895547.
HSL color Cylindrical-coordinate representation of color #7BFE96: hue angle of 132.37º 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 #7BFE96 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 150 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.00 |
| HSL | 132.37º | 0.98% | 0.74% | - |
| HSV(B) | 132.37º | 0.52% | 1% | - |
| XYZ | 49.12 | 77.3 | 41.19 | - |
| YUV | 202.98 | 98.1 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 150 | 0.52 | 0 | 0.41 | 0.00 | 132.37 | 0.98 | 0.74 |
| Hex | 7B | FE | 96 | 34 | 0 | 29 | 0 | 84 | 62 | 4A |
| Octal | 173 | 376 | 226 | 64 | 0 | 51 | 0 | 204 | 142 | 112 |
| Binary | 1111011 | 11111110 | 10010110 | 110100 | 0 | 101001 | 0 | 10000100 | 1100010 | 1001010 |
Color Harmonies of #7BFE96
Complementary color
Monochromatic Colors of #7BFE96
Black with #7BFE96
Text Example
Text Example
White with #7BFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFE96; }
p { color: rgb(123,254,150); }
H1.HeaderClassName
{
color: #7BFE96;
}
.AnyTagClassName
{
color: #7BFE96;
}
</style>
background-color css
<style>
a { background-color: #7BFE96; }
a { background-color: rgb(123,254,150); }
div.DivClassName
{
background-color: #7BFE96;
}
.BgClassName
{
background-color: #7BFE96;
}
</style>
border-color css
<style>
span { border-color: #7BFE96; }
span { border-color: rgb(123,254,150); }
td.TdClassName
{
border-color: #7BFE96;
}
.TagClassName
{
border-color: #7BFE96;
}
</style>