Shades of Mantis #6EDF4A
Tints of Mantis #6EDF4A
RGB
CMYK
RGB Variations
Color information
#6EDF4A (or 0x6EDF4A) is known color: Mantis. HEX triplet: 6E, DF and 4A. RGB value is (110,223,74). Sum of RGB (Red+Green+Blue) = 110+223+74=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDF4A is #9120B5. Grayscale: #ACACAC. Windows color (decimal): -9511094 or 4906862. OLE color: 4906862.
HSL color Cylindrical-coordinate representation of color #6EDF4A: hue angle of 105.5º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6EDF4A is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 74 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.13 |
| HSL | 105.5º | 0.7% | 0.58% | - |
| HSV(B) | 105.5º | 0.67% | 0.87% | - |
| XYZ | 34.05 | 56.58 | 15.61 | - |
| YUV | 172.23 | 72.56 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 74 | 0.51 | 0 | 0.67 | 0.13 | 105.5 | 0.7 | 0.58 |
| Hex | 6E | DF | 4A | 33 | 0 | 43 | D | 6A | 46 | 3A |
| Octal | 156 | 337 | 112 | 63 | 0 | 103 | 15 | 152 | 106 | 72 |
| Binary | 1101110 | 11011111 | 1001010 | 110011 | 0 | 1000011 | 1101 | 1101010 | 1000110 | 111010 |
Color Harmonies of #6EDF4A
Complementary color
Monochromatic Colors of #6EDF4A
Black with #6EDF4A
Text Example
Text Example
White with #6EDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF4A; }
p { color: rgb(110,223,74); }
H1.HeaderClassName
{
color: #6EDF4A;
}
.AnyTagClassName
{
color: #6EDF4A;
}
</style>
background-color css
<style>
a { background-color: #6EDF4A; }
a { background-color: rgb(110,223,74); }
div.DivClassName
{
background-color: #6EDF4A;
}
.BgClassName
{
background-color: #6EDF4A;
}
</style>
border-color css
<style>
span { border-color: #6EDF4A; }
span { border-color: rgb(110,223,74); }
td.TdClassName
{
border-color: #6EDF4A;
}
.TagClassName
{
border-color: #6EDF4A;
}
</style>