Shades of Light Green #7CF291
Tints of Light Green #7CF291
RGB
CMYK
RGB Variations
Color information
#7CF291 (or 0x7CF291) is known color: Light Green. HEX triplet: 7C, F2 and 91. RGB value is (124,242,145). Sum of RGB (Red+Green+Blue) = 124+242+145=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF291 is #830D6E. Grayscale: #C3C3C3. Windows color (decimal): -8588655 or 9564796. OLE color: 9564796.
HSL color Cylindrical-coordinate representation of color #7CF291: hue angle of 130.68º 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 #7CF291 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 145 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.05 |
| HSL | 130.68º | 0.82% | 0.72% | - |
| HSV(B) | 130.68º | 0.49% | 0.95% | - |
| XYZ | 45.18 | 69.83 | 37.89 | - |
| YUV | 195.66 | 99.41 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 145 | 0.49 | 0 | 0.40 | 0.05 | 130.68 | 0.82 | 0.72 |
| Hex | 7C | F2 | 91 | 31 | 0 | 28 | 5 | 83 | 52 | 48 |
| Octal | 174 | 362 | 221 | 61 | 0 | 50 | 5 | 203 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10010001 | 110001 | 0 | 101000 | 101 | 10000011 | 1010010 | 1001000 |
Color Harmonies of #7CF291
Complementary color
Monochromatic Colors of #7CF291
Black with #7CF291
Text Example
Text Example
White with #7CF291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF291; }
p { color: rgb(124,242,145); }
H1.HeaderClassName
{
color: #7CF291;
}
.AnyTagClassName
{
color: #7CF291;
}
</style>
background-color css
<style>
a { background-color: #7CF291; }
a { background-color: rgb(124,242,145); }
div.DivClassName
{
background-color: #7CF291;
}
.BgClassName
{
background-color: #7CF291;
}
</style>
border-color css
<style>
span { border-color: #7CF291; }
span { border-color: rgb(124,242,145); }
td.TdClassName
{
border-color: #7CF291;
}
.TagClassName
{
border-color: #7CF291;
}
</style>