Shades of Light Green #7CF895
Tints of Light Green #7CF895
RGB
CMYK
RGB Variations
Color information
#7CF895 (or 0x7CF895) is known color: Light Green. HEX triplet: 7C, F8 and 95. RGB value is (124,248,149). Sum of RGB (Red+Green+Blue) = 124+248+149=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #7CF895 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF895 is #83076A. Grayscale: #C7C7C7. Windows color (decimal): -8587115 or 9828476. OLE color: 9828476.
HSL color Cylindrical-coordinate representation of color #7CF895: hue angle of 132.1º 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 #7CF895 is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 248 | 149 | - |
| CMYK | 0.5 | 0 | 0.40 | 0.03 |
| HSL | 132.1º | 0.9% | 0.73% | - |
| HSV(B) | 132.1º | 0.5% | 0.97% | - |
| XYZ | 47.3 | 73.59 | 40.14 | - |
| YUV | 199.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 248 | 149 | 0.5 | 0 | 0.40 | 0.03 | 132.1 | 0.9 | 0.73 |
| Hex | 7C | F8 | 95 | 32 | 0 | 28 | 3 | 84 | 5A | 49 |
| Octal | 174 | 370 | 225 | 62 | 0 | 50 | 3 | 204 | 132 | 111 |
| Binary | 1111100 | 11111000 | 10010101 | 110010 | 0 | 101000 | 11 | 10000100 | 1011010 | 1001001 |
Color Harmonies of #7CF895
Complementary color
Monochromatic Colors of #7CF895
Black with #7CF895
Text Example
Text Example
White with #7CF895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF895; }
p { color: rgb(124,248,149); }
H1.HeaderClassName
{
color: #7CF895;
}
.AnyTagClassName
{
color: #7CF895;
}
</style>
background-color css
<style>
a { background-color: #7CF895; }
a { background-color: rgb(124,248,149); }
div.DivClassName
{
background-color: #7CF895;
}
.BgClassName
{
background-color: #7CF895;
}
</style>
border-color css
<style>
span { border-color: #7CF895; }
span { border-color: rgb(124,248,149); }
td.TdClassName
{
border-color: #7CF895;
}
.TagClassName
{
border-color: #7CF895;
}
</style>