Shades of Lawn Green #7DDD08
Tints of Lawn Green #7DDD08
RGB
CMYK
RGB Variations
Color information
#7DDD08 (or 0x7DDD08) is known color: Lawn Green. HEX triplet: 7D, DD and 08. RGB value is (125,221,8). Sum of RGB (Red+Green+Blue) = 125+221+8=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDD08 is #8222F7. Grayscale: #A8A8A8. Windows color (decimal): -8528632 or 580989. OLE color: 580989.
HSL color Cylindrical-coordinate representation of color #7DDD08: hue angle of 87.04º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DDD08 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 8 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.13 |
| HSL | 87.04º | 0.93% | 0.45% | - |
| HSV(B) | 87.04º | 0.96% | 0.87% | - |
| XYZ | 34.36 | 56.09 | 9.25 | - |
| YUV | 168.01 | 37.7 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 8 | 0.43 | 0 | 0.96 | 0.13 | 87.04 | 0.93 | 0.45 |
| Hex | 7D | DD | 8 | 2B | 0 | 60 | D | 57 | 5D | 2D |
| Octal | 175 | 335 | 10 | 53 | 0 | 140 | 15 | 127 | 135 | 55 |
| Binary | 1111101 | 11011101 | 1000 | 101011 | 0 | 1100000 | 1101 | 1010111 | 1011101 | 101101 |
Color Harmonies of #7DDD08
Complementary color
Monochromatic Colors of #7DDD08
Black with #7DDD08
Text Example
Text Example
White with #7DDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD08; }
p { color: rgb(125,221,8); }
H1.HeaderClassName
{
color: #7DDD08;
}
.AnyTagClassName
{
color: #7DDD08;
}
</style>
background-color css
<style>
a { background-color: #7DDD08; }
a { background-color: rgb(125,221,8); }
div.DivClassName
{
background-color: #7DDD08;
}
.BgClassName
{
background-color: #7DDD08;
}
</style>
border-color css
<style>
span { border-color: #7DDD08; }
span { border-color: rgb(125,221,8); }
td.TdClassName
{
border-color: #7DDD08;
}
.TagClassName
{
border-color: #7DDD08;
}
</style>