Shades of Mantis #6ADC49
Tints of Mantis #6ADC49
RGB
CMYK
RGB Variations
Color information
#6ADC49 (or 0x6ADC49) is known color: Mantis. HEX triplet: 6A, DC and 49. RGB value is (106,220,73). Sum of RGB (Red+Green+Blue) = 106+220+73=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC49 is #9523B6. Grayscale: #A9A9A9. Windows color (decimal): -9774007 or 4840554. OLE color: 4840554.
HSL color Cylindrical-coordinate representation of color #6ADC49: hue angle of 106.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6ADC49 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 73 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.14 |
| HSL | 106.53º | 0.68% | 0.57% | - |
| HSV(B) | 106.53º | 0.67% | 0.86% | - |
| XYZ | 32.74 | 54.73 | 15.14 | - |
| YUV | 169.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 73 | 0.52 | 0 | 0.67 | 0.14 | 106.53 | 0.68 | 0.57 |
| Hex | 6A | DC | 49 | 34 | 0 | 43 | E | 6B | 44 | 39 |
| Octal | 152 | 334 | 111 | 64 | 0 | 103 | 16 | 153 | 104 | 71 |
| Binary | 1101010 | 11011100 | 1001001 | 110100 | 0 | 1000011 | 1110 | 1101011 | 1000100 | 111001 |
Color Harmonies of #6ADC49
Complementary color
Monochromatic Colors of #6ADC49
Black with #6ADC49
Text Example
Text Example
White with #6ADC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC49; }
p { color: rgb(106,220,73); }
H1.HeaderClassName
{
color: #6ADC49;
}
.AnyTagClassName
{
color: #6ADC49;
}
</style>
background-color css
<style>
a { background-color: #6ADC49; }
a { background-color: rgb(106,220,73); }
div.DivClassName
{
background-color: #6ADC49;
}
.BgClassName
{
background-color: #6ADC49;
}
</style>
border-color css
<style>
span { border-color: #6ADC49; }
span { border-color: rgb(106,220,73); }
td.TdClassName
{
border-color: #6ADC49;
}
.TagClassName
{
border-color: #6ADC49;
}
</style>