Shades of Light Green #7CF091
Tints of Light Green #7CF091
RGB
CMYK
RGB Variations
Color information
#7CF091 (or 0x7CF091) is known color: Light Green. HEX triplet: 7C, F0 and 91. RGB value is (124,240,145). Sum of RGB (Red+Green+Blue) = 124+240+145=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF091 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF091 is #830F6E. Grayscale: #C2C2C2. Windows color (decimal): -8589167 or 9564284. OLE color: 9564284.
HSL color Cylindrical-coordinate representation of color #7CF091: hue angle of 130.86º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF091 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 145 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.06 |
| HSL | 130.86º | 0.79% | 0.71% | - |
| HSV(B) | 130.86º | 0.48% | 0.94% | - |
| XYZ | 44.58 | 68.65 | 37.69 | - |
| YUV | 194.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 145 | 0.48 | 0 | 0.40 | 0.06 | 130.86 | 0.79 | 0.71 |
| Hex | 7C | F0 | 91 | 30 | 0 | 28 | 6 | 83 | 4F | 47 |
| Octal | 174 | 360 | 221 | 60 | 0 | 50 | 6 | 203 | 117 | 107 |
| Binary | 1111100 | 11110000 | 10010001 | 110000 | 0 | 101000 | 110 | 10000011 | 1001111 | 1000111 |
Color Harmonies of #7CF091
Complementary color
Monochromatic Colors of #7CF091
Black with #7CF091
Text Example
Text Example
White with #7CF091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF091; }
p { color: rgb(124,240,145); }
H1.HeaderClassName
{
color: #7CF091;
}
.AnyTagClassName
{
color: #7CF091;
}
</style>
background-color css
<style>
a { background-color: #7CF091; }
a { background-color: rgb(124,240,145); }
div.DivClassName
{
background-color: #7CF091;
}
.BgClassName
{
background-color: #7CF091;
}
</style>
border-color css
<style>
span { border-color: #7CF091; }
span { border-color: rgb(124,240,145); }
td.TdClassName
{
border-color: #7CF091;
}
.TagClassName
{
border-color: #7CF091;
}
</style>