Shades of Lawn Green #7CD50C
Tints of Lawn Green #7CD50C
RGB
CMYK
RGB Variations
Color information
#7CD50C (or 0x7CD50C) is known color: Lawn Green. HEX triplet: 7C, D5 and 0C. RGB value is (124,213,12). Sum of RGB (Red+Green+Blue) = 124+213+12=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CD50C is #832AF3. Grayscale: #A4A4A4. Windows color (decimal): -8596212 or 841084. OLE color: 841084.
HSL color Cylindrical-coordinate representation of color #7CD50C: hue angle of 86.57º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7CD50C is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 12 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.16 |
| HSL | 86.57º | 0.89% | 0.44% | - |
| HSV(B) | 86.57º | 0.94% | 0.84% | - |
| XYZ | 32.17 | 51.9 | 8.67 | - |
| YUV | 163.48 | 42.51 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 12 | 0.42 | 0 | 0.94 | 0.16 | 86.57 | 0.89 | 0.44 |
| Hex | 7C | D5 | C | 2A | 0 | 5E | 10 | 57 | 59 | 2C |
| Octal | 174 | 325 | 14 | 52 | 0 | 136 | 20 | 127 | 131 | 54 |
| Binary | 1111100 | 11010101 | 1100 | 101010 | 0 | 1011110 | 10000 | 1010111 | 1011001 | 101100 |
Color Harmonies of #7CD50C
Complementary color
Monochromatic Colors of #7CD50C
Black with #7CD50C
Text Example
Text Example
White with #7CD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD50C; }
p { color: rgb(124,213,12); }
H1.HeaderClassName
{
color: #7CD50C;
}
.AnyTagClassName
{
color: #7CD50C;
}
</style>
background-color css
<style>
a { background-color: #7CD50C; }
a { background-color: rgb(124,213,12); }
div.DivClassName
{
background-color: #7CD50C;
}
.BgClassName
{
background-color: #7CD50C;
}
</style>
border-color css
<style>
span { border-color: #7CD50C; }
span { border-color: rgb(124,213,12); }
td.TdClassName
{
border-color: #7CD50C;
}
.TagClassName
{
border-color: #7CD50C;
}
</style>