Shades of Mantis #6EDF47
Tints of Mantis #6EDF47
RGB
CMYK
RGB Variations
Color information
#6EDF47 (or 0x6EDF47) is known color: Mantis. HEX triplet: 6E, DF and 47. RGB value is (110,223,71). Sum of RGB (Red+Green+Blue) = 110+223+71=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDF47 is #9120B8. Grayscale: #ACACAC. Windows color (decimal): -9511097 or 4710254. OLE color: 4710254.
HSL color Cylindrical-coordinate representation of color #6EDF47: hue angle of 104.61º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6EDF47 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 71 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.13 |
| HSL | 104.61º | 0.7% | 0.58% | - |
| HSV(B) | 104.61º | 0.68% | 0.87% | - |
| XYZ | 33.96 | 56.55 | 15.09 | - |
| YUV | 171.89 | 71.06 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 71 | 0.51 | 0 | 0.68 | 0.13 | 104.61 | 0.7 | 0.58 |
| Hex | 6E | DF | 47 | 33 | 0 | 44 | D | 69 | 46 | 3A |
| Octal | 156 | 337 | 107 | 63 | 0 | 104 | 15 | 151 | 106 | 72 |
| Binary | 1101110 | 11011111 | 1000111 | 110011 | 0 | 1000100 | 1101 | 1101001 | 1000110 | 111010 |
Color Harmonies of #6EDF47
Complementary color
Monochromatic Colors of #6EDF47
Black with #6EDF47
Text Example
Text Example
White with #6EDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF47; }
p { color: rgb(110,223,71); }
H1.HeaderClassName
{
color: #6EDF47;
}
.AnyTagClassName
{
color: #6EDF47;
}
</style>
background-color css
<style>
a { background-color: #6EDF47; }
a { background-color: rgb(110,223,71); }
div.DivClassName
{
background-color: #6EDF47;
}
.BgClassName
{
background-color: #6EDF47;
}
</style>
border-color css
<style>
span { border-color: #6EDF47; }
span { border-color: rgb(110,223,71); }
td.TdClassName
{
border-color: #6EDF47;
}
.TagClassName
{
border-color: #6EDF47;
}
</style>