Shades of Light Green #7CF191
Tints of Light Green #7CF191
RGB
CMYK
RGB Variations
Color information
#7CF191 (or 0x7CF191) is known color: Light Green. HEX triplet: 7C, F1 and 91. RGB value is (124,241,145). Sum of RGB (Red+Green+Blue) = 124+241+145=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF191 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF191 is #830E6E. Grayscale: #C3C3C3. Windows color (decimal): -8588911 or 9564540. OLE color: 9564540.
HSL color Cylindrical-coordinate representation of color #7CF191: hue angle of 130.77º degrees, saturation: 0.81, 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 #7CF191 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 145 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.05 |
| HSL | 130.77º | 0.81% | 0.72% | - |
| HSV(B) | 130.77º | 0.49% | 0.95% | - |
| XYZ | 44.88 | 69.24 | 37.79 | - |
| YUV | 195.07 | 99.74 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 145 | 0.49 | 0 | 0.40 | 0.05 | 130.77 | 0.81 | 0.72 |
| Hex | 7C | F1 | 91 | 31 | 0 | 28 | 5 | 83 | 51 | 48 |
| Octal | 174 | 361 | 221 | 61 | 0 | 50 | 5 | 203 | 121 | 110 |
| Binary | 1111100 | 11110001 | 10010001 | 110001 | 0 | 101000 | 101 | 10000011 | 1010001 | 1001000 |
Color Harmonies of #7CF191
Complementary color
Monochromatic Colors of #7CF191
Black with #7CF191
Text Example
Text Example
White with #7CF191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF191; }
p { color: rgb(124,241,145); }
H1.HeaderClassName
{
color: #7CF191;
}
.AnyTagClassName
{
color: #7CF191;
}
</style>
background-color css
<style>
a { background-color: #7CF191; }
a { background-color: rgb(124,241,145); }
div.DivClassName
{
background-color: #7CF191;
}
.BgClassName
{
background-color: #7CF191;
}
</style>
border-color css
<style>
span { border-color: #7CF191; }
span { border-color: rgb(124,241,145); }
td.TdClassName
{
border-color: #7CF191;
}
.TagClassName
{
border-color: #7CF191;
}
</style>