Shades of Light Green #7CF284
Tints of Light Green #7CF284
RGB
CMYK
RGB Variations
Color information
#7CF284 (or 0x7CF284) is known color: Light Green. HEX triplet: 7C, F2 and 84. RGB value is (124,242,132). Sum of RGB (Red+Green+Blue) = 124+242+132=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF284 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF284 is #830D7B. Grayscale: #C2C2C2. Windows color (decimal): -8588668 or 8712828. OLE color: 8712828.
HSL color Cylindrical-coordinate representation of color #7CF284: hue angle of 124.07º 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 #7CF284 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 132 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.05 |
| HSL | 124.07º | 0.82% | 0.72% | - |
| HSV(B) | 124.07º | 0.49% | 0.95% | - |
| XYZ | 44.23 | 69.46 | 32.9 | - |
| YUV | 194.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 132 | 0.49 | 0 | 0.45 | 0.05 | 124.07 | 0.82 | 0.72 |
| Hex | 7C | F2 | 84 | 31 | 0 | 2D | 5 | 7C | 52 | 48 |
| Octal | 174 | 362 | 204 | 61 | 0 | 55 | 5 | 174 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10000100 | 110001 | 0 | 101101 | 101 | 1111100 | 1010010 | 1001000 |
Color Harmonies of #7CF284
Complementary color
Monochromatic Colors of #7CF284
Black with #7CF284
Text Example
Text Example
White with #7CF284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF284; }
p { color: rgb(124,242,132); }
H1.HeaderClassName
{
color: #7CF284;
}
.AnyTagClassName
{
color: #7CF284;
}
</style>
background-color css
<style>
a { background-color: #7CF284; }
a { background-color: rgb(124,242,132); }
div.DivClassName
{
background-color: #7CF284;
}
.BgClassName
{
background-color: #7CF284;
}
</style>
border-color css
<style>
span { border-color: #7CF284; }
span { border-color: rgb(124,242,132); }
td.TdClassName
{
border-color: #7CF284;
}
.TagClassName
{
border-color: #7CF284;
}
</style>