Shades of Mantis #6AD555
Tints of Mantis #6AD555
RGB
CMYK
RGB Variations
Color information
#6AD555 (or 0x6AD555) is known color: Mantis. HEX triplet: 6A, D5 and 55. RGB value is (106,213,85). Sum of RGB (Red+Green+Blue) = 106+213+85=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD555 is #952AAA. Grayscale: #A6A6A6. Windows color (decimal): -9775787 or 5625194. OLE color: 5625194.
HSL color Cylindrical-coordinate representation of color #6AD555: hue angle of 110.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6AD555 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 85 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.16 |
| HSL | 110.16º | 0.6% | 0.58% | - |
| HSV(B) | 110.16º | 0.6% | 0.84% | - |
| XYZ | 31.38 | 51.31 | 16.84 | - |
| YUV | 166.42 | 82.05 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 85 | 0.50 | 0 | 0.60 | 0.16 | 110.16 | 0.6 | 0.58 |
| Hex | 6A | D5 | 55 | 32 | 0 | 3C | 10 | 6E | 3C | 3A |
| Octal | 152 | 325 | 125 | 62 | 0 | 74 | 20 | 156 | 74 | 72 |
| Binary | 1101010 | 11010101 | 1010101 | 110010 | 0 | 111100 | 10000 | 1101110 | 111100 | 111010 |
Color Harmonies of #6AD555
Complementary color
Monochromatic Colors of #6AD555
Black with #6AD555
Text Example
Text Example
White with #6AD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD555; }
p { color: rgb(106,213,85); }
H1.HeaderClassName
{
color: #6AD555;
}
.AnyTagClassName
{
color: #6AD555;
}
</style>
background-color css
<style>
a { background-color: #6AD555; }
a { background-color: rgb(106,213,85); }
div.DivClassName
{
background-color: #6AD555;
}
.BgClassName
{
background-color: #6AD555;
}
</style>
border-color css
<style>
span { border-color: #6AD555; }
span { border-color: rgb(106,213,85); }
td.TdClassName
{
border-color: #6AD555;
}
.TagClassName
{
border-color: #6AD555;
}
</style>