Shades of Mantis #6EDD43
Tints of Mantis #6EDD43
RGB
CMYK
RGB Variations
Color information
#6EDD43 (or 0x6EDD43) is known color: Mantis. HEX triplet: 6E, DD and 43. RGB value is (110,221,67). Sum of RGB (Red+Green+Blue) = 110+221+67=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDD43 is #9122BC. Grayscale: #AAAAAA. Windows color (decimal): -9511613 or 4447598. OLE color: 4447598.
HSL color Cylindrical-coordinate representation of color #6EDD43: hue angle of 103.25º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6EDD43 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 67 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.13 |
| HSL | 103.25º | 0.69% | 0.56% | - |
| HSV(B) | 103.25º | 0.7% | 0.87% | - |
| XYZ | 33.3 | 55.43 | 14.25 | - |
| YUV | 170.26 | 69.73 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 67 | 0.50 | 0 | 0.70 | 0.13 | 103.25 | 0.69 | 0.56 |
| Hex | 6E | DD | 43 | 32 | 0 | 46 | D | 67 | 45 | 38 |
| Octal | 156 | 335 | 103 | 62 | 0 | 106 | 15 | 147 | 105 | 70 |
| Binary | 1101110 | 11011101 | 1000011 | 110010 | 0 | 1000110 | 1101 | 1100111 | 1000101 | 111000 |
Color Harmonies of #6EDD43
Complementary color
Monochromatic Colors of #6EDD43
Black with #6EDD43
Text Example
Text Example
White with #6EDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDD43; }
p { color: rgb(110,221,67); }
H1.HeaderClassName
{
color: #6EDD43;
}
.AnyTagClassName
{
color: #6EDD43;
}
</style>
background-color css
<style>
a { background-color: #6EDD43; }
a { background-color: rgb(110,221,67); }
div.DivClassName
{
background-color: #6EDD43;
}
.BgClassName
{
background-color: #6EDD43;
}
</style>
border-color css
<style>
span { border-color: #6EDD43; }
span { border-color: rgb(110,221,67); }
td.TdClassName
{
border-color: #6EDD43;
}
.TagClassName
{
border-color: #6EDD43;
}
</style>