Shades of Lawn Green #7DF00A
Tints of Lawn Green #7DF00A
RGB
CMYK
RGB Variations
Color information
#7DF00A (or 0x7DF00A) is known color: Lawn Green. HEX triplet: 7D, F0 and 0A. RGB value is (125,240,10). Sum of RGB (Red+Green+Blue) = 125+240+10=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF00A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF00A is #820FF5. Grayscale: #B4B4B4. Windows color (decimal): -8523766 or 716925. OLE color: 716925.
HSL color Cylindrical-coordinate representation of color #7DF00A: hue angle of 90º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DF00A is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 10 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.06 |
| HSL | 90º | 0.92% | 0.49% | - |
| HSV(B) | 90º | 0.96% | 0.94% | - |
| XYZ | 39.67 | 66.7 | 11.07 | - |
| YUV | 179.4 | 32.4 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 10 | 0.48 | 0 | 0.96 | 0.06 | 90 | 0.92 | 0.49 |
| Hex | 7D | F0 | A | 30 | 0 | 60 | 6 | 5A | 5C | 31 |
| Octal | 175 | 360 | 12 | 60 | 0 | 140 | 6 | 132 | 134 | 61 |
| Binary | 1111101 | 11110000 | 1010 | 110000 | 0 | 1100000 | 110 | 1011010 | 1011100 | 110001 |
Color Harmonies of #7DF00A
Complementary color
Monochromatic Colors of #7DF00A
Black with #7DF00A
Text Example
Text Example
White with #7DF00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF00A; }
p { color: rgb(125,240,10); }
H1.HeaderClassName
{
color: #7DF00A;
}
.AnyTagClassName
{
color: #7DF00A;
}
</style>
background-color css
<style>
a { background-color: #7DF00A; }
a { background-color: rgb(125,240,10); }
div.DivClassName
{
background-color: #7DF00A;
}
.BgClassName
{
background-color: #7DF00A;
}
</style>
border-color css
<style>
span { border-color: #7DF00A; }
span { border-color: rgb(125,240,10); }
td.TdClassName
{
border-color: #7DF00A;
}
.TagClassName
{
border-color: #7DF00A;
}
</style>