Shades of Mantis #6ED64F
Tints of Mantis #6ED64F
RGB
CMYK
RGB Variations
Color information
#6ED64F (or 0x6ED64F) is known color: Mantis. HEX triplet: 6E, D6 and 4F. RGB value is (110,214,79). Sum of RGB (Red+Green+Blue) = 110+214+79=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED64F is #9129B0. Grayscale: #A7A7A7. Windows color (decimal): -9513393 or 5232238. OLE color: 5232238.
HSL color Cylindrical-coordinate representation of color #6ED64F: hue angle of 106.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6ED64F is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 79 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.16 |
| HSL | 106.22º | 0.62% | 0.57% | - |
| HSV(B) | 106.22º | 0.63% | 0.84% | - |
| XYZ | 31.89 | 51.97 | 15.75 | - |
| YUV | 167.51 | 78.04 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 79 | 0.49 | 0 | 0.63 | 0.16 | 106.22 | 0.62 | 0.57 |
| Hex | 6E | D6 | 4F | 31 | 0 | 3F | 10 | 6A | 3E | 39 |
| Octal | 156 | 326 | 117 | 61 | 0 | 77 | 20 | 152 | 76 | 71 |
| Binary | 1101110 | 11010110 | 1001111 | 110001 | 0 | 111111 | 10000 | 1101010 | 111110 | 111001 |
Color Harmonies of #6ED64F
Complementary color
Monochromatic Colors of #6ED64F
Black with #6ED64F
Text Example
Text Example
White with #6ED64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED64F; }
p { color: rgb(110,214,79); }
H1.HeaderClassName
{
color: #6ED64F;
}
.AnyTagClassName
{
color: #6ED64F;
}
</style>
background-color css
<style>
a { background-color: #6ED64F; }
a { background-color: rgb(110,214,79); }
div.DivClassName
{
background-color: #6ED64F;
}
.BgClassName
{
background-color: #6ED64F;
}
</style>
border-color css
<style>
span { border-color: #6ED64F; }
span { border-color: rgb(110,214,79); }
td.TdClassName
{
border-color: #6ED64F;
}
.TagClassName
{
border-color: #6ED64F;
}
</style>