Shades of Mantis #6ADA4E
Tints of Mantis #6ADA4E
RGB
CMYK
RGB Variations
Color information
#6ADA4E (or 0x6ADA4E) is known color: Mantis. HEX triplet: 6A, DA and 4E. RGB value is (106,218,78). Sum of RGB (Red+Green+Blue) = 106+218+78=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADA4E is #9525B1. Grayscale: #A9A9A9. Windows color (decimal): -9774514 or 5167722. OLE color: 5167722.
HSL color Cylindrical-coordinate representation of color #6ADA4E: hue angle of 108º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6ADA4E is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 78 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.15 |
| HSL | 108º | 0.65% | 0.58% | - |
| HSV(B) | 108º | 0.64% | 0.85% | - |
| XYZ | 32.39 | 53.76 | 15.88 | - |
| YUV | 168.55 | 76.89 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 78 | 0.51 | 0 | 0.64 | 0.15 | 108 | 0.65 | 0.58 |
| Hex | 6A | DA | 4E | 33 | 0 | 40 | F | 6C | 41 | 3A |
| Octal | 152 | 332 | 116 | 63 | 0 | 100 | 17 | 154 | 101 | 72 |
| Binary | 1101010 | 11011010 | 1001110 | 110011 | 0 | 1000000 | 1111 | 1101100 | 1000001 | 111010 |
Color Harmonies of #6ADA4E
Complementary color
Monochromatic Colors of #6ADA4E
Black with #6ADA4E
Text Example
Text Example
White with #6ADA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA4E; }
p { color: rgb(106,218,78); }
H1.HeaderClassName
{
color: #6ADA4E;
}
.AnyTagClassName
{
color: #6ADA4E;
}
</style>
background-color css
<style>
a { background-color: #6ADA4E; }
a { background-color: rgb(106,218,78); }
div.DivClassName
{
background-color: #6ADA4E;
}
.BgClassName
{
background-color: #6ADA4E;
}
</style>
border-color css
<style>
span { border-color: #6ADA4E; }
span { border-color: rgb(106,218,78); }
td.TdClassName
{
border-color: #6ADA4E;
}
.TagClassName
{
border-color: #6ADA4E;
}
</style>