Shades of Mantis #6EDA55
Tints of Mantis #6EDA55
RGB
CMYK
RGB Variations
Color information
#6EDA55 (or 0x6EDA55) is known color: Mantis. HEX triplet: 6E, DA and 55. RGB value is (110,218,85). Sum of RGB (Red+Green+Blue) = 110+218+85=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDA55 is #9125AA. Grayscale: #AAAAAA. Windows color (decimal): -9512363 or 5626478. OLE color: 5626478.
HSL color Cylindrical-coordinate representation of color #6EDA55: hue angle of 108.72º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6EDA55 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 85 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.15 |
| HSL | 108.72º | 0.64% | 0.59% | - |
| HSV(B) | 108.72º | 0.61% | 0.85% | - |
| XYZ | 33.14 | 54.11 | 17.29 | - |
| YUV | 170.55 | 79.72 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 85 | 0.50 | 0 | 0.61 | 0.15 | 108.72 | 0.64 | 0.59 |
| Hex | 6E | DA | 55 | 32 | 0 | 3D | F | 6D | 40 | 3B |
| Octal | 156 | 332 | 125 | 62 | 0 | 75 | 17 | 155 | 100 | 73 |
| Binary | 1101110 | 11011010 | 1010101 | 110010 | 0 | 111101 | 1111 | 1101101 | 1000000 | 111011 |
Color Harmonies of #6EDA55
Complementary color
Monochromatic Colors of #6EDA55
Black with #6EDA55
Text Example
Text Example
White with #6EDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA55; }
p { color: rgb(110,218,85); }
H1.HeaderClassName
{
color: #6EDA55;
}
.AnyTagClassName
{
color: #6EDA55;
}
</style>
background-color css
<style>
a { background-color: #6EDA55; }
a { background-color: rgb(110,218,85); }
div.DivClassName
{
background-color: #6EDA55;
}
.BgClassName
{
background-color: #6EDA55;
}
</style>
border-color css
<style>
span { border-color: #6EDA55; }
span { border-color: rgb(110,218,85); }
td.TdClassName
{
border-color: #6EDA55;
}
.TagClassName
{
border-color: #6EDA55;
}
</style>