Shades of Mantis #6ADD4E
Tints of Mantis #6ADD4E
RGB
CMYK
RGB Variations
Color information
#6ADD4E (or 0x6ADD4E) is known color: Mantis. HEX triplet: 6A, DD and 4E. RGB value is (106,221,78). Sum of RGB (Red+Green+Blue) = 106+221+78=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADD4E is #9522B1. Grayscale: #AAAAAA. Windows color (decimal): -9773746 or 5168490. OLE color: 5168490.
HSL color Cylindrical-coordinate representation of color #6ADD4E: hue angle of 108.25º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6ADD4E is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 78 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.13 |
| HSL | 108.25º | 0.68% | 0.59% | - |
| HSV(B) | 108.25º | 0.65% | 0.87% | - |
| XYZ | 33.18 | 55.33 | 16.14 | - |
| YUV | 170.31 | 75.9 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 78 | 0.52 | 0 | 0.65 | 0.13 | 108.25 | 0.68 | 0.59 |
| Hex | 6A | DD | 4E | 34 | 0 | 41 | D | 6C | 44 | 3B |
| Octal | 152 | 335 | 116 | 64 | 0 | 101 | 15 | 154 | 104 | 73 |
| Binary | 1101010 | 11011101 | 1001110 | 110100 | 0 | 1000001 | 1101 | 1101100 | 1000100 | 111011 |
Color Harmonies of #6ADD4E
Complementary color
Monochromatic Colors of #6ADD4E
Black with #6ADD4E
Text Example
Text Example
White with #6ADD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADD4E; }
p { color: rgb(106,221,78); }
H1.HeaderClassName
{
color: #6ADD4E;
}
.AnyTagClassName
{
color: #6ADD4E;
}
</style>
background-color css
<style>
a { background-color: #6ADD4E; }
a { background-color: rgb(106,221,78); }
div.DivClassName
{
background-color: #6ADD4E;
}
.BgClassName
{
background-color: #6ADD4E;
}
</style>
border-color css
<style>
span { border-color: #6ADD4E; }
span { border-color: rgb(106,221,78); }
td.TdClassName
{
border-color: #6ADD4E;
}
.TagClassName
{
border-color: #6ADD4E;
}
</style>