Shades of Lawn Green #7DF211
Tints of Lawn Green #7DF211
RGB
CMYK
RGB Variations
Color information
#7DF211 (or 0x7DF211) is known color: Lawn Green. HEX triplet: 7D, F2 and 11. RGB value is (125,242,17). Sum of RGB (Red+Green+Blue) = 125+242+17=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF211 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF211 is #820DEE. Grayscale: #B6B6B6. Windows color (decimal): -8523247 or 1176189. OLE color: 1176189.
HSL color Cylindrical-coordinate representation of color #7DF211: hue angle of 91.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DF211 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 17 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.05 |
| HSL | 91.2º | 0.9% | 0.51% | - |
| HSV(B) | 91.2º | 0.93% | 0.95% | - |
| XYZ | 40.31 | 67.9 | 11.51 | - |
| YUV | 181.37 | 35.24 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 17 | 0.48 | 0 | 0.93 | 0.05 | 91.2 | 0.9 | 0.51 |
| Hex | 7D | F2 | 11 | 30 | 0 | 5D | 5 | 5B | 5A | 33 |
| Octal | 175 | 362 | 21 | 60 | 0 | 135 | 5 | 133 | 132 | 63 |
| Binary | 1111101 | 11110010 | 10001 | 110000 | 0 | 1011101 | 101 | 1011011 | 1011010 | 110011 |
Color Harmonies of #7DF211
Complementary color
Monochromatic Colors of #7DF211
Black with #7DF211
Text Example
Text Example
White with #7DF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF211; }
p { color: rgb(125,242,17); }
H1.HeaderClassName
{
color: #7DF211;
}
.AnyTagClassName
{
color: #7DF211;
}
</style>
background-color css
<style>
a { background-color: #7DF211; }
a { background-color: rgb(125,242,17); }
div.DivClassName
{
background-color: #7DF211;
}
.BgClassName
{
background-color: #7DF211;
}
</style>
border-color css
<style>
span { border-color: #7DF211; }
span { border-color: rgb(125,242,17); }
td.TdClassName
{
border-color: #7DF211;
}
.TagClassName
{
border-color: #7DF211;
}
</style>