Shades of Mantis #6ED45A
Tints of Mantis #6ED45A
RGB
CMYK
RGB Variations
Color information
#6ED45A (or 0x6ED45A) is known color: Mantis. HEX triplet: 6E, D4 and 5A. RGB value is (110,212,90). Sum of RGB (Red+Green+Blue) = 110+212+90=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED45A is #912BA5. Grayscale: #A7A7A7. Windows color (decimal): -9513894 or 5952622. OLE color: 5952622.
HSL color Cylindrical-coordinate representation of color #6ED45A: hue angle of 110.16º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ED45A is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 212 | 90 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.17 |
| HSL | 110.16º | 0.59% | 0.59% | - |
| HSV(B) | 110.16º | 0.58% | 0.83% | - |
| XYZ | 31.82 | 51.14 | 17.87 | - |
| YUV | 167.59 | 84.21 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 212 | 90 | 0.48 | 0 | 0.58 | 0.17 | 110.16 | 0.59 | 0.59 |
| Hex | 6E | D4 | 5A | 30 | 0 | 3A | 11 | 6E | 3B | 3B |
| Octal | 156 | 324 | 132 | 60 | 0 | 72 | 21 | 156 | 73 | 73 |
| Binary | 1101110 | 11010100 | 1011010 | 110000 | 0 | 111010 | 10001 | 1101110 | 111011 | 111011 |
Color Harmonies of #6ED45A
Complementary color
Monochromatic Colors of #6ED45A
Black with #6ED45A
Text Example
Text Example
White with #6ED45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED45A; }
p { color: rgb(110,212,90); }
H1.HeaderClassName
{
color: #6ED45A;
}
.AnyTagClassName
{
color: #6ED45A;
}
</style>
background-color css
<style>
a { background-color: #6ED45A; }
a { background-color: rgb(110,212,90); }
div.DivClassName
{
background-color: #6ED45A;
}
.BgClassName
{
background-color: #6ED45A;
}
</style>
border-color css
<style>
span { border-color: #6ED45A; }
span { border-color: rgb(110,212,90); }
td.TdClassName
{
border-color: #6ED45A;
}
.TagClassName
{
border-color: #6ED45A;
}
</style>