Shades of Mantis #6ADB4E
Tints of Mantis #6ADB4E
RGB
CMYK
RGB Variations
Color information
#6ADB4E (or 0x6ADB4E) is known color: Mantis. HEX triplet: 6A, DB and 4E. RGB value is (106,219,78). Sum of RGB (Red+Green+Blue) = 106+219+78=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADB4E is #9524B1. Grayscale: #A9A9A9. Windows color (decimal): -9774258 or 5167978. OLE color: 5167978.
HSL color Cylindrical-coordinate representation of color #6ADB4E: hue angle of 108.09º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6ADB4E is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 78 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.14 |
| HSL | 108.09º | 0.66% | 0.58% | - |
| HSV(B) | 108.09º | 0.64% | 0.86% | - |
| XYZ | 32.65 | 54.28 | 15.96 | - |
| YUV | 169.14 | 76.56 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 78 | 0.52 | 0 | 0.64 | 0.14 | 108.09 | 0.66 | 0.58 |
| Hex | 6A | DB | 4E | 34 | 0 | 40 | E | 6C | 42 | 3A |
| Octal | 152 | 333 | 116 | 64 | 0 | 100 | 16 | 154 | 102 | 72 |
| Binary | 1101010 | 11011011 | 1001110 | 110100 | 0 | 1000000 | 1110 | 1101100 | 1000010 | 111010 |
Color Harmonies of #6ADB4E
Complementary color
Monochromatic Colors of #6ADB4E
Black with #6ADB4E
Text Example
Text Example
White with #6ADB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB4E; }
p { color: rgb(106,219,78); }
H1.HeaderClassName
{
color: #6ADB4E;
}
.AnyTagClassName
{
color: #6ADB4E;
}
</style>
background-color css
<style>
a { background-color: #6ADB4E; }
a { background-color: rgb(106,219,78); }
div.DivClassName
{
background-color: #6ADB4E;
}
.BgClassName
{
background-color: #6ADB4E;
}
</style>
border-color css
<style>
span { border-color: #6ADB4E; }
span { border-color: rgb(106,219,78); }
td.TdClassName
{
border-color: #6ADB4E;
}
.TagClassName
{
border-color: #6ADB4E;
}
</style>