Shades of Light Green #7BF096
Tints of Light Green #7BF096
RGB
CMYK
RGB Variations
Color information
#7BF096 (or 0x7BF096) is known color: Light Green. HEX triplet: 7B, F0 and 96. RGB value is (123,240,150). Sum of RGB (Red+Green+Blue) = 123+240+150=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF096 is #840F69. Grayscale: #C3C3C3. Windows color (decimal): -8654698 or 9891963. OLE color: 9891963.
HSL color Cylindrical-coordinate representation of color #7BF096: hue angle of 133.85º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF096 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 240 | 150 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.06 |
| HSL | 133.85º | 0.8% | 0.71% | - |
| HSV(B) | 133.85º | 0.49% | 0.94% | - |
| XYZ | 44.83 | 68.73 | 39.76 | - |
| YUV | 194.76 | 102.74 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 240 | 150 | 0.49 | 0 | 0.37 | 0.06 | 133.85 | 0.8 | 0.71 |
| Hex | 7B | F0 | 96 | 31 | 0 | 25 | 6 | 86 | 50 | 47 |
| Octal | 173 | 360 | 226 | 61 | 0 | 45 | 6 | 206 | 120 | 107 |
| Binary | 1111011 | 11110000 | 10010110 | 110001 | 0 | 100101 | 110 | 10000110 | 1010000 | 1000111 |
Color Harmonies of #7BF096
Complementary color
Monochromatic Colors of #7BF096
Black with #7BF096
Text Example
Text Example
White with #7BF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF096; }
p { color: rgb(123,240,150); }
H1.HeaderClassName
{
color: #7BF096;
}
.AnyTagClassName
{
color: #7BF096;
}
</style>
background-color css
<style>
a { background-color: #7BF096; }
a { background-color: rgb(123,240,150); }
div.DivClassName
{
background-color: #7BF096;
}
.BgClassName
{
background-color: #7BF096;
}
</style>
border-color css
<style>
span { border-color: #7BF096; }
span { border-color: rgb(123,240,150); }
td.TdClassName
{
border-color: #7BF096;
}
.TagClassName
{
border-color: #7BF096;
}
</style>