Shades of Lawn Green #6DDB02
Tints of Lawn Green #6DDB02
RGB
CMYK
RGB Variations
Color information
#6DDB02 (or 0x6DDB02) is known color: Lawn Green. HEX triplet: 6D, DB and 02. RGB value is (109,219,2). Sum of RGB (Red+Green+Blue) = 109+219+2=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 219 (85.94% from 255 or 66.36% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DDB02 is #9224FD. Grayscale: #A2A2A2. Windows color (decimal): -9577726 or 187245. OLE color: 187245.
HSL color Cylindrical-coordinate representation of color #6DDB02: hue angle of 90.41º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DDB02 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.14 |
| HSL | 90.41º | 0.98% | 0.43% | - |
| HSV(B) | 90.41º | 0.99% | 0.86% | - |
| XYZ | 31.65 | 53.92 | 8.8 | - |
| YUV | 161.37 | 38.06 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 2 | 0.50 | 0 | 0.99 | 0.14 | 90.41 | 0.98 | 0.43 |
| Hex | 6D | DB | 2 | 32 | 0 | 63 | E | 5A | 62 | 2B |
| Octal | 155 | 333 | 2 | 62 | 0 | 143 | 16 | 132 | 142 | 53 |
| Binary | 1101101 | 11011011 | 10 | 110010 | 0 | 1100011 | 1110 | 1011010 | 1100010 | 101011 |
Color Harmonies of #6DDB02
Complementary color
Monochromatic Colors of #6DDB02
Black with #6DDB02
Text Example
Text Example
White with #6DDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDB02; }
p { color: rgb(109,219,2); }
H1.HeaderClassName
{
color: #6DDB02;
}
.AnyTagClassName
{
color: #6DDB02;
}
</style>
background-color css
<style>
a { background-color: #6DDB02; }
a { background-color: rgb(109,219,2); }
div.DivClassName
{
background-color: #6DDB02;
}
.BgClassName
{
background-color: #6DDB02;
}
</style>
border-color css
<style>
span { border-color: #6DDB02; }
span { border-color: rgb(109,219,2); }
td.TdClassName
{
border-color: #6DDB02;
}
.TagClassName
{
border-color: #6DDB02;
}
</style>