Shades of Light Green #7CFE96
Tints of Light Green #7CFE96
RGB
CMYK
RGB Variations
Color information
#7CFE96 (or 0x7CFE96) is known color: Light Green. HEX triplet: 7C, FE and 96. RGB value is (124,254,150). Sum of RGB (Red+Green+Blue) = 124+254+150=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFE96 is #830169. Grayscale: #CBCBCB. Windows color (decimal): -8585578 or 9895548. OLE color: 9895548.
HSL color Cylindrical-coordinate representation of color #7CFE96: hue angle of 132º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFE96 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 150 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.00 |
| HSL | 132º | 0.98% | 0.74% | - |
| HSV(B) | 132º | 0.51% | 1% | - |
| XYZ | 49.26 | 77.37 | 41.19 | - |
| YUV | 203.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 150 | 0.51 | 0 | 0.41 | 0.00 | 132 | 0.98 | 0.74 |
| Hex | 7C | FE | 96 | 33 | 0 | 29 | 0 | 84 | 62 | 4A |
| Octal | 174 | 376 | 226 | 63 | 0 | 51 | 0 | 204 | 142 | 112 |
| Binary | 1111100 | 11111110 | 10010110 | 110011 | 0 | 101001 | 0 | 10000100 | 1100010 | 1001010 |
Color Harmonies of #7CFE96
Complementary color
Monochromatic Colors of #7CFE96
Black with #7CFE96
Text Example
Text Example
White with #7CFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFE96; }
p { color: rgb(124,254,150); }
H1.HeaderClassName
{
color: #7CFE96;
}
.AnyTagClassName
{
color: #7CFE96;
}
</style>
background-color css
<style>
a { background-color: #7CFE96; }
a { background-color: rgb(124,254,150); }
div.DivClassName
{
background-color: #7CFE96;
}
.BgClassName
{
background-color: #7CFE96;
}
</style>
border-color css
<style>
span { border-color: #7CFE96; }
span { border-color: rgb(124,254,150); }
td.TdClassName
{
border-color: #7CFE96;
}
.TagClassName
{
border-color: #7CFE96;
}
</style>