Shades of Lawn Green #7DED0C
Tints of Lawn Green #7DED0C
RGB
CMYK
RGB Variations
Color information
#7DED0C (or 0x7DED0C) is known color: Lawn Green. HEX triplet: 7D, ED and 0C. RGB value is (125,237,12). Sum of RGB (Red+Green+Blue) = 125+237+12=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 237 (92.97% from 255 or 63.37% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DED0C is #8212F3. Grayscale: #B2B2B2. Windows color (decimal): -8524532 or 847229. OLE color: 847229.
HSL color Cylindrical-coordinate representation of color #7DED0C: hue angle of 89.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DED0C is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 12 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.07 |
| HSL | 89.87º | 0.9% | 0.49% | - |
| HSV(B) | 89.87º | 0.95% | 0.93% | - |
| XYZ | 38.81 | 64.95 | 10.84 | - |
| YUV | 177.86 | 34.39 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 12 | 0.47 | 0 | 0.95 | 0.07 | 89.87 | 0.9 | 0.49 |
| Hex | 7D | ED | C | 2F | 0 | 5F | 7 | 5A | 5A | 31 |
| Octal | 175 | 355 | 14 | 57 | 0 | 137 | 7 | 132 | 132 | 61 |
| Binary | 1111101 | 11101101 | 1100 | 101111 | 0 | 1011111 | 111 | 1011010 | 1011010 | 110001 |
Color Harmonies of #7DED0C
Complementary color
Monochromatic Colors of #7DED0C
Black with #7DED0C
Text Example
Text Example
White with #7DED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED0C; }
p { color: rgb(125,237,12); }
H1.HeaderClassName
{
color: #7DED0C;
}
.AnyTagClassName
{
color: #7DED0C;
}
</style>
background-color css
<style>
a { background-color: #7DED0C; }
a { background-color: rgb(125,237,12); }
div.DivClassName
{
background-color: #7DED0C;
}
.BgClassName
{
background-color: #7DED0C;
}
</style>
border-color css
<style>
span { border-color: #7DED0C; }
span { border-color: rgb(125,237,12); }
td.TdClassName
{
border-color: #7DED0C;
}
.TagClassName
{
border-color: #7DED0C;
}
</style>