Shades of Light Green #7CF886
Tints of Light Green #7CF886
RGB
CMYK
RGB Variations
Color information
#7CF886 (or 0x7CF886) is known color: Light Green. HEX triplet: 7C, F8 and 86. RGB value is (124,248,134). Sum of RGB (Red+Green+Blue) = 124+248+134=506 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.51% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF886 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF886 is #830779. Grayscale: #C6C6C6. Windows color (decimal): -8587130 or 8845436. OLE color: 8845436.
HSL color Cylindrical-coordinate representation of color #7CF886: hue angle of 124.84º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF886 is Cyan = 0.5, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 248 | 134 | - |
| CMYK | 0.5 | 0 | 0.46 | 0.03 |
| HSL | 124.84º | 0.9% | 0.73% | - |
| HSV(B) | 124.84º | 0.5% | 0.97% | - |
| XYZ | 46.18 | 73.14 | 34.24 | - |
| YUV | 197.93 | 91.92 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 248 | 134 | 0.5 | 0 | 0.46 | 0.03 | 124.84 | 0.9 | 0.73 |
| Hex | 7C | F8 | 86 | 32 | 0 | 2E | 3 | 7D | 5A | 49 |
| Octal | 174 | 370 | 206 | 62 | 0 | 56 | 3 | 175 | 132 | 111 |
| Binary | 1111100 | 11111000 | 10000110 | 110010 | 0 | 101110 | 11 | 1111101 | 1011010 | 1001001 |
Color Harmonies of #7CF886
Complementary color
Monochromatic Colors of #7CF886
Black with #7CF886
Text Example
Text Example
White with #7CF886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF886; }
p { color: rgb(124,248,134); }
H1.HeaderClassName
{
color: #7CF886;
}
.AnyTagClassName
{
color: #7CF886;
}
</style>
background-color css
<style>
a { background-color: #7CF886; }
a { background-color: rgb(124,248,134); }
div.DivClassName
{
background-color: #7CF886;
}
.BgClassName
{
background-color: #7CF886;
}
</style>
border-color css
<style>
span { border-color: #7CF886; }
span { border-color: rgb(124,248,134); }
td.TdClassName
{
border-color: #7CF886;
}
.TagClassName
{
border-color: #7CF886;
}
</style>