Shades of Light Green #7CF795
Tints of Light Green #7CF795
RGB
CMYK
RGB Variations
Color information
#7CF795 (or 0x7CF795) is known color: Light Green. HEX triplet: 7C, F7 and 95. RGB value is (124,247,149). Sum of RGB (Red+Green+Blue) = 124+247+149=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #7CF795 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF795 is #83086A. Grayscale: #C7C7C7. Windows color (decimal): -8587371 or 9828220. OLE color: 9828220.
HSL color Cylindrical-coordinate representation of color #7CF795: hue angle of 132.2º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF795 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 247 | 149 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.03 |
| HSL | 132.2º | 0.88% | 0.73% | - |
| HSV(B) | 132.2º | 0.5% | 0.97% | - |
| XYZ | 47 | 72.98 | 40.04 | - |
| YUV | 199.05 | 99.75 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 247 | 149 | 0.50 | 0 | 0.40 | 0.03 | 132.2 | 0.88 | 0.73 |
| Hex | 7C | F7 | 95 | 32 | 0 | 28 | 3 | 84 | 58 | 49 |
| Octal | 174 | 367 | 225 | 62 | 0 | 50 | 3 | 204 | 130 | 111 |
| Binary | 1111100 | 11110111 | 10010101 | 110010 | 0 | 101000 | 11 | 10000100 | 1011000 | 1001001 |
Color Harmonies of #7CF795
Complementary color
Monochromatic Colors of #7CF795
Black with #7CF795
Text Example
Text Example
White with #7CF795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF795; }
p { color: rgb(124,247,149); }
H1.HeaderClassName
{
color: #7CF795;
}
.AnyTagClassName
{
color: #7CF795;
}
</style>
background-color css
<style>
a { background-color: #7CF795; }
a { background-color: rgb(124,247,149); }
div.DivClassName
{
background-color: #7CF795;
}
.BgClassName
{
background-color: #7CF795;
}
</style>
border-color css
<style>
span { border-color: #7CF795; }
span { border-color: rgb(124,247,149); }
td.TdClassName
{
border-color: #7CF795;
}
.TagClassName
{
border-color: #7CF795;
}
</style>