Shades of Lawn Green #6DD70C
Tints of Lawn Green #6DD70C
RGB
CMYK
RGB Variations
Color information
#6DD70C (or 0x6DD70C) is known color: Lawn Green. HEX triplet: 6D, D7 and 0C. RGB value is (109,215,12). Sum of RGB (Red+Green+Blue) = 109+215+12=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DD70C is #9228F3. Grayscale: #A0A0A0. Windows color (decimal): -9578740 or 841581. OLE color: 841581.
HSL color Cylindrical-coordinate representation of color #6DD70C: hue angle of 91.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DD70C is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 215 | 12 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.16 |
| HSL | 91.33º | 0.89% | 0.45% | - |
| HSV(B) | 91.33º | 0.94% | 0.84% | - |
| XYZ | 30.67 | 51.88 | 8.74 | - |
| YUV | 160.16 | 44.38 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 12 | 0.49 | 0 | 0.94 | 0.16 | 91.33 | 0.89 | 0.45 |
| Hex | 6D | D7 | C | 31 | 0 | 5E | 10 | 5B | 59 | 2D |
| Octal | 155 | 327 | 14 | 61 | 0 | 136 | 20 | 133 | 131 | 55 |
| Binary | 1101101 | 11010111 | 1100 | 110001 | 0 | 1011110 | 10000 | 1011011 | 1011001 | 101101 |
Color Harmonies of #6DD70C
Complementary color
Monochromatic Colors of #6DD70C
Black with #6DD70C
Text Example
Text Example
White with #6DD70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD70C; }
p { color: rgb(109,215,12); }
H1.HeaderClassName
{
color: #6DD70C;
}
.AnyTagClassName
{
color: #6DD70C;
}
</style>
background-color css
<style>
a { background-color: #6DD70C; }
a { background-color: rgb(109,215,12); }
div.DivClassName
{
background-color: #6DD70C;
}
.BgClassName
{
background-color: #6DD70C;
}
</style>
border-color css
<style>
span { border-color: #6DD70C; }
span { border-color: rgb(109,215,12); }
td.TdClassName
{
border-color: #6DD70C;
}
.TagClassName
{
border-color: #6DD70C;
}
</style>