Shades of Mantis #6EDF40
Tints of Mantis #6EDF40
RGB
CMYK
RGB Variations
Color information
#6EDF40 (or 0x6EDF40) is known color: Mantis. HEX triplet: 6E, DF and 40. RGB value is (110,223,64). Sum of RGB (Red+Green+Blue) = 110+223+64=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDF40 is #9120BF. Grayscale: #ABABAB. Windows color (decimal): -9511104 or 4251502. OLE color: 4251502.
HSL color Cylindrical-coordinate representation of color #6EDF40: hue angle of 102.64º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6EDF40 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 64 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.13 |
| HSL | 102.64º | 0.71% | 0.56% | - |
| HSV(B) | 102.64º | 0.71% | 0.87% | - |
| XYZ | 33.74 | 56.46 | 13.97 | - |
| YUV | 171.09 | 67.56 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 64 | 0.51 | 0 | 0.71 | 0.13 | 102.64 | 0.71 | 0.56 |
| Hex | 6E | DF | 40 | 33 | 0 | 47 | D | 67 | 47 | 38 |
| Octal | 156 | 337 | 100 | 63 | 0 | 107 | 15 | 147 | 107 | 70 |
| Binary | 1101110 | 11011111 | 1000000 | 110011 | 0 | 1000111 | 1101 | 1100111 | 1000111 | 111000 |
Color Harmonies of #6EDF40
Complementary color
Monochromatic Colors of #6EDF40
Black with #6EDF40
Text Example
Text Example
White with #6EDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF40; }
p { color: rgb(110,223,64); }
H1.HeaderClassName
{
color: #6EDF40;
}
.AnyTagClassName
{
color: #6EDF40;
}
</style>
background-color css
<style>
a { background-color: #6EDF40; }
a { background-color: rgb(110,223,64); }
div.DivClassName
{
background-color: #6EDF40;
}
.BgClassName
{
background-color: #6EDF40;
}
</style>
border-color css
<style>
span { border-color: #6EDF40; }
span { border-color: rgb(110,223,64); }
td.TdClassName
{
border-color: #6EDF40;
}
.TagClassName
{
border-color: #6EDF40;
}
</style>