Shades of Light Green #7CF29C
Tints of Light Green #7CF29C
RGB
CMYK
RGB Variations
Color information
#7CF29C (or 0x7CF29C) is known color: Light Green. HEX triplet: 7C, F2 and 9C. RGB value is (124,242,156). Sum of RGB (Red+Green+Blue) = 124+242+156=522 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.75% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF29C is #830D63. Grayscale: #C5C5C5. Windows color (decimal): -8588644 or 10285692. OLE color: 10285692.
HSL color Cylindrical-coordinate representation of color #7CF29C: hue angle of 136.27º 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 #7CF29C is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 156 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.05 |
| HSL | 136.27º | 0.82% | 0.72% | - |
| HSV(B) | 136.27º | 0.49% | 0.95% | - |
| XYZ | 46.07 | 70.19 | 42.57 | - |
| YUV | 196.91 | 104.91 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 156 | 0.49 | 0 | 0.36 | 0.05 | 136.27 | 0.82 | 0.72 |
| Hex | 7C | F2 | 9C | 31 | 0 | 24 | 5 | 88 | 52 | 48 |
| Octal | 174 | 362 | 234 | 61 | 0 | 44 | 5 | 210 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10011100 | 110001 | 0 | 100100 | 101 | 10001000 | 1010010 | 1001000 |
Color Harmonies of #7CF29C
Complementary color
Monochromatic Colors of #7CF29C
Black with #7CF29C
Text Example
Text Example
White with #7CF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF29C; }
p { color: rgb(124,242,156); }
H1.HeaderClassName
{
color: #7CF29C;
}
.AnyTagClassName
{
color: #7CF29C;
}
</style>
background-color css
<style>
a { background-color: #7CF29C; }
a { background-color: rgb(124,242,156); }
div.DivClassName
{
background-color: #7CF29C;
}
.BgClassName
{
background-color: #7CF29C;
}
</style>
border-color css
<style>
span { border-color: #7CF29C; }
span { border-color: rgb(124,242,156); }
td.TdClassName
{
border-color: #7CF29C;
}
.TagClassName
{
border-color: #7CF29C;
}
</style>