Shades of Lawn Green #7DF210
Tints of Lawn Green #7DF210
RGB
CMYK
RGB Variations
Color information
#7DF210 (or 0x7DF210) is known color: Lawn Green. HEX triplet: 7D, F2 and 10. RGB value is (125,242,16). Sum of RGB (Red+Green+Blue) = 125+242+16=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF210 is #820DEF. Grayscale: #B6B6B6. Windows color (decimal): -8523248 or 1110653. OLE color: 1110653.
HSL color Cylindrical-coordinate representation of color #7DF210: hue angle of 91.06º 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 #7DF210 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 16 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.05 |
| HSL | 91.06º | 0.9% | 0.51% | - |
| HSV(B) | 91.06º | 0.93% | 0.95% | - |
| XYZ | 40.3 | 67.9 | 11.47 | - |
| YUV | 181.25 | 34.74 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 16 | 0.48 | 0 | 0.93 | 0.05 | 91.06 | 0.9 | 0.51 |
| Hex | 7D | F2 | 10 | 30 | 0 | 5D | 5 | 5B | 5A | 33 |
| Octal | 175 | 362 | 20 | 60 | 0 | 135 | 5 | 133 | 132 | 63 |
| Binary | 1111101 | 11110010 | 10000 | 110000 | 0 | 1011101 | 101 | 1011011 | 1011010 | 110011 |
Color Harmonies of #7DF210
Complementary color
Monochromatic Colors of #7DF210
Black with #7DF210
Text Example
Text Example
White with #7DF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF210; }
p { color: rgb(125,242,16); }
H1.HeaderClassName
{
color: #7DF210;
}
.AnyTagClassName
{
color: #7DF210;
}
</style>
background-color css
<style>
a { background-color: #7DF210; }
a { background-color: rgb(125,242,16); }
div.DivClassName
{
background-color: #7DF210;
}
.BgClassName
{
background-color: #7DF210;
}
</style>
border-color css
<style>
span { border-color: #7DF210; }
span { border-color: rgb(125,242,16); }
td.TdClassName
{
border-color: #7DF210;
}
.TagClassName
{
border-color: #7DF210;
}
</style>