Shades of Mantis #6ED94D
Tints of Mantis #6ED94D
RGB
CMYK
RGB Variations
Color information
#6ED94D (or 0x6ED94D) is known color: Mantis. HEX triplet: 6E, D9 and 4D. RGB value is (110,217,77). Sum of RGB (Red+Green+Blue) = 110+217+77=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED94D is #9126B2. Grayscale: #A9A9A9. Windows color (decimal): -9512627 or 5101934. OLE color: 5101934.
HSL color Cylindrical-coordinate representation of color #6ED94D: hue angle of 105.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6ED94D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 217 | 77 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.15 |
| HSL | 105.86º | 0.65% | 0.58% | - |
| HSV(B) | 105.86º | 0.65% | 0.85% | - |
| XYZ | 32.58 | 53.48 | 15.63 | - |
| YUV | 169.05 | 76.05 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 77 | 0.49 | 0 | 0.65 | 0.15 | 105.86 | 0.65 | 0.58 |
| Hex | 6E | D9 | 4D | 31 | 0 | 41 | F | 6A | 41 | 3A |
| Octal | 156 | 331 | 115 | 61 | 0 | 101 | 17 | 152 | 101 | 72 |
| Binary | 1101110 | 11011001 | 1001101 | 110001 | 0 | 1000001 | 1111 | 1101010 | 1000001 | 111010 |
Color Harmonies of #6ED94D
Complementary color
Monochromatic Colors of #6ED94D
Black with #6ED94D
Text Example
Text Example
White with #6ED94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED94D; }
p { color: rgb(110,217,77); }
H1.HeaderClassName
{
color: #6ED94D;
}
.AnyTagClassName
{
color: #6ED94D;
}
</style>
background-color css
<style>
a { background-color: #6ED94D; }
a { background-color: rgb(110,217,77); }
div.DivClassName
{
background-color: #6ED94D;
}
.BgClassName
{
background-color: #6ED94D;
}
</style>
border-color css
<style>
span { border-color: #6ED94D; }
span { border-color: rgb(110,217,77); }
td.TdClassName
{
border-color: #6ED94D;
}
.TagClassName
{
border-color: #6ED94D;
}
</style>