Shades of Mantis #6ADC4E
Tints of Mantis #6ADC4E
RGB
CMYK
RGB Variations
Color information
#6ADC4E (or 0x6ADC4E) is known color: Mantis. HEX triplet: 6A, DC and 4E. RGB value is (106,220,78). Sum of RGB (Red+Green+Blue) = 106+220+78=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC4E is #9523B1. Grayscale: #AAAAAA. Windows color (decimal): -9774002 or 5168234. OLE color: 5168234.
HSL color Cylindrical-coordinate representation of color #6ADC4E: hue angle of 108.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6ADC4E is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 78 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.14 |
| HSL | 108.17º | 0.67% | 0.58% | - |
| HSV(B) | 108.17º | 0.65% | 0.86% | - |
| XYZ | 32.91 | 54.8 | 16.05 | - |
| YUV | 169.73 | 76.23 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 78 | 0.52 | 0 | 0.65 | 0.14 | 108.17 | 0.67 | 0.58 |
| Hex | 6A | DC | 4E | 34 | 0 | 41 | E | 6C | 43 | 3A |
| Octal | 152 | 334 | 116 | 64 | 0 | 101 | 16 | 154 | 103 | 72 |
| Binary | 1101010 | 11011100 | 1001110 | 110100 | 0 | 1000001 | 1110 | 1101100 | 1000011 | 111010 |
Color Harmonies of #6ADC4E
Complementary color
Monochromatic Colors of #6ADC4E
Black with #6ADC4E
Text Example
Text Example
White with #6ADC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC4E; }
p { color: rgb(106,220,78); }
H1.HeaderClassName
{
color: #6ADC4E;
}
.AnyTagClassName
{
color: #6ADC4E;
}
</style>
background-color css
<style>
a { background-color: #6ADC4E; }
a { background-color: rgb(106,220,78); }
div.DivClassName
{
background-color: #6ADC4E;
}
.BgClassName
{
background-color: #6ADC4E;
}
</style>
border-color css
<style>
span { border-color: #6ADC4E; }
span { border-color: rgb(106,220,78); }
td.TdClassName
{
border-color: #6ADC4E;
}
.TagClassName
{
border-color: #6ADC4E;
}
</style>