Shades of Lawn Green #7DCF00
Tints of Lawn Green #7DCF00
RGB
CMYK
RGB Variations
Color information
#7DCF00 (or 0x7DCF00) is known color: Lawn Green. HEX triplet: 7D, CF and 00. RGB value is (125,207,0). Sum of RGB (Red+Green+Blue) = 125+207+0=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF00 is #8230FF. Grayscale: #9F9F9F. Windows color (decimal): -8532224 or 53117. OLE color: 53117.
HSL color Cylindrical-coordinate representation of color #7DCF00: hue angle of 83.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DCF00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.19 |
| HSL | 83.77º | 1% | 0.41% | - |
| HSV(B) | 83.77º | 1% | 0.81% | - |
| XYZ | 30.77 | 48.99 | 7.83 | - |
| YUV | 158.88 | 38.33 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 0 | 0.40 | 0 | 1 | 0.19 | 83.77 | 1 | 0.41 |
| Hex | 7D | CF | 0 | 28 | 0 | 64 | 13 | 54 | 64 | 29 |
| Octal | 175 | 317 | 0 | 50 | 0 | 144 | 23 | 124 | 144 | 51 |
| Binary | 1111101 | 11001111 | 0 | 101000 | 0 | 1100100 | 10011 | 1010100 | 1100100 | 101001 |
Color Harmonies of #7DCF00
Complementary color
Monochromatic Colors of #7DCF00
Black with #7DCF00
Text Example
Text Example
White with #7DCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF00; }
p { color: rgb(125,207,0); }
H1.HeaderClassName
{
color: #7DCF00;
}
.AnyTagClassName
{
color: #7DCF00;
}
</style>
background-color css
<style>
a { background-color: #7DCF00; }
a { background-color: rgb(125,207,0); }
div.DivClassName
{
background-color: #7DCF00;
}
.BgClassName
{
background-color: #7DCF00;
}
</style>
border-color css
<style>
span { border-color: #7DCF00; }
span { border-color: rgb(125,207,0); }
td.TdClassName
{
border-color: #7DCF00;
}
.TagClassName
{
border-color: #7DCF00;
}
</style>