Shades of Mantis #6ADC47
Tints of Mantis #6ADC47
RGB
CMYK
RGB Variations
Color information
#6ADC47 (or 0x6ADC47) is known color: Mantis. HEX triplet: 6A, DC and 47. RGB value is (106,220,71). Sum of RGB (Red+Green+Blue) = 106+220+71=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC47 is #9523B8. Grayscale: #A9A9A9. Windows color (decimal): -9774009 or 4709482. OLE color: 4709482.
HSL color Cylindrical-coordinate representation of color #6ADC47: hue angle of 105.91º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6ADC47 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 71 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.14 |
| HSL | 105.91º | 0.68% | 0.57% | - |
| HSV(B) | 105.91º | 0.68% | 0.86% | - |
| XYZ | 32.67 | 54.71 | 14.8 | - |
| YUV | 168.93 | 72.73 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 71 | 0.52 | 0 | 0.68 | 0.14 | 105.91 | 0.68 | 0.57 |
| Hex | 6A | DC | 47 | 34 | 0 | 44 | E | 6A | 44 | 39 |
| Octal | 152 | 334 | 107 | 64 | 0 | 104 | 16 | 152 | 104 | 71 |
| Binary | 1101010 | 11011100 | 1000111 | 110100 | 0 | 1000100 | 1110 | 1101010 | 1000100 | 111001 |
Color Harmonies of #6ADC47
Complementary color
Monochromatic Colors of #6ADC47
Black with #6ADC47
Text Example
Text Example
White with #6ADC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC47; }
p { color: rgb(106,220,71); }
H1.HeaderClassName
{
color: #6ADC47;
}
.AnyTagClassName
{
color: #6ADC47;
}
</style>
background-color css
<style>
a { background-color: #6ADC47; }
a { background-color: rgb(106,220,71); }
div.DivClassName
{
background-color: #6ADC47;
}
.BgClassName
{
background-color: #6ADC47;
}
</style>
border-color css
<style>
span { border-color: #6ADC47; }
span { border-color: rgb(106,220,71); }
td.TdClassName
{
border-color: #6ADC47;
}
.TagClassName
{
border-color: #6ADC47;
}
</style>