Shades of Lawn Green #7DF513
Tints of Lawn Green #7DF513
RGB
CMYK
RGB Variations
Color information
#7DF513 (or 0x7DF513) is known color: Lawn Green. HEX triplet: 7D, F5 and 13. RGB value is (125,245,19). Sum of RGB (Red+Green+Blue) = 125+245+19=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 245 (96.09% from 255 or 62.98% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF513 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF513 is #820AEC. Grayscale: #B8B8B8. Windows color (decimal): -8522477 or 1308029. OLE color: 1308029.
HSL color Cylindrical-coordinate representation of color #7DF513: hue angle of 91.86º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DF513 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 19 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.04 |
| HSL | 91.86º | 0.92% | 0.52% | - |
| HSV(B) | 91.86º | 0.92% | 0.96% | - |
| XYZ | 41.23 | 69.71 | 11.9 | - |
| YUV | 183.36 | 35.24 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 19 | 0.49 | 0 | 0.92 | 0.04 | 91.86 | 0.92 | 0.52 |
| Hex | 7D | F5 | 13 | 31 | 0 | 5C | 4 | 5C | 5C | 34 |
| Octal | 175 | 365 | 23 | 61 | 0 | 134 | 4 | 134 | 134 | 64 |
| Binary | 1111101 | 11110101 | 10011 | 110001 | 0 | 1011100 | 100 | 1011100 | 1011100 | 110100 |
Color Harmonies of #7DF513
Complementary color
Monochromatic Colors of #7DF513
Black with #7DF513
Text Example
Text Example
White with #7DF513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF513; }
p { color: rgb(125,245,19); }
H1.HeaderClassName
{
color: #7DF513;
}
.AnyTagClassName
{
color: #7DF513;
}
</style>
background-color css
<style>
a { background-color: #7DF513; }
a { background-color: rgb(125,245,19); }
div.DivClassName
{
background-color: #7DF513;
}
.BgClassName
{
background-color: #7DF513;
}
</style>
border-color css
<style>
span { border-color: #7DF513; }
span { border-color: rgb(125,245,19); }
td.TdClassName
{
border-color: #7DF513;
}
.TagClassName
{
border-color: #7DF513;
}
</style>