Shades of Mantis #6ED05E
Tints of Mantis #6ED05E
RGB
CMYK
RGB Variations
Color information
#6ED05E (or 0x6ED05E) is known color: Mantis. HEX triplet: 6E, D0 and 5E. RGB value is (110,208,94). Sum of RGB (Red+Green+Blue) = 110+208+94=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED05E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED05E is #912FA1. Grayscale: #A6A6A6. Windows color (decimal): -9514914 or 6213742. OLE color: 6213742.
HSL color Cylindrical-coordinate representation of color #6ED05E: hue angle of 111.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ED05E is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 94 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.18 |
| HSL | 111.58º | 0.55% | 0.59% | - |
| HSV(B) | 111.58º | 0.55% | 0.82% | - |
| XYZ | 31.01 | 49.23 | 18.46 | - |
| YUV | 165.7 | 87.53 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 94 | 0.47 | 0 | 0.55 | 0.18 | 111.58 | 0.55 | 0.59 |
| Hex | 6E | D0 | 5E | 2F | 0 | 37 | 12 | 70 | 37 | 3B |
| Octal | 156 | 320 | 136 | 57 | 0 | 67 | 22 | 160 | 67 | 73 |
| Binary | 1101110 | 11010000 | 1011110 | 101111 | 0 | 110111 | 10010 | 1110000 | 110111 | 111011 |
Color Harmonies of #6ED05E
Complementary color
Monochromatic Colors of #6ED05E
Black with #6ED05E
Text Example
Text Example
White with #6ED05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED05E; }
p { color: rgb(110,208,94); }
H1.HeaderClassName
{
color: #6ED05E;
}
.AnyTagClassName
{
color: #6ED05E;
}
</style>
background-color css
<style>
a { background-color: #6ED05E; }
a { background-color: rgb(110,208,94); }
div.DivClassName
{
background-color: #6ED05E;
}
.BgClassName
{
background-color: #6ED05E;
}
</style>
border-color css
<style>
span { border-color: #6ED05E; }
span { border-color: rgb(110,208,94); }
td.TdClassName
{
border-color: #6ED05E;
}
.TagClassName
{
border-color: #6ED05E;
}
</style>