Shades of Lawn Green #7CF206
Tints of Lawn Green #7CF206
RGB
CMYK
RGB Variations
Color information
#7CF206 (or 0x7CF206) is known color: Lawn Green. HEX triplet: 7C, F2 and 06. RGB value is (124,242,6). Sum of RGB (Red+Green+Blue) = 124+242+6=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF206 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7CF206 is #830DF9. Grayscale: #B4B4B4. Windows color (decimal): -8588794 or 455292. OLE color: 455292.
HSL color Cylindrical-coordinate representation of color #7CF206: hue angle of 90º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CF206 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 6 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.05 |
| HSL | 90º | 0.95% | 0.49% | - |
| HSV(B) | 90º | 0.98% | 0.95% | - |
| XYZ | 40.1 | 67.8 | 11.15 | - |
| YUV | 179.81 | 29.91 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 6 | 0.49 | 0 | 0.98 | 0.05 | 90 | 0.95 | 0.49 |
| Hex | 7C | F2 | 6 | 31 | 0 | 62 | 5 | 5A | 5F | 31 |
| Octal | 174 | 362 | 6 | 61 | 0 | 142 | 5 | 132 | 137 | 61 |
| Binary | 1111100 | 11110010 | 110 | 110001 | 0 | 1100010 | 101 | 1011010 | 1011111 | 110001 |
Color Harmonies of #7CF206
Complementary color
Monochromatic Colors of #7CF206
Black with #7CF206
Text Example
Text Example
White with #7CF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF206; }
p { color: rgb(124,242,6); }
H1.HeaderClassName
{
color: #7CF206;
}
.AnyTagClassName
{
color: #7CF206;
}
</style>
background-color css
<style>
a { background-color: #7CF206; }
a { background-color: rgb(124,242,6); }
div.DivClassName
{
background-color: #7CF206;
}
.BgClassName
{
background-color: #7CF206;
}
</style>
border-color css
<style>
span { border-color: #7CF206; }
span { border-color: rgb(124,242,6); }
td.TdClassName
{
border-color: #7CF206;
}
.TagClassName
{
border-color: #7CF206;
}
</style>