Shades of Lawn Green #6DDD01
Tints of Lawn Green #6DDD01
RGB
CMYK
RGB Variations
Color information
#6DDD01 (or 0x6DDD01) is known color: Lawn Green. HEX triplet: 6D, DD and 01. RGB value is (109,221,1). Sum of RGB (Red+Green+Blue) = 109+221+1=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DDD01 is #9222FE. Grayscale: #A3A3A3. Windows color (decimal): -9577215 or 122221. OLE color: 122221.
HSL color Cylindrical-coordinate representation of color #6DDD01: hue angle of 90.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DDD01 is Cyan = 0.51, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 1 | - |
| CMYK | 0.51 | 0 | 1.00 | 0.13 |
| HSL | 90.55º | 0.99% | 0.44% | - |
| HSV(B) | 90.55º | 1% | 0.87% | - |
| XYZ | 32.17 | 54.97 | 8.94 | - |
| YUV | 162.43 | 36.89 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 1 | 0.51 | 0 | 1.00 | 0.13 | 90.55 | 0.99 | 0.44 |
| Hex | 6D | DD | 1 | 33 | 0 | 64 | D | 5B | 63 | 2C |
| Octal | 155 | 335 | 1 | 63 | 0 | 144 | 15 | 133 | 143 | 54 |
| Binary | 1101101 | 11011101 | 1 | 110011 | 0 | 1100100 | 1101 | 1011011 | 1100011 | 101100 |
Color Harmonies of #6DDD01
Complementary color
Monochromatic Colors of #6DDD01
Black with #6DDD01
Text Example
Text Example
White with #6DDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD01; }
p { color: rgb(109,221,1); }
H1.HeaderClassName
{
color: #6DDD01;
}
.AnyTagClassName
{
color: #6DDD01;
}
</style>
background-color css
<style>
a { background-color: #6DDD01; }
a { background-color: rgb(109,221,1); }
div.DivClassName
{
background-color: #6DDD01;
}
.BgClassName
{
background-color: #6DDD01;
}
</style>
border-color css
<style>
span { border-color: #6DDD01; }
span { border-color: rgb(109,221,1); }
td.TdClassName
{
border-color: #6DDD01;
}
.TagClassName
{
border-color: #6DDD01;
}
</style>