Shades of Light Green #7CF690
Tints of Light Green #7CF690
RGB
CMYK
RGB Variations
Color information
#7CF690 (or 0x7CF690) is known color: Light Green. HEX triplet: 7C, F6 and 90. RGB value is (124,246,144). Sum of RGB (Red+Green+Blue) = 124+246+144=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF690 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF690 is #83096F. Grayscale: #C6C6C6. Windows color (decimal): -8587632 or 9500284. OLE color: 9500284.
HSL color Cylindrical-coordinate representation of color #7CF690: hue angle of 129.84º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF690 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 246 | 144 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.04 |
| HSL | 129.84º | 0.87% | 0.73% | - |
| HSV(B) | 129.84º | 0.5% | 0.96% | - |
| XYZ | 46.3 | 72.21 | 37.88 | - |
| YUV | 197.89 | 97.58 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 144 | 0.50 | 0 | 0.41 | 0.04 | 129.84 | 0.87 | 0.73 |
| Hex | 7C | F6 | 90 | 32 | 0 | 29 | 4 | 82 | 57 | 49 |
| Octal | 174 | 366 | 220 | 62 | 0 | 51 | 4 | 202 | 127 | 111 |
| Binary | 1111100 | 11110110 | 10010000 | 110010 | 0 | 101001 | 100 | 10000010 | 1010111 | 1001001 |
Color Harmonies of #7CF690
Complementary color
Monochromatic Colors of #7CF690
Black with #7CF690
Text Example
Text Example
White with #7CF690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF690; }
p { color: rgb(124,246,144); }
H1.HeaderClassName
{
color: #7CF690;
}
.AnyTagClassName
{
color: #7CF690;
}
</style>
background-color css
<style>
a { background-color: #7CF690; }
a { background-color: rgb(124,246,144); }
div.DivClassName
{
background-color: #7CF690;
}
.BgClassName
{
background-color: #7CF690;
}
</style>
border-color css
<style>
span { border-color: #7CF690; }
span { border-color: rgb(124,246,144); }
td.TdClassName
{
border-color: #7CF690;
}
.TagClassName
{
border-color: #7CF690;
}
</style>