Shades of Mantis #6ADC55
Tints of Mantis #6ADC55
RGB
CMYK
RGB Variations
Color information
#6ADC55 (or 0x6ADC55) is known color: Mantis. HEX triplet: 6A, DC and 55. RGB value is (106,220,85). Sum of RGB (Red+Green+Blue) = 106+220+85=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC55 is #9523AA. Grayscale: #AAAAAA. Windows color (decimal): -9773995 or 5626986. OLE color: 5626986.
HSL color Cylindrical-coordinate representation of color #6ADC55: hue angle of 110.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6ADC55 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 85 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.14 |
| HSL | 110.67º | 0.66% | 0.6% | - |
| HSV(B) | 110.67º | 0.61% | 0.86% | - |
| XYZ | 33.18 | 54.91 | 17.44 | - |
| YUV | 170.52 | 79.73 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 85 | 0.52 | 0 | 0.61 | 0.14 | 110.67 | 0.66 | 0.6 |
| Hex | 6A | DC | 55 | 34 | 0 | 3D | E | 6F | 42 | 3C |
| Octal | 152 | 334 | 125 | 64 | 0 | 75 | 16 | 157 | 102 | 74 |
| Binary | 1101010 | 11011100 | 1010101 | 110100 | 0 | 111101 | 1110 | 1101111 | 1000010 | 111100 |
Color Harmonies of #6ADC55
Complementary color
Monochromatic Colors of #6ADC55
Black with #6ADC55
Text Example
Text Example
White with #6ADC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC55; }
p { color: rgb(106,220,85); }
H1.HeaderClassName
{
color: #6ADC55;
}
.AnyTagClassName
{
color: #6ADC55;
}
</style>
background-color css
<style>
a { background-color: #6ADC55; }
a { background-color: rgb(106,220,85); }
div.DivClassName
{
background-color: #6ADC55;
}
.BgClassName
{
background-color: #6ADC55;
}
</style>
border-color css
<style>
span { border-color: #6ADC55; }
span { border-color: rgb(106,220,85); }
td.TdClassName
{
border-color: #6ADC55;
}
.TagClassName
{
border-color: #6ADC55;
}
</style>