Shades of Lawn Green #6DDA12
Tints of Lawn Green #6DDA12
RGB
CMYK
RGB Variations
Color information
#6DDA12 (or 0x6DDA12) is known color: Lawn Green. HEX triplet: 6D, DA and 12. RGB value is (109,218,18). Sum of RGB (Red+Green+Blue) = 109+218+18=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DDA12 is #9225ED. Grayscale: #A3A3A3. Windows color (decimal): -9577966 or 1235565. OLE color: 1235565.
HSL color Cylindrical-coordinate representation of color #6DDA12: hue angle of 92.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DDA12 is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 18 | - |
| CMYK | 0.5 | 0 | 0.92 | 0.15 |
| HSL | 92.7º | 0.85% | 0.46% | - |
| HSV(B) | 92.7º | 0.92% | 0.85% | - |
| XYZ | 31.49 | 53.44 | 9.23 | - |
| YUV | 162.61 | 46.39 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 18 | 0.5 | 0 | 0.92 | 0.15 | 92.7 | 0.85 | 0.46 |
| Hex | 6D | DA | 12 | 32 | 0 | 5C | F | 5D | 55 | 2E |
| Octal | 155 | 332 | 22 | 62 | 0 | 134 | 17 | 135 | 125 | 56 |
| Binary | 1101101 | 11011010 | 10010 | 110010 | 0 | 1011100 | 1111 | 1011101 | 1010101 | 101110 |
Color Harmonies of #6DDA12
Complementary color
Monochromatic Colors of #6DDA12
Black with #6DDA12
Text Example
Text Example
White with #6DDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA12; }
p { color: rgb(109,218,18); }
H1.HeaderClassName
{
color: #6DDA12;
}
.AnyTagClassName
{
color: #6DDA12;
}
</style>
background-color css
<style>
a { background-color: #6DDA12; }
a { background-color: rgb(109,218,18); }
div.DivClassName
{
background-color: #6DDA12;
}
.BgClassName
{
background-color: #6DDA12;
}
</style>
border-color css
<style>
span { border-color: #6DDA12; }
span { border-color: rgb(109,218,18); }
td.TdClassName
{
border-color: #6DDA12;
}
.TagClassName
{
border-color: #6DDA12;
}
</style>