Shades of Mantis #6ED64D
Tints of Mantis #6ED64D
RGB
CMYK
RGB Variations
Color information
#6ED64D (or 0x6ED64D) is known color: Mantis. HEX triplet: 6E, D6 and 4D. RGB value is (110,214,77). Sum of RGB (Red+Green+Blue) = 110+214+77=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED64D is #9129B2. Grayscale: #A7A7A7. Windows color (decimal): -9513395 or 5101166. OLE color: 5101166.
HSL color Cylindrical-coordinate representation of color #6ED64D: hue angle of 105.55º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6ED64D is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 77 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.16 |
| HSL | 105.55º | 0.63% | 0.57% | - |
| HSV(B) | 105.55º | 0.64% | 0.84% | - |
| XYZ | 31.82 | 51.94 | 15.37 | - |
| YUV | 167.29 | 77.04 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 77 | 0.49 | 0 | 0.64 | 0.16 | 105.55 | 0.63 | 0.57 |
| Hex | 6E | D6 | 4D | 31 | 0 | 40 | 10 | 6A | 3F | 39 |
| Octal | 156 | 326 | 115 | 61 | 0 | 100 | 20 | 152 | 77 | 71 |
| Binary | 1101110 | 11010110 | 1001101 | 110001 | 0 | 1000000 | 10000 | 1101010 | 111111 | 111001 |
Color Harmonies of #6ED64D
Complementary color
Monochromatic Colors of #6ED64D
Black with #6ED64D
Text Example
Text Example
White with #6ED64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED64D; }
p { color: rgb(110,214,77); }
H1.HeaderClassName
{
color: #6ED64D;
}
.AnyTagClassName
{
color: #6ED64D;
}
</style>
background-color css
<style>
a { background-color: #6ED64D; }
a { background-color: rgb(110,214,77); }
div.DivClassName
{
background-color: #6ED64D;
}
.BgClassName
{
background-color: #6ED64D;
}
</style>
border-color css
<style>
span { border-color: #6ED64D; }
span { border-color: rgb(110,214,77); }
td.TdClassName
{
border-color: #6ED64D;
}
.TagClassName
{
border-color: #6ED64D;
}
</style>