Shades of Mantis #6ED451
Tints of Mantis #6ED451
RGB
CMYK
RGB Variations
Color information
#6ED451 (or 0x6ED451) is known color: Mantis. HEX triplet: 6E, D4 and 51. RGB value is (110,212,81). Sum of RGB (Red+Green+Blue) = 110+212+81=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED451 is #912BAE. Grayscale: #A6A6A6. Windows color (decimal): -9513903 or 5362798. OLE color: 5362798.
HSL color Cylindrical-coordinate representation of color #6ED451: hue angle of 106.72º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6ED451 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 212 | 81 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.17 |
| HSL | 106.72º | 0.6% | 0.57% | - |
| HSV(B) | 106.72º | 0.62% | 0.83% | - |
| XYZ | 31.46 | 51 | 15.97 | - |
| YUV | 166.57 | 79.71 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 212 | 81 | 0.48 | 0 | 0.62 | 0.17 | 106.72 | 0.6 | 0.57 |
| Hex | 6E | D4 | 51 | 30 | 0 | 3E | 11 | 6B | 3C | 39 |
| Octal | 156 | 324 | 121 | 60 | 0 | 76 | 21 | 153 | 74 | 71 |
| Binary | 1101110 | 11010100 | 1010001 | 110000 | 0 | 111110 | 10001 | 1101011 | 111100 | 111001 |
Color Harmonies of #6ED451
Complementary color
Monochromatic Colors of #6ED451
Black with #6ED451
Text Example
Text Example
White with #6ED451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED451; }
p { color: rgb(110,212,81); }
H1.HeaderClassName
{
color: #6ED451;
}
.AnyTagClassName
{
color: #6ED451;
}
</style>
background-color css
<style>
a { background-color: #6ED451; }
a { background-color: rgb(110,212,81); }
div.DivClassName
{
background-color: #6ED451;
}
.BgClassName
{
background-color: #6ED451;
}
</style>
border-color css
<style>
span { border-color: #6ED451; }
span { border-color: rgb(110,212,81); }
td.TdClassName
{
border-color: #6ED451;
}
.TagClassName
{
border-color: #6ED451;
}
</style>