Shades of Mantis #6ED555
Tints of Mantis #6ED555
RGB
CMYK
RGB Variations
Color information
#6ED555 (or 0x6ED555) is known color: Mantis. HEX triplet: 6E, D5 and 55. RGB value is (110,213,85). Sum of RGB (Red+Green+Blue) = 110+213+85=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED555 is #912AAA. Grayscale: #A8A8A8. Windows color (decimal): -9513643 or 5625198. OLE color: 5625198.
HSL color Cylindrical-coordinate representation of color #6ED555: hue angle of 108.28º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6ED555 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 213 | 85 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.16 |
| HSL | 108.28º | 0.6% | 0.58% | - |
| HSV(B) | 108.28º | 0.6% | 0.84% | - |
| XYZ | 31.86 | 51.56 | 16.87 | - |
| YUV | 167.61 | 81.38 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 213 | 85 | 0.48 | 0 | 0.60 | 0.16 | 108.28 | 0.6 | 0.58 |
| Hex | 6E | D5 | 55 | 30 | 0 | 3C | 10 | 6C | 3C | 3A |
| Octal | 156 | 325 | 125 | 60 | 0 | 74 | 20 | 154 | 74 | 72 |
| Binary | 1101110 | 11010101 | 1010101 | 110000 | 0 | 111100 | 10000 | 1101100 | 111100 | 111010 |
Color Harmonies of #6ED555
Complementary color
Monochromatic Colors of #6ED555
Black with #6ED555
Text Example
Text Example
White with #6ED555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED555; }
p { color: rgb(110,213,85); }
H1.HeaderClassName
{
color: #6ED555;
}
.AnyTagClassName
{
color: #6ED555;
}
</style>
background-color css
<style>
a { background-color: #6ED555; }
a { background-color: rgb(110,213,85); }
div.DivClassName
{
background-color: #6ED555;
}
.BgClassName
{
background-color: #6ED555;
}
</style>
border-color css
<style>
span { border-color: #6ED555; }
span { border-color: rgb(110,213,85); }
td.TdClassName
{
border-color: #6ED555;
}
.TagClassName
{
border-color: #6ED555;
}
</style>