Shades of Lawn Green #6DD80B
Tints of Lawn Green #6DD80B
RGB
CMYK
RGB Variations
Color information
#6DD80B (or 0x6DD80B) is known color: Lawn Green. HEX triplet: 6D, D8 and 0B. RGB value is (109,216,11). Sum of RGB (Red+Green+Blue) = 109+216+11=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DD80B is #9227F4. Grayscale: #A1A1A1. Windows color (decimal): -9578485 or 776301. OLE color: 776301.
HSL color Cylindrical-coordinate representation of color #6DD80B: hue angle of 91.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DD80B is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 11 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.15 |
| HSL | 91.32º | 0.9% | 0.45% | - |
| HSV(B) | 91.32º | 0.95% | 0.85% | - |
| XYZ | 30.92 | 52.39 | 8.8 | - |
| YUV | 160.64 | 43.55 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 11 | 0.50 | 0 | 0.95 | 0.15 | 91.32 | 0.9 | 0.45 |
| Hex | 6D | D8 | B | 32 | 0 | 5F | F | 5B | 5A | 2D |
| Octal | 155 | 330 | 13 | 62 | 0 | 137 | 17 | 133 | 132 | 55 |
| Binary | 1101101 | 11011000 | 1011 | 110010 | 0 | 1011111 | 1111 | 1011011 | 1011010 | 101101 |
Color Harmonies of #6DD80B
Complementary color
Monochromatic Colors of #6DD80B
Black with #6DD80B
Text Example
Text Example
White with #6DD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD80B; }
p { color: rgb(109,216,11); }
H1.HeaderClassName
{
color: #6DD80B;
}
.AnyTagClassName
{
color: #6DD80B;
}
</style>
background-color css
<style>
a { background-color: #6DD80B; }
a { background-color: rgb(109,216,11); }
div.DivClassName
{
background-color: #6DD80B;
}
.BgClassName
{
background-color: #6DD80B;
}
</style>
border-color css
<style>
span { border-color: #6DD80B; }
span { border-color: rgb(109,216,11); }
td.TdClassName
{
border-color: #6DD80B;
}
.TagClassName
{
border-color: #6DD80B;
}
</style>