Shades of Light Green #7CF49A
Tints of Light Green #7CF49A
RGB
CMYK
RGB Variations
Color information
#7CF49A (or 0x7CF49A) is known color: Light Green. HEX triplet: 7C, F4 and 9A. RGB value is (124,244,154). Sum of RGB (Red+Green+Blue) = 124+244+154=522 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.75% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #7CF49A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF49A is #830B65. Grayscale: #C6C6C6. Windows color (decimal): -8588134 or 10155132. OLE color: 10155132.
HSL color Cylindrical-coordinate representation of color #7CF49A: hue angle of 135º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF49A is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 244 | 154 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.04 |
| HSL | 135º | 0.85% | 0.72% | - |
| HSV(B) | 135º | 0.49% | 0.96% | - |
| XYZ | 46.5 | 71.32 | 41.89 | - |
| YUV | 197.86 | 103.24 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 244 | 154 | 0.49 | 0 | 0.37 | 0.04 | 135 | 0.85 | 0.72 |
| Hex | 7C | F4 | 9A | 31 | 0 | 25 | 4 | 87 | 55 | 48 |
| Octal | 174 | 364 | 232 | 61 | 0 | 45 | 4 | 207 | 125 | 110 |
| Binary | 1111100 | 11110100 | 10011010 | 110001 | 0 | 100101 | 100 | 10000111 | 1010101 | 1001000 |
Color Harmonies of #7CF49A
Complementary color
Monochromatic Colors of #7CF49A
Black with #7CF49A
Text Example
Text Example
White with #7CF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF49A; }
p { color: rgb(124,244,154); }
H1.HeaderClassName
{
color: #7CF49A;
}
.AnyTagClassName
{
color: #7CF49A;
}
</style>
background-color css
<style>
a { background-color: #7CF49A; }
a { background-color: rgb(124,244,154); }
div.DivClassName
{
background-color: #7CF49A;
}
.BgClassName
{
background-color: #7CF49A;
}
</style>
border-color css
<style>
span { border-color: #7CF49A; }
span { border-color: rgb(124,244,154); }
td.TdClassName
{
border-color: #7CF49A;
}
.TagClassName
{
border-color: #7CF49A;
}
</style>