Shades of Light Green #7CFB96
Tints of Light Green #7CFB96
RGB
CMYK
RGB Variations
Color information
#7CFB96 (or 0x7CFB96) is known color: Light Green. HEX triplet: 7C, FB and 96. RGB value is (124,251,150). Sum of RGB (Red+Green+Blue) = 124+251+150=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFB96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFB96 is #830469. Grayscale: #C9C9C9. Windows color (decimal): -8586346 or 9894780. OLE color: 9894780.
HSL color Cylindrical-coordinate representation of color #7CFB96: hue angle of 132.28º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFB96 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 251 | 150 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.02 |
| HSL | 132.28º | 0.94% | 0.74% | - |
| HSV(B) | 132.28º | 0.51% | 0.98% | - |
| XYZ | 48.31 | 75.48 | 40.88 | - |
| YUV | 201.51 | 98.92 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 251 | 150 | 0.51 | 0 | 0.40 | 0.02 | 132.28 | 0.94 | 0.74 |
| Hex | 7C | FB | 96 | 33 | 0 | 28 | 2 | 84 | 5E | 4A |
| Octal | 174 | 373 | 226 | 63 | 0 | 50 | 2 | 204 | 136 | 112 |
| Binary | 1111100 | 11111011 | 10010110 | 110011 | 0 | 101000 | 10 | 10000100 | 1011110 | 1001010 |
Color Harmonies of #7CFB96
Complementary color
Monochromatic Colors of #7CFB96
Black with #7CFB96
Text Example
Text Example
White with #7CFB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFB96; }
p { color: rgb(124,251,150); }
H1.HeaderClassName
{
color: #7CFB96;
}
.AnyTagClassName
{
color: #7CFB96;
}
</style>
background-color css
<style>
a { background-color: #7CFB96; }
a { background-color: rgb(124,251,150); }
div.DivClassName
{
background-color: #7CFB96;
}
.BgClassName
{
background-color: #7CFB96;
}
</style>
border-color css
<style>
span { border-color: #7CFB96; }
span { border-color: rgb(124,251,150); }
td.TdClassName
{
border-color: #7CFB96;
}
.TagClassName
{
border-color: #7CFB96;
}
</style>