Shades of Light Green #7CF2A4
Tints of Light Green #7CF2A4
RGB
CMYK
RGB Variations
Color information
#7CF2A4 (or 0x7CF2A4) is known color: Light Green. HEX triplet: 7C, F2 and A4. RGB value is (124,242,164). Sum of RGB (Red+Green+Blue) = 124+242+164=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF2A4 is #830D5B. Grayscale: #C6C6C6. Windows color (decimal): -8588636 or 10809980. OLE color: 10809980.
HSL color Cylindrical-coordinate representation of color #7CF2A4: hue angle of 140.34º 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 #7CF2A4 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 164 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.05 |
| HSL | 140.34º | 0.82% | 0.72% | - |
| HSV(B) | 140.34º | 0.49% | 0.95% | - |
| XYZ | 46.77 | 70.47 | 46.26 | - |
| YUV | 197.83 | 108.91 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 164 | 0.49 | 0 | 0.32 | 0.05 | 140.34 | 0.82 | 0.72 |
| Hex | 7C | F2 | A4 | 31 | 0 | 20 | 5 | 8C | 52 | 48 |
| Octal | 174 | 362 | 244 | 61 | 0 | 40 | 5 | 214 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10100100 | 110001 | 0 | 100000 | 101 | 10001100 | 1010010 | 1001000 |
Color Harmonies of #7CF2A4
Complementary color
Monochromatic Colors of #7CF2A4
Black with #7CF2A4
Text Example
Text Example
White with #7CF2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF2A4; }
p { color: rgb(124,242,164); }
H1.HeaderClassName
{
color: #7CF2A4;
}
.AnyTagClassName
{
color: #7CF2A4;
}
</style>
background-color css
<style>
a { background-color: #7CF2A4; }
a { background-color: rgb(124,242,164); }
div.DivClassName
{
background-color: #7CF2A4;
}
.BgClassName
{
background-color: #7CF2A4;
}
</style>
border-color css
<style>
span { border-color: #7CF2A4; }
span { border-color: rgb(124,242,164); }
td.TdClassName
{
border-color: #7CF2A4;
}
.TagClassName
{
border-color: #7CF2A4;
}
</style>