Shades of Light Green #7CF290
Tints of Light Green #7CF290
RGB
CMYK
RGB Variations
Color information
#7CF290 (or 0x7CF290) is known color: Light Green. HEX triplet: 7C, F2 and 90. RGB value is (124,242,144). Sum of RGB (Red+Green+Blue) = 124+242+144=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF290 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF290 is #830D6F. Grayscale: #C3C3C3. Windows color (decimal): -8588656 or 9499260. OLE color: 9499260.
HSL color Cylindrical-coordinate representation of color #7CF290: hue angle of 130.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF290 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 144 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.05 |
| HSL | 130.17º | 0.82% | 0.72% | - |
| HSV(B) | 130.17º | 0.49% | 0.95% | - |
| XYZ | 45.1 | 69.8 | 37.48 | - |
| YUV | 195.55 | 98.91 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 144 | 0.49 | 0 | 0.40 | 0.05 | 130.17 | 0.82 | 0.72 |
| Hex | 7C | F2 | 90 | 31 | 0 | 28 | 5 | 82 | 52 | 48 |
| Octal | 174 | 362 | 220 | 61 | 0 | 50 | 5 | 202 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10010000 | 110001 | 0 | 101000 | 101 | 10000010 | 1010010 | 1001000 |
Color Harmonies of #7CF290
Complementary color
Monochromatic Colors of #7CF290
Black with #7CF290
Text Example
Text Example
White with #7CF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF290; }
p { color: rgb(124,242,144); }
H1.HeaderClassName
{
color: #7CF290;
}
.AnyTagClassName
{
color: #7CF290;
}
</style>
background-color css
<style>
a { background-color: #7CF290; }
a { background-color: rgb(124,242,144); }
div.DivClassName
{
background-color: #7CF290;
}
.BgClassName
{
background-color: #7CF290;
}
</style>
border-color css
<style>
span { border-color: #7CF290; }
span { border-color: rgb(124,242,144); }
td.TdClassName
{
border-color: #7CF290;
}
.TagClassName
{
border-color: #7CF290;
}
</style>