Shades of Mantis #6ED255
Tints of Mantis #6ED255
RGB
CMYK
RGB Variations
Color information
#6ED255 (or 0x6ED255) is known color: Mantis. HEX triplet: 6E, D2 and 55. RGB value is (110,210,85). Sum of RGB (Red+Green+Blue) = 110+210+85=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED255 is #912DAA. Grayscale: #A6A6A6. Windows color (decimal): -9514411 or 5624430. OLE color: 5624430.
HSL color Cylindrical-coordinate representation of color #6ED255: hue angle of 108º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6ED255 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 210 | 85 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.18 |
| HSL | 108º | 0.58% | 0.58% | - |
| HSV(B) | 108º | 0.6% | 0.82% | - |
| XYZ | 31.12 | 50.06 | 16.62 | - |
| YUV | 165.85 | 82.37 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 85 | 0.48 | 0 | 0.60 | 0.18 | 108 | 0.58 | 0.58 |
| Hex | 6E | D2 | 55 | 30 | 0 | 3C | 12 | 6C | 3A | 3A |
| Octal | 156 | 322 | 125 | 60 | 0 | 74 | 22 | 154 | 72 | 72 |
| Binary | 1101110 | 11010010 | 1010101 | 110000 | 0 | 111100 | 10010 | 1101100 | 111010 | 111010 |
Color Harmonies of #6ED255
Complementary color
Monochromatic Colors of #6ED255
Black with #6ED255
Text Example
Text Example
White with #6ED255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED255; }
p { color: rgb(110,210,85); }
H1.HeaderClassName
{
color: #6ED255;
}
.AnyTagClassName
{
color: #6ED255;
}
</style>
background-color css
<style>
a { background-color: #6ED255; }
a { background-color: rgb(110,210,85); }
div.DivClassName
{
background-color: #6ED255;
}
.BgClassName
{
background-color: #6ED255;
}
</style>
border-color css
<style>
span { border-color: #6ED255; }
span { border-color: rgb(110,210,85); }
td.TdClassName
{
border-color: #6ED255;
}
.TagClassName
{
border-color: #6ED255;
}
</style>