Shades of Lawn Green #7DDE10
Tints of Lawn Green #7DDE10
RGB
CMYK
RGB Variations
Color information
#7DDE10 (or 0x7DDE10) is known color: Lawn Green. HEX triplet: 7D, DE and 10. RGB value is (125,222,16). Sum of RGB (Red+Green+Blue) = 125+222+16=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDE10 is #8221EF. Grayscale: #AAAAAA. Windows color (decimal): -8528368 or 1105533. OLE color: 1105533.
HSL color Cylindrical-coordinate representation of color #7DDE10: hue angle of 88.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DDE10 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 222 | 16 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.13 |
| HSL | 88.25º | 0.87% | 0.47% | - |
| HSV(B) | 88.25º | 0.93% | 0.87% | - |
| XYZ | 34.67 | 56.64 | 9.6 | - |
| YUV | 169.51 | 41.36 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 222 | 16 | 0.44 | 0 | 0.93 | 0.13 | 88.25 | 0.87 | 0.47 |
| Hex | 7D | DE | 10 | 2C | 0 | 5D | D | 58 | 57 | 2F |
| Octal | 175 | 336 | 20 | 54 | 0 | 135 | 15 | 130 | 127 | 57 |
| Binary | 1111101 | 11011110 | 10000 | 101100 | 0 | 1011101 | 1101 | 1011000 | 1010111 | 101111 |
Color Harmonies of #7DDE10
Complementary color
Monochromatic Colors of #7DDE10
Black with #7DDE10
Text Example
Text Example
White with #7DDE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDE10; }
p { color: rgb(125,222,16); }
H1.HeaderClassName
{
color: #7DDE10;
}
.AnyTagClassName
{
color: #7DDE10;
}
</style>
background-color css
<style>
a { background-color: #7DDE10; }
a { background-color: rgb(125,222,16); }
div.DivClassName
{
background-color: #7DDE10;
}
.BgClassName
{
background-color: #7DDE10;
}
</style>
border-color css
<style>
span { border-color: #7DDE10; }
span { border-color: rgb(125,222,16); }
td.TdClassName
{
border-color: #7DDE10;
}
.TagClassName
{
border-color: #7DDE10;
}
</style>