Shades of Lawn Green #7DDD1B
Tints of Lawn Green #7DDD1B
RGB
CMYK
RGB Variations
Color information
#7DDD1B (or 0x7DDD1B) is known color: Lawn Green. HEX triplet: 7D, DD and 1B. RGB value is (125,221,27). Sum of RGB (Red+Green+Blue) = 125+221+27=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD1B is #8222E4. Grayscale: #AAAAAA. Windows color (decimal): -8528613 or 1826173. OLE color: 1826173.
HSL color Cylindrical-coordinate representation of color #7DDD1B: hue angle of 89.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DDD1B is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 27 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.13 |
| HSL | 89.69º | 0.78% | 0.49% | - |
| HSV(B) | 89.69º | 0.88% | 0.87% | - |
| XYZ | 34.51 | 56.15 | 10.06 | - |
| YUV | 170.18 | 47.2 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 27 | 0.43 | 0 | 0.88 | 0.13 | 89.69 | 0.78 | 0.49 |
| Hex | 7D | DD | 1B | 2B | 0 | 58 | D | 5A | 4E | 31 |
| Octal | 175 | 335 | 33 | 53 | 0 | 130 | 15 | 132 | 116 | 61 |
| Binary | 1111101 | 11011101 | 11011 | 101011 | 0 | 1011000 | 1101 | 1011010 | 1001110 | 110001 |
Color Harmonies of #7DDD1B
Complementary color
Monochromatic Colors of #7DDD1B
Black with #7DDD1B
Text Example
Text Example
White with #7DDD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD1B; }
p { color: rgb(125,221,27); }
H1.HeaderClassName
{
color: #7DDD1B;
}
.AnyTagClassName
{
color: #7DDD1B;
}
</style>
background-color css
<style>
a { background-color: #7DDD1B; }
a { background-color: rgb(125,221,27); }
div.DivClassName
{
background-color: #7DDD1B;
}
.BgClassName
{
background-color: #7DDD1B;
}
</style>
border-color css
<style>
span { border-color: #7DDD1B; }
span { border-color: rgb(125,221,27); }
td.TdClassName
{
border-color: #7DDD1B;
}
.TagClassName
{
border-color: #7DDD1B;
}
</style>