Shades of Mantis #6EDB55
Tints of Mantis #6EDB55
RGB
CMYK
RGB Variations
Color information
#6EDB55 (or 0x6EDB55) is known color: Mantis. HEX triplet: 6E, DB and 55. RGB value is (110,219,85). Sum of RGB (Red+Green+Blue) = 110+219+85=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDB55 is #9124AA. Grayscale: #ABABAB. Windows color (decimal): -9512107 or 5626734. OLE color: 5626734.
HSL color Cylindrical-coordinate representation of color #6EDB55: hue angle of 108.81º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6EDB55 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 85 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.14 |
| HSL | 108.81º | 0.65% | 0.6% | - |
| HSV(B) | 108.81º | 0.61% | 0.86% | - |
| XYZ | 33.4 | 54.63 | 17.38 | - |
| YUV | 171.13 | 79.39 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 85 | 0.50 | 0 | 0.61 | 0.14 | 108.81 | 0.65 | 0.6 |
| Hex | 6E | DB | 55 | 32 | 0 | 3D | E | 6D | 41 | 3C |
| Octal | 156 | 333 | 125 | 62 | 0 | 75 | 16 | 155 | 101 | 74 |
| Binary | 1101110 | 11011011 | 1010101 | 110010 | 0 | 111101 | 1110 | 1101101 | 1000001 | 111100 |
Color Harmonies of #6EDB55
Complementary color
Monochromatic Colors of #6EDB55
Black with #6EDB55
Text Example
Text Example
White with #6EDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDB55; }
p { color: rgb(110,219,85); }
H1.HeaderClassName
{
color: #6EDB55;
}
.AnyTagClassName
{
color: #6EDB55;
}
</style>
background-color css
<style>
a { background-color: #6EDB55; }
a { background-color: rgb(110,219,85); }
div.DivClassName
{
background-color: #6EDB55;
}
.BgClassName
{
background-color: #6EDB55;
}
</style>
border-color css
<style>
span { border-color: #6EDB55; }
span { border-color: rgb(110,219,85); }
td.TdClassName
{
border-color: #6EDB55;
}
.TagClassName
{
border-color: #6EDB55;
}
</style>