Shades of Light Green #7CF994
Tints of Light Green #7CF994
RGB
CMYK
RGB Variations
Color information
#7CF994 (or 0x7CF994) is known color: Light Green. HEX triplet: 7C, F9 and 94. RGB value is (124,249,148). Sum of RGB (Red+Green+Blue) = 124+249+148=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #7CF994 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF994 is #83066B. Grayscale: #C8C8C8. Windows color (decimal): -8586860 or 9763196. OLE color: 9763196.
HSL color Cylindrical-coordinate representation of color #7CF994: hue angle of 131.52º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF994 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 249 | 148 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.02 |
| HSL | 131.52º | 0.91% | 0.73% | - |
| HSV(B) | 131.52º | 0.5% | 0.98% | - |
| XYZ | 47.53 | 74.17 | 39.83 | - |
| YUV | 200.11 | 98.59 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 249 | 148 | 0.50 | 0 | 0.41 | 0.02 | 131.52 | 0.91 | 0.73 |
| Hex | 7C | F9 | 94 | 32 | 0 | 29 | 2 | 84 | 5B | 49 |
| Octal | 174 | 371 | 224 | 62 | 0 | 51 | 2 | 204 | 133 | 111 |
| Binary | 1111100 | 11111001 | 10010100 | 110010 | 0 | 101001 | 10 | 10000100 | 1011011 | 1001001 |
Color Harmonies of #7CF994
Complementary color
Monochromatic Colors of #7CF994
Black with #7CF994
Text Example
Text Example
White with #7CF994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF994; }
p { color: rgb(124,249,148); }
H1.HeaderClassName
{
color: #7CF994;
}
.AnyTagClassName
{
color: #7CF994;
}
</style>
background-color css
<style>
a { background-color: #7CF994; }
a { background-color: rgb(124,249,148); }
div.DivClassName
{
background-color: #7CF994;
}
.BgClassName
{
background-color: #7CF994;
}
</style>
border-color css
<style>
span { border-color: #7CF994; }
span { border-color: rgb(124,249,148); }
td.TdClassName
{
border-color: #7CF994;
}
.TagClassName
{
border-color: #7CF994;
}
</style>