Shades of Mantis #6DDD56
Tints of Mantis #6DDD56
RGB
CMYK
RGB Variations
Color information
#6DDD56 (or 0x6DDD56) is known color: Mantis. HEX triplet: 6D, DD and 56. RGB value is (109,221,86). Sum of RGB (Red+Green+Blue) = 109+221+86=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDD56 is #9222A9. Grayscale: #ACACAC. Windows color (decimal): -9577130 or 5692781. OLE color: 5692781.
HSL color Cylindrical-coordinate representation of color #6DDD56: hue angle of 109.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DDD56 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 86 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.13 |
| HSL | 109.78º | 0.67% | 0.6% | - |
| HSV(B) | 109.78º | 0.61% | 0.87% | - |
| XYZ | 33.84 | 55.64 | 17.76 | - |
| YUV | 172.12 | 79.39 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 86 | 0.51 | 0 | 0.61 | 0.13 | 109.78 | 0.67 | 0.6 |
| Hex | 6D | DD | 56 | 33 | 0 | 3D | D | 6E | 43 | 3C |
| Octal | 155 | 335 | 126 | 63 | 0 | 75 | 15 | 156 | 103 | 74 |
| Binary | 1101101 | 11011101 | 1010110 | 110011 | 0 | 111101 | 1101 | 1101110 | 1000011 | 111100 |
Color Harmonies of #6DDD56
Complementary color
Monochromatic Colors of #6DDD56
Black with #6DDD56
Text Example
Text Example
White with #6DDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD56; }
p { color: rgb(109,221,86); }
H1.HeaderClassName
{
color: #6DDD56;
}
.AnyTagClassName
{
color: #6DDD56;
}
</style>
background-color css
<style>
a { background-color: #6DDD56; }
a { background-color: rgb(109,221,86); }
div.DivClassName
{
background-color: #6DDD56;
}
.BgClassName
{
background-color: #6DDD56;
}
</style>
border-color css
<style>
span { border-color: #6DDD56; }
span { border-color: rgb(109,221,86); }
td.TdClassName
{
border-color: #6DDD56;
}
.TagClassName
{
border-color: #6DDD56;
}
</style>