Shades of Mantis #6ED656
Tints of Mantis #6ED656
RGB
CMYK
RGB Variations
Color information
#6ED656 (or 0x6ED656) is known color: Mantis. HEX triplet: 6E, D6 and 56. RGB value is (110,214,86). Sum of RGB (Red+Green+Blue) = 110+214+86=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED656 is #9129A9. Grayscale: #A8A8A8. Windows color (decimal): -9513386 or 5690990. OLE color: 5690990.
HSL color Cylindrical-coordinate representation of color #6ED656: hue angle of 108.75º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6ED656 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 86 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.16 |
| HSL | 108.75º | 0.61% | 0.59% | - |
| HSV(B) | 108.75º | 0.6% | 0.84% | - |
| XYZ | 32.16 | 52.08 | 17.16 | - |
| YUV | 168.31 | 81.54 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 86 | 0.49 | 0 | 0.60 | 0.16 | 108.75 | 0.61 | 0.59 |
| Hex | 6E | D6 | 56 | 31 | 0 | 3C | 10 | 6D | 3D | 3B |
| Octal | 156 | 326 | 126 | 61 | 0 | 74 | 20 | 155 | 75 | 73 |
| Binary | 1101110 | 11010110 | 1010110 | 110001 | 0 | 111100 | 10000 | 1101101 | 111101 | 111011 |
Color Harmonies of #6ED656
Complementary color
Monochromatic Colors of #6ED656
Black with #6ED656
Text Example
Text Example
White with #6ED656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED656; }
p { color: rgb(110,214,86); }
H1.HeaderClassName
{
color: #6ED656;
}
.AnyTagClassName
{
color: #6ED656;
}
</style>
background-color css
<style>
a { background-color: #6ED656; }
a { background-color: rgb(110,214,86); }
div.DivClassName
{
background-color: #6ED656;
}
.BgClassName
{
background-color: #6ED656;
}
</style>
border-color css
<style>
span { border-color: #6ED656; }
span { border-color: rgb(110,214,86); }
td.TdClassName
{
border-color: #6ED656;
}
.TagClassName
{
border-color: #6ED656;
}
</style>