Shades of Mantis #6DDB45
Tints of Mantis #6DDB45
RGB
CMYK
RGB Variations
Color information
#6DDB45 (or 0x6DDB45) is known color: Mantis. HEX triplet: 6D, DB and 45. RGB value is (109,219,69). Sum of RGB (Red+Green+Blue) = 109+219+69=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDB45 is #9224BA. Grayscale: #A9A9A9. Windows color (decimal): -9577659 or 4578157. OLE color: 4578157.
HSL color Cylindrical-coordinate representation of color #6DDB45: hue angle of 104º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DDB45 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 69 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.14 |
| HSL | 104º | 0.68% | 0.56% | - |
| HSV(B) | 104º | 0.68% | 0.86% | - |
| XYZ | 32.71 | 54.34 | 14.4 | - |
| YUV | 169.01 | 71.56 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 69 | 0.50 | 0 | 0.68 | 0.14 | 104 | 0.68 | 0.56 |
| Hex | 6D | DB | 45 | 32 | 0 | 44 | E | 68 | 44 | 38 |
| Octal | 155 | 333 | 105 | 62 | 0 | 104 | 16 | 150 | 104 | 70 |
| Binary | 1101101 | 11011011 | 1000101 | 110010 | 0 | 1000100 | 1110 | 1101000 | 1000100 | 111000 |
Color Harmonies of #6DDB45
Complementary color
Monochromatic Colors of #6DDB45
Black with #6DDB45
Text Example
Text Example
White with #6DDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDB45; }
p { color: rgb(109,219,69); }
H1.HeaderClassName
{
color: #6DDB45;
}
.AnyTagClassName
{
color: #6DDB45;
}
</style>
background-color css
<style>
a { background-color: #6DDB45; }
a { background-color: rgb(109,219,69); }
div.DivClassName
{
background-color: #6DDB45;
}
.BgClassName
{
background-color: #6DDB45;
}
</style>
border-color css
<style>
span { border-color: #6DDB45; }
span { border-color: rgb(109,219,69); }
td.TdClassName
{
border-color: #6DDB45;
}
.TagClassName
{
border-color: #6DDB45;
}
</style>