Shades of Lawn Green #7DF112
Tints of Lawn Green #7DF112
RGB
CMYK
RGB Variations
Color information
#7DF112 (or 0x7DF112) is known color: Lawn Green. HEX triplet: 7D, F1 and 12. RGB value is (125,241,18). Sum of RGB (Red+Green+Blue) = 125+241+18=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 241 (94.53% from 255 or 62.76% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF112 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF112 is #820EED. Grayscale: #B5B5B5. Windows color (decimal): -8523502 or 1241469. OLE color: 1241469.
HSL color Cylindrical-coordinate representation of color #7DF112: hue angle of 91.21º degrees, saturation: 0.89, 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 #7DF112 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 18 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.05 |
| HSL | 91.21º | 0.89% | 0.51% | - |
| HSV(B) | 91.21º | 0.93% | 0.95% | - |
| XYZ | 40.02 | 67.31 | 11.46 | - |
| YUV | 180.89 | 36.07 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 18 | 0.48 | 0 | 0.93 | 0.05 | 91.21 | 0.89 | 0.51 |
| Hex | 7D | F1 | 12 | 30 | 0 | 5D | 5 | 5B | 59 | 33 |
| Octal | 175 | 361 | 22 | 60 | 0 | 135 | 5 | 133 | 131 | 63 |
| Binary | 1111101 | 11110001 | 10010 | 110000 | 0 | 1011101 | 101 | 1011011 | 1011001 | 110011 |
Color Harmonies of #7DF112
Complementary color
Monochromatic Colors of #7DF112
Black with #7DF112
Text Example
Text Example
White with #7DF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF112; }
p { color: rgb(125,241,18); }
H1.HeaderClassName
{
color: #7DF112;
}
.AnyTagClassName
{
color: #7DF112;
}
</style>
background-color css
<style>
a { background-color: #7DF112; }
a { background-color: rgb(125,241,18); }
div.DivClassName
{
background-color: #7DF112;
}
.BgClassName
{
background-color: #7DF112;
}
</style>
border-color css
<style>
span { border-color: #7DF112; }
span { border-color: rgb(125,241,18); }
td.TdClassName
{
border-color: #7DF112;
}
.TagClassName
{
border-color: #7DF112;
}
</style>