Shades of Mantis #6EC65A
Tints of Mantis #6EC65A
RGB
CMYK
RGB Variations
Color information
#6EC65A (or 0x6EC65A) is known color: Mantis. HEX triplet: 6E, C6 and 5A. RGB value is (110,198,90). Sum of RGB (Red+Green+Blue) = 110+198+90=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC65A is #9139A5. Grayscale: #9F9F9F. Windows color (decimal): -9517478 or 5949038. OLE color: 5949038.
HSL color Cylindrical-coordinate representation of color #6EC65A: hue angle of 108.89º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EC65A is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 198 | 90 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.22 |
| HSL | 108.89º | 0.49% | 0.56% | - |
| HSV(B) | 108.89º | 0.55% | 0.78% | - |
| XYZ | 28.47 | 44.44 | 16.75 | - |
| YUV | 159.38 | 88.85 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 90 | 0.44 | 0 | 0.55 | 0.22 | 108.89 | 0.49 | 0.56 |
| Hex | 6E | C6 | 5A | 2C | 0 | 37 | 16 | 6D | 31 | 38 |
| Octal | 156 | 306 | 132 | 54 | 0 | 67 | 26 | 155 | 61 | 70 |
| Binary | 1101110 | 11000110 | 1011010 | 101100 | 0 | 110111 | 10110 | 1101101 | 110001 | 111000 |
Color Harmonies of #6EC65A
Complementary color
Monochromatic Colors of #6EC65A
Black with #6EC65A
Text Example
Text Example
White with #6EC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC65A; }
p { color: rgb(110,198,90); }
H1.HeaderClassName
{
color: #6EC65A;
}
.AnyTagClassName
{
color: #6EC65A;
}
</style>
background-color css
<style>
a { background-color: #6EC65A; }
a { background-color: rgb(110,198,90); }
div.DivClassName
{
background-color: #6EC65A;
}
.BgClassName
{
background-color: #6EC65A;
}
</style>
border-color css
<style>
span { border-color: #6EC65A; }
span { border-color: rgb(110,198,90); }
td.TdClassName
{
border-color: #6EC65A;
}
.TagClassName
{
border-color: #6EC65A;
}
</style>