Shades of Light Green #7CF2A5
Tints of Light Green #7CF2A5
RGB
CMYK
RGB Variations
Color information
#7CF2A5 (or 0x7CF2A5) is known color: Light Green. HEX triplet: 7C, F2 and A5. RGB value is (124,242,165). Sum of RGB (Red+Green+Blue) = 124+242+165=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF2A5 is #830D5A. Grayscale: #C6C6C6. Windows color (decimal): -8588635 or 10875516. OLE color: 10875516.
HSL color Cylindrical-coordinate representation of color #7CF2A5: hue angle of 140.85º 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 #7CF2A5 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 165 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.05 |
| HSL | 140.85º | 0.82% | 0.72% | - |
| HSV(B) | 140.85º | 0.49% | 0.95% | - |
| XYZ | 46.86 | 70.51 | 46.74 | - |
| YUV | 197.94 | 109.41 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 165 | 0.49 | 0 | 0.32 | 0.05 | 140.85 | 0.82 | 0.72 |
| Hex | 7C | F2 | A5 | 31 | 0 | 20 | 5 | 8D | 52 | 48 |
| Octal | 174 | 362 | 245 | 61 | 0 | 40 | 5 | 215 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10100101 | 110001 | 0 | 100000 | 101 | 10001101 | 1010010 | 1001000 |
Color Harmonies of #7CF2A5
Complementary color
Monochromatic Colors of #7CF2A5
Black with #7CF2A5
Text Example
Text Example
White with #7CF2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF2A5; }
p { color: rgb(124,242,165); }
H1.HeaderClassName
{
color: #7CF2A5;
}
.AnyTagClassName
{
color: #7CF2A5;
}
</style>
background-color css
<style>
a { background-color: #7CF2A5; }
a { background-color: rgb(124,242,165); }
div.DivClassName
{
background-color: #7CF2A5;
}
.BgClassName
{
background-color: #7CF2A5;
}
</style>
border-color css
<style>
span { border-color: #7CF2A5; }
span { border-color: rgb(124,242,165); }
td.TdClassName
{
border-color: #7CF2A5;
}
.TagClassName
{
border-color: #7CF2A5;
}
</style>