Shades of Mantis #6DDA56
Tints of Mantis #6DDA56
RGB
CMYK
RGB Variations
Color information
#6DDA56 (or 0x6DDA56) is known color: Mantis. HEX triplet: 6D, DA and 56. RGB value is (109,218,86). Sum of RGB (Red+Green+Blue) = 109+218+86=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDA56 is #9225A9. Grayscale: #AAAAAA. Windows color (decimal): -9577898 or 5692013. OLE color: 5692013.
HSL color Cylindrical-coordinate representation of color #6DDA56: hue angle of 109.55º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DDA56 is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 86 | - |
| CMYK | 0.5 | 0 | 0.61 | 0.15 |
| HSL | 109.55º | 0.64% | 0.6% | - |
| HSV(B) | 109.55º | 0.61% | 0.85% | - |
| XYZ | 33.06 | 54.07 | 17.5 | - |
| YUV | 170.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 86 | 0.5 | 0 | 0.61 | 0.15 | 109.55 | 0.64 | 0.6 |
| Hex | 6D | DA | 56 | 32 | 0 | 3D | F | 6E | 40 | 3C |
| Octal | 155 | 332 | 126 | 62 | 0 | 75 | 17 | 156 | 100 | 74 |
| Binary | 1101101 | 11011010 | 1010110 | 110010 | 0 | 111101 | 1111 | 1101110 | 1000000 | 111100 |
Color Harmonies of #6DDA56
Complementary color
Monochromatic Colors of #6DDA56
Black with #6DDA56
Text Example
Text Example
White with #6DDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA56; }
p { color: rgb(109,218,86); }
H1.HeaderClassName
{
color: #6DDA56;
}
.AnyTagClassName
{
color: #6DDA56;
}
</style>
background-color css
<style>
a { background-color: #6DDA56; }
a { background-color: rgb(109,218,86); }
div.DivClassName
{
background-color: #6DDA56;
}
.BgClassName
{
background-color: #6DDA56;
}
</style>
border-color css
<style>
span { border-color: #6DDA56; }
span { border-color: rgb(109,218,86); }
td.TdClassName
{
border-color: #6DDA56;
}
.TagClassName
{
border-color: #6DDA56;
}
</style>