Shades of Light Green #7CF995
Tints of Light Green #7CF995
RGB
CMYK
RGB Variations
Color information
#7CF995 (or 0x7CF995) is known color: Light Green. HEX triplet: 7C, F9 and 95. RGB value is (124,249,149). Sum of RGB (Red+Green+Blue) = 124+249+149=522 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.75% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #7CF995 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF995 is #83066A. Grayscale: #C8C8C8. Windows color (decimal): -8586859 or 9828732. OLE color: 9828732.
HSL color Cylindrical-coordinate representation of color #7CF995: hue angle of 132º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF995 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 249 | 149 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.02 |
| HSL | 132º | 0.91% | 0.73% | - |
| HSV(B) | 132º | 0.5% | 0.98% | - |
| XYZ | 47.61 | 74.21 | 40.25 | - |
| YUV | 200.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 249 | 149 | 0.50 | 0 | 0.40 | 0.02 | 132 | 0.91 | 0.73 |
| Hex | 7C | F9 | 95 | 32 | 0 | 28 | 2 | 84 | 5B | 49 |
| Octal | 174 | 371 | 225 | 62 | 0 | 50 | 2 | 204 | 133 | 111 |
| Binary | 1111100 | 11111001 | 10010101 | 110010 | 0 | 101000 | 10 | 10000100 | 1011011 | 1001001 |
Color Harmonies of #7CF995
Complementary color
Monochromatic Colors of #7CF995
Black with #7CF995
Text Example
Text Example
White with #7CF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF995; }
p { color: rgb(124,249,149); }
H1.HeaderClassName
{
color: #7CF995;
}
.AnyTagClassName
{
color: #7CF995;
}
</style>
background-color css
<style>
a { background-color: #7CF995; }
a { background-color: rgb(124,249,149); }
div.DivClassName
{
background-color: #7CF995;
}
.BgClassName
{
background-color: #7CF995;
}
</style>
border-color css
<style>
span { border-color: #7CF995; }
span { border-color: rgb(124,249,149); }
td.TdClassName
{
border-color: #7CF995;
}
.TagClassName
{
border-color: #7CF995;
}
</style>