Shades of Mantis #6ED058
Tints of Mantis #6ED058
RGB
CMYK
RGB Variations
Color information
#6ED058 (or 0x6ED058) is known color: Mantis. HEX triplet: 6E, D0 and 58. RGB value is (110,208,88). Sum of RGB (Red+Green+Blue) = 110+208+88=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED058 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED058 is #912FA7. Grayscale: #A5A5A5. Windows color (decimal): -9514920 or 5820526. OLE color: 5820526.
HSL color Cylindrical-coordinate representation of color #6ED058: hue angle of 109º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ED058 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 88 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.18 |
| HSL | 109º | 0.56% | 0.58% | - |
| HSV(B) | 109º | 0.58% | 0.82% | - |
| XYZ | 30.75 | 49.13 | 17.1 | - |
| YUV | 165.02 | 84.53 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 88 | 0.47 | 0 | 0.58 | 0.18 | 109 | 0.56 | 0.58 |
| Hex | 6E | D0 | 58 | 2F | 0 | 3A | 12 | 6D | 38 | 3A |
| Octal | 156 | 320 | 130 | 57 | 0 | 72 | 22 | 155 | 70 | 72 |
| Binary | 1101110 | 11010000 | 1011000 | 101111 | 0 | 111010 | 10010 | 1101101 | 111000 | 111010 |
Color Harmonies of #6ED058
Complementary color
Monochromatic Colors of #6ED058
Black with #6ED058
Text Example
Text Example
White with #6ED058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED058; }
p { color: rgb(110,208,88); }
H1.HeaderClassName
{
color: #6ED058;
}
.AnyTagClassName
{
color: #6ED058;
}
</style>
background-color css
<style>
a { background-color: #6ED058; }
a { background-color: rgb(110,208,88); }
div.DivClassName
{
background-color: #6ED058;
}
.BgClassName
{
background-color: #6ED058;
}
</style>
border-color css
<style>
span { border-color: #6ED058; }
span { border-color: rgb(110,208,88); }
td.TdClassName
{
border-color: #6ED058;
}
.TagClassName
{
border-color: #6ED058;
}
</style>