Shades of Mantis #6ED655
Tints of Mantis #6ED655
RGB
CMYK
RGB Variations
Color information
#6ED655 (or 0x6ED655) is known color: Mantis. HEX triplet: 6E, D6 and 55. RGB value is (110,214,85). Sum of RGB (Red+Green+Blue) = 110+214+85=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED655 is #9129AA. Grayscale: #A8A8A8. Windows color (decimal): -9513387 or 5625454. OLE color: 5625454.
HSL color Cylindrical-coordinate representation of color #6ED655: hue angle of 108.37º 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 #6ED655 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 85 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.16 |
| HSL | 108.37º | 0.61% | 0.59% | - |
| HSV(B) | 108.37º | 0.6% | 0.84% | - |
| XYZ | 32.12 | 52.06 | 16.95 | - |
| YUV | 168.2 | 81.04 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 85 | 0.49 | 0 | 0.60 | 0.16 | 108.37 | 0.61 | 0.59 |
| Hex | 6E | D6 | 55 | 31 | 0 | 3C | 10 | 6C | 3D | 3B |
| Octal | 156 | 326 | 125 | 61 | 0 | 74 | 20 | 154 | 75 | 73 |
| Binary | 1101110 | 11010110 | 1010101 | 110001 | 0 | 111100 | 10000 | 1101100 | 111101 | 111011 |
Color Harmonies of #6ED655
Complementary color
Monochromatic Colors of #6ED655
Black with #6ED655
Text Example
Text Example
White with #6ED655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED655; }
p { color: rgb(110,214,85); }
H1.HeaderClassName
{
color: #6ED655;
}
.AnyTagClassName
{
color: #6ED655;
}
</style>
background-color css
<style>
a { background-color: #6ED655; }
a { background-color: rgb(110,214,85); }
div.DivClassName
{
background-color: #6ED655;
}
.BgClassName
{
background-color: #6ED655;
}
</style>
border-color css
<style>
span { border-color: #6ED655; }
span { border-color: rgb(110,214,85); }
td.TdClassName
{
border-color: #6ED655;
}
.TagClassName
{
border-color: #6ED655;
}
</style>