Shades of Mantis #6EE140
Tints of Mantis #6EE140
RGB
CMYK
RGB Variations
Color information
#6EE140 (or 0x6EE140) is known color: Mantis. HEX triplet: 6E, E1 and 40. RGB value is (110,225,64). Sum of RGB (Red+Green+Blue) = 110+225+64=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EE140 is #911EBF. Grayscale: #ACACAC. Windows color (decimal): -9510592 or 4252014. OLE color: 4252014.
HSL color Cylindrical-coordinate representation of color #6EE140: hue angle of 102.86º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6EE140 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 64 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.12 |
| HSL | 102.86º | 0.73% | 0.57% | - |
| HSV(B) | 102.86º | 0.72% | 0.88% | - |
| XYZ | 34.28 | 57.54 | 14.15 | - |
| YUV | 172.26 | 66.9 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 64 | 0.51 | 0 | 0.72 | 0.12 | 102.86 | 0.73 | 0.57 |
| Hex | 6E | E1 | 40 | 33 | 0 | 48 | C | 67 | 49 | 39 |
| Octal | 156 | 341 | 100 | 63 | 0 | 110 | 14 | 147 | 111 | 71 |
| Binary | 1101110 | 11100001 | 1000000 | 110011 | 0 | 1001000 | 1100 | 1100111 | 1001001 | 111001 |
Color Harmonies of #6EE140
Complementary color
Monochromatic Colors of #6EE140
Black with #6EE140
Text Example
Text Example
White with #6EE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE140; }
p { color: rgb(110,225,64); }
H1.HeaderClassName
{
color: #6EE140;
}
.AnyTagClassName
{
color: #6EE140;
}
</style>
background-color css
<style>
a { background-color: #6EE140; }
a { background-color: rgb(110,225,64); }
div.DivClassName
{
background-color: #6EE140;
}
.BgClassName
{
background-color: #6EE140;
}
</style>
border-color css
<style>
span { border-color: #6EE140; }
span { border-color: rgb(110,225,64); }
td.TdClassName
{
border-color: #6EE140;
}
.TagClassName
{
border-color: #6EE140;
}
</style>