Shades of Lawn Green #6DDD10
Tints of Lawn Green #6DDD10
RGB
CMYK
RGB Variations
Color information
#6DDD10 (or 0x6DDD10) is known color: Lawn Green. HEX triplet: 6D, DD and 10. RGB value is (109,221,16). Sum of RGB (Red+Green+Blue) = 109+221+16=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DDD10 is #9222EF. Grayscale: #A4A4A4. Windows color (decimal): -9577200 or 1105261. OLE color: 1105261.
HSL color Cylindrical-coordinate representation of color #6DDD10: hue angle of 92.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DDD10 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 16 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.13 |
| HSL | 92.78º | 0.86% | 0.46% | - |
| HSV(B) | 92.78º | 0.93% | 0.87% | - |
| XYZ | 32.26 | 55 | 9.41 | - |
| YUV | 164.14 | 44.39 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 16 | 0.51 | 0 | 0.93 | 0.13 | 92.78 | 0.86 | 0.46 |
| Hex | 6D | DD | 10 | 33 | 0 | 5D | D | 5D | 56 | 2E |
| Octal | 155 | 335 | 20 | 63 | 0 | 135 | 15 | 135 | 126 | 56 |
| Binary | 1101101 | 11011101 | 10000 | 110011 | 0 | 1011101 | 1101 | 1011101 | 1010110 | 101110 |
Color Harmonies of #6DDD10
Complementary color
Monochromatic Colors of #6DDD10
Black with #6DDD10
Text Example
Text Example
White with #6DDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD10; }
p { color: rgb(109,221,16); }
H1.HeaderClassName
{
color: #6DDD10;
}
.AnyTagClassName
{
color: #6DDD10;
}
</style>
background-color css
<style>
a { background-color: #6DDD10; }
a { background-color: rgb(109,221,16); }
div.DivClassName
{
background-color: #6DDD10;
}
.BgClassName
{
background-color: #6DDD10;
}
</style>
border-color css
<style>
span { border-color: #6DDD10; }
span { border-color: rgb(109,221,16); }
td.TdClassName
{
border-color: #6DDD10;
}
.TagClassName
{
border-color: #6DDD10;
}
</style>