Shades of Mantis #6DDA45
Tints of Mantis #6DDA45
RGB
CMYK
RGB Variations
Color information
#6DDA45 (or 0x6DDA45) is known color: Mantis. HEX triplet: 6D, DA and 45. RGB value is (109,218,69). Sum of RGB (Red+Green+Blue) = 109+218+69=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDA45 is #9225BA. Grayscale: #A8A8A8. Windows color (decimal): -9577915 or 4577901. OLE color: 4577901.
HSL color Cylindrical-coordinate representation of color #6DDA45: hue angle of 103.89º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DDA45 is Cyan = 0.5, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 69 | - |
| CMYK | 0.5 | 0 | 0.68 | 0.15 |
| HSL | 103.89º | 0.67% | 0.56% | - |
| HSV(B) | 103.89º | 0.68% | 0.85% | - |
| XYZ | 32.45 | 53.82 | 14.31 | - |
| YUV | 168.42 | 71.89 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 69 | 0.5 | 0 | 0.68 | 0.15 | 103.89 | 0.67 | 0.56 |
| Hex | 6D | DA | 45 | 32 | 0 | 44 | F | 68 | 43 | 38 |
| Octal | 155 | 332 | 105 | 62 | 0 | 104 | 17 | 150 | 103 | 70 |
| Binary | 1101101 | 11011010 | 1000101 | 110010 | 0 | 1000100 | 1111 | 1101000 | 1000011 | 111000 |
Color Harmonies of #6DDA45
Complementary color
Monochromatic Colors of #6DDA45
Black with #6DDA45
Text Example
Text Example
White with #6DDA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA45; }
p { color: rgb(109,218,69); }
H1.HeaderClassName
{
color: #6DDA45;
}
.AnyTagClassName
{
color: #6DDA45;
}
</style>
background-color css
<style>
a { background-color: #6DDA45; }
a { background-color: rgb(109,218,69); }
div.DivClassName
{
background-color: #6DDA45;
}
.BgClassName
{
background-color: #6DDA45;
}
</style>
border-color css
<style>
span { border-color: #6DDA45; }
span { border-color: rgb(109,218,69); }
td.TdClassName
{
border-color: #6DDA45;
}
.TagClassName
{
border-color: #6DDA45;
}
</style>