Shades of Light Green #7BF296
Tints of Light Green #7BF296
RGB
CMYK
RGB Variations
Color information
#7BF296 (or 0x7BF296) is known color: Light Green. HEX triplet: 7B, F2 and 96. RGB value is (123,242,150). Sum of RGB (Red+Green+Blue) = 123+242+150=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF296 is #840D69. Grayscale: #C4C4C4. Windows color (decimal): -8654186 or 9892475. OLE color: 9892475.
HSL color Cylindrical-coordinate representation of color #7BF296: hue angle of 133.61º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF296 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 150 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.05 |
| HSL | 133.61º | 0.82% | 0.72% | - |
| HSV(B) | 133.61º | 0.49% | 0.95% | - |
| XYZ | 45.43 | 69.92 | 39.96 | - |
| YUV | 195.93 | 102.08 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 150 | 0.49 | 0 | 0.38 | 0.05 | 133.61 | 0.82 | 0.72 |
| Hex | 7B | F2 | 96 | 31 | 0 | 26 | 5 | 86 | 52 | 48 |
| Octal | 173 | 362 | 226 | 61 | 0 | 46 | 5 | 206 | 122 | 110 |
| Binary | 1111011 | 11110010 | 10010110 | 110001 | 0 | 100110 | 101 | 10000110 | 1010010 | 1001000 |
Color Harmonies of #7BF296
Complementary color
Monochromatic Colors of #7BF296
Black with #7BF296
Text Example
Text Example
White with #7BF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF296; }
p { color: rgb(123,242,150); }
H1.HeaderClassName
{
color: #7BF296;
}
.AnyTagClassName
{
color: #7BF296;
}
</style>
background-color css
<style>
a { background-color: #7BF296; }
a { background-color: rgb(123,242,150); }
div.DivClassName
{
background-color: #7BF296;
}
.BgClassName
{
background-color: #7BF296;
}
</style>
border-color css
<style>
span { border-color: #7BF296; }
span { border-color: rgb(123,242,150); }
td.TdClassName
{
border-color: #7BF296;
}
.TagClassName
{
border-color: #7BF296;
}
</style>