Shades of Lawn Green #7DDB13
Tints of Lawn Green #7DDB13
RGB
CMYK
RGB Variations
Color information
#7DDB13 (or 0x7DDB13) is known color: Lawn Green. HEX triplet: 7D, DB and 13. RGB value is (125,219,19). Sum of RGB (Red+Green+Blue) = 125+219+19=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDB13 is #8224EC. Grayscale: #A8A8A8. Windows color (decimal): -8529133 or 1301373. OLE color: 1301373.
HSL color Cylindrical-coordinate representation of color #7DDB13: hue angle of 88.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DDB13 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 19 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.14 |
| HSL | 88.2º | 0.84% | 0.47% | - |
| HSV(B) | 88.2º | 0.91% | 0.86% | - |
| XYZ | 33.91 | 55.07 | 9.46 | - |
| YUV | 168.09 | 43.86 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 19 | 0.43 | 0 | 0.91 | 0.14 | 88.2 | 0.84 | 0.47 |
| Hex | 7D | DB | 13 | 2B | 0 | 5B | E | 58 | 54 | 2F |
| Octal | 175 | 333 | 23 | 53 | 0 | 133 | 16 | 130 | 124 | 57 |
| Binary | 1111101 | 11011011 | 10011 | 101011 | 0 | 1011011 | 1110 | 1011000 | 1010100 | 101111 |
Color Harmonies of #7DDB13
Complementary color
Monochromatic Colors of #7DDB13
Black with #7DDB13
Text Example
Text Example
White with #7DDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB13; }
p { color: rgb(125,219,19); }
H1.HeaderClassName
{
color: #7DDB13;
}
.AnyTagClassName
{
color: #7DDB13;
}
</style>
background-color css
<style>
a { background-color: #7DDB13; }
a { background-color: rgb(125,219,19); }
div.DivClassName
{
background-color: #7DDB13;
}
.BgClassName
{
background-color: #7DDB13;
}
</style>
border-color css
<style>
span { border-color: #7DDB13; }
span { border-color: rgb(125,219,19); }
td.TdClassName
{
border-color: #7DDB13;
}
.TagClassName
{
border-color: #7DDB13;
}
</style>