Shades of Lawn Green #7DDB08
Tints of Lawn Green #7DDB08
RGB
CMYK
RGB Variations
Color information
#7DDB08 (or 0x7DDB08) is known color: Lawn Green. HEX triplet: 7D, DB and 08. RGB value is (125,219,8). Sum of RGB (Red+Green+Blue) = 125+219+8=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDB08 is #8224F7. Grayscale: #A7A7A7. Windows color (decimal): -8529144 or 580477. OLE color: 580477.
HSL color Cylindrical-coordinate representation of color #7DDB08: hue angle of 86.73º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DDB08 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 8 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.14 |
| HSL | 86.73º | 0.93% | 0.45% | - |
| HSV(B) | 86.73º | 0.96% | 0.86% | - |
| XYZ | 33.83 | 55.04 | 9.07 | - |
| YUV | 166.84 | 38.36 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 8 | 0.43 | 0 | 0.96 | 0.14 | 86.73 | 0.93 | 0.45 |
| Hex | 7D | DB | 8 | 2B | 0 | 60 | E | 57 | 5D | 2D |
| Octal | 175 | 333 | 10 | 53 | 0 | 140 | 16 | 127 | 135 | 55 |
| Binary | 1111101 | 11011011 | 1000 | 101011 | 0 | 1100000 | 1110 | 1010111 | 1011101 | 101101 |
Color Harmonies of #7DDB08
Complementary color
Monochromatic Colors of #7DDB08
Black with #7DDB08
Text Example
Text Example
White with #7DDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB08; }
p { color: rgb(125,219,8); }
H1.HeaderClassName
{
color: #7DDB08;
}
.AnyTagClassName
{
color: #7DDB08;
}
</style>
background-color css
<style>
a { background-color: #7DDB08; }
a { background-color: rgb(125,219,8); }
div.DivClassName
{
background-color: #7DDB08;
}
.BgClassName
{
background-color: #7DDB08;
}
</style>
border-color css
<style>
span { border-color: #7DDB08; }
span { border-color: rgb(125,219,8); }
td.TdClassName
{
border-color: #7DDB08;
}
.TagClassName
{
border-color: #7DDB08;
}
</style>