Shades of Mantis #6ED258
Tints of Mantis #6ED258
RGB
CMYK
RGB Variations
Color information
#6ED258 (or 0x6ED258) is known color: Mantis. HEX triplet: 6E, D2 and 58. RGB value is (110,210,88). Sum of RGB (Red+Green+Blue) = 110+210+88=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED258 is #912DA7. Grayscale: #A6A6A6. Windows color (decimal): -9514408 or 5821038. OLE color: 5821038.
HSL color Cylindrical-coordinate representation of color #6ED258: hue angle of 109.18º degrees, saturation: 0.58, 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 #6ED258 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 210 | 88 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.18 |
| HSL | 109.18º | 0.58% | 0.58% | - |
| HSV(B) | 109.18º | 0.58% | 0.82% | - |
| XYZ | 31.24 | 50.11 | 17.26 | - |
| YUV | 166.19 | 83.87 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 88 | 0.48 | 0 | 0.58 | 0.18 | 109.18 | 0.58 | 0.58 |
| Hex | 6E | D2 | 58 | 30 | 0 | 3A | 12 | 6D | 3A | 3A |
| Octal | 156 | 322 | 130 | 60 | 0 | 72 | 22 | 155 | 72 | 72 |
| Binary | 1101110 | 11010010 | 1011000 | 110000 | 0 | 111010 | 10010 | 1101101 | 111010 | 111010 |
Color Harmonies of #6ED258
Complementary color
Monochromatic Colors of #6ED258
Black with #6ED258
Text Example
Text Example
White with #6ED258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED258; }
p { color: rgb(110,210,88); }
H1.HeaderClassName
{
color: #6ED258;
}
.AnyTagClassName
{
color: #6ED258;
}
</style>
background-color css
<style>
a { background-color: #6ED258; }
a { background-color: rgb(110,210,88); }
div.DivClassName
{
background-color: #6ED258;
}
.BgClassName
{
background-color: #6ED258;
}
</style>
border-color css
<style>
span { border-color: #6ED258; }
span { border-color: rgb(110,210,88); }
td.TdClassName
{
border-color: #6ED258;
}
.TagClassName
{
border-color: #6ED258;
}
</style>