Shades of Light Green #7CFF96
Tints of Light Green #7CFF96
RGB
CMYK
RGB Variations
Color information
#7CFF96 (or 0x7CFF96) is known color: Light Green. HEX triplet: 7C, FF and 96. RGB value is (124,255,150). Sum of RGB (Red+Green+Blue) = 124+255+150=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFF96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFF96 is #830069. Grayscale: #CCCCCC. Windows color (decimal): -8585322 or 9895804. OLE color: 9895804.
HSL color Cylindrical-coordinate representation of color #7CFF96: hue angle of 131.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFF96 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 150 | - |
| CMYK | 0.51 | 0 | 0.41 | 0 |
| HSL | 131.91º | 1% | 0.74% | - |
| HSV(B) | 131.91º | 0.51% | 1% | - |
| XYZ | 49.58 | 78.01 | 41.3 | - |
| YUV | 203.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 150 | 0.51 | 0 | 0.41 | 0 | 131.91 | 1 | 0.74 |
| Hex | 7C | FF | 96 | 33 | 0 | 29 | 0 | 84 | 64 | 4A |
| Octal | 174 | 377 | 226 | 63 | 0 | 51 | 0 | 204 | 144 | 112 |
| Binary | 1111100 | 11111111 | 10010110 | 110011 | 0 | 101001 | 0 | 10000100 | 1100100 | 1001010 |
Color Harmonies of #7CFF96
Complementary color
Monochromatic Colors of #7CFF96
Black with #7CFF96
Text Example
Text Example
White with #7CFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFF96; }
p { color: rgb(124,255,150); }
H1.HeaderClassName
{
color: #7CFF96;
}
.AnyTagClassName
{
color: #7CFF96;
}
</style>
background-color css
<style>
a { background-color: #7CFF96; }
a { background-color: rgb(124,255,150); }
div.DivClassName
{
background-color: #7CFF96;
}
.BgClassName
{
background-color: #7CFF96;
}
</style>
border-color css
<style>
span { border-color: #7CFF96; }
span { border-color: rgb(124,255,150); }
td.TdClassName
{
border-color: #7CFF96;
}
.TagClassName
{
border-color: #7CFF96;
}
</style>