Shades of Lawn Green #7DFD00
Tints of Lawn Green #7DFD00
RGB
CMYK
RGB Variations
Color information
#7DFD00 (or 0x7DFD00) is known color: Lawn Green. HEX triplet: 7D, FD and 00. RGB value is (125,253,0). Sum of RGB (Red+Green+Blue) = 125+253+0=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 253 (99.22% from 255 or 66.93% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFD00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFD00 is #8202FF. Grayscale: #BABABA. Windows color (decimal): -8520448 or 64893. OLE color: 64893.
HSL color Cylindrical-coordinate representation of color #7DFD00: hue angle of 90.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DFD00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 253 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.01 |
| HSL | 90.36º | 1% | 0.5% | - |
| HSV(B) | 90.36º | 1% | 0.99% | - |
| XYZ | 43.58 | 74.61 | 12.1 | - |
| YUV | 185.89 | 23.09 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 253 | 0 | 0.51 | 0 | 1 | 0.01 | 90.36 | 1 | 0.5 |
| Hex | 7D | FD | 0 | 33 | 0 | 64 | 1 | 5A | 64 | 32 |
| Octal | 175 | 375 | 0 | 63 | 0 | 144 | 1 | 132 | 144 | 62 |
| Binary | 1111101 | 11111101 | 0 | 110011 | 0 | 1100100 | 1 | 1011010 | 1100100 | 110010 |
Color Harmonies of #7DFD00
Complementary color
Monochromatic Colors of #7DFD00
Black with #7DFD00
Text Example
Text Example
White with #7DFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFD00; }
p { color: rgb(125,253,0); }
H1.HeaderClassName
{
color: #7DFD00;
}
.AnyTagClassName
{
color: #7DFD00;
}
</style>
background-color css
<style>
a { background-color: #7DFD00; }
a { background-color: rgb(125,253,0); }
div.DivClassName
{
background-color: #7DFD00;
}
.BgClassName
{
background-color: #7DFD00;
}
</style>
border-color css
<style>
span { border-color: #7DFD00; }
span { border-color: rgb(125,253,0); }
td.TdClassName
{
border-color: #7DFD00;
}
.TagClassName
{
border-color: #7DFD00;
}
</style>