Shades of Mantis #6DE046
Tints of Mantis #6DE046
RGB
CMYK
RGB Variations
Color information
#6DE046 (or 0x6DE046) is known color: Mantis. HEX triplet: 6D, E0 and 46. RGB value is (109,224,70). Sum of RGB (Red+Green+Blue) = 109+224+70=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #6DE046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DE046 is #921FB9. Grayscale: #ACACAC. Windows color (decimal): -9576378 or 4644973. OLE color: 4644973.
HSL color Cylindrical-coordinate representation of color #6DE046: hue angle of 104.81º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6DE046 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 224 | 70 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.12 |
| HSL | 104.81º | 0.71% | 0.58% | - |
| HSV(B) | 104.81º | 0.69% | 0.88% | - |
| XYZ | 34.07 | 57 | 15 | - |
| YUV | 172.06 | 70.4 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 224 | 70 | 0.51 | 0 | 0.69 | 0.12 | 104.81 | 0.71 | 0.58 |
| Hex | 6D | E0 | 46 | 33 | 0 | 45 | C | 69 | 47 | 3A |
| Octal | 155 | 340 | 106 | 63 | 0 | 105 | 14 | 151 | 107 | 72 |
| Binary | 1101101 | 11100000 | 1000110 | 110011 | 0 | 1000101 | 1100 | 1101001 | 1000111 | 111010 |
Color Harmonies of #6DE046
Complementary color
Monochromatic Colors of #6DE046
Black with #6DE046
Text Example
Text Example
White with #6DE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE046; }
p { color: rgb(109,224,70); }
H1.HeaderClassName
{
color: #6DE046;
}
.AnyTagClassName
{
color: #6DE046;
}
</style>
background-color css
<style>
a { background-color: #6DE046; }
a { background-color: rgb(109,224,70); }
div.DivClassName
{
background-color: #6DE046;
}
.BgClassName
{
background-color: #6DE046;
}
</style>
border-color css
<style>
span { border-color: #6DE046; }
span { border-color: rgb(109,224,70); }
td.TdClassName
{
border-color: #6DE046;
}
.TagClassName
{
border-color: #6DE046;
}
</style>