Shades of Lawn Green #7DF812
Tints of Lawn Green #7DF812
RGB
CMYK
RGB Variations
Color information
#7DF812 (or 0x7DF812) is known color: Lawn Green. HEX triplet: 7D, F8 and 12. RGB value is (125,248,18). Sum of RGB (Red+Green+Blue) = 125+248+18=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF812 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF812 is #8207ED. Grayscale: #B9B9B9. Windows color (decimal): -8521710 or 1243261. OLE color: 1243261.
HSL color Cylindrical-coordinate representation of color #7DF812: hue angle of 92.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DF812 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 18 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.03 |
| HSL | 92.09º | 0.94% | 0.52% | - |
| HSV(B) | 92.09º | 0.93% | 0.97% | - |
| XYZ | 42.13 | 71.54 | 12.16 | - |
| YUV | 185 | 33.75 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 18 | 0.50 | 0 | 0.93 | 0.03 | 92.09 | 0.94 | 0.52 |
| Hex | 7D | F8 | 12 | 32 | 0 | 5D | 3 | 5C | 5E | 34 |
| Octal | 175 | 370 | 22 | 62 | 0 | 135 | 3 | 134 | 136 | 64 |
| Binary | 1111101 | 11111000 | 10010 | 110010 | 0 | 1011101 | 11 | 1011100 | 1011110 | 110100 |
Color Harmonies of #7DF812
Complementary color
Monochromatic Colors of #7DF812
Black with #7DF812
Text Example
Text Example
White with #7DF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF812; }
p { color: rgb(125,248,18); }
H1.HeaderClassName
{
color: #7DF812;
}
.AnyTagClassName
{
color: #7DF812;
}
</style>
background-color css
<style>
a { background-color: #7DF812; }
a { background-color: rgb(125,248,18); }
div.DivClassName
{
background-color: #7DF812;
}
.BgClassName
{
background-color: #7DF812;
}
</style>
border-color css
<style>
span { border-color: #7DF812; }
span { border-color: rgb(125,248,18); }
td.TdClassName
{
border-color: #7DF812;
}
.TagClassName
{
border-color: #7DF812;
}
</style>