Shades of Mantis #6AD552
Tints of Mantis #6AD552
RGB
CMYK
RGB Variations
Color information
#6AD552 (or 0x6AD552) is known color: Mantis. HEX triplet: 6A, D5 and 52. RGB value is (106,213,82). Sum of RGB (Red+Green+Blue) = 106+213+82=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD552 is #952AAD. Grayscale: #A6A6A6. Windows color (decimal): -9775790 or 5428586. OLE color: 5428586.
HSL color Cylindrical-coordinate representation of color #6AD552: hue angle of 109.01º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AD552 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 82 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.16 |
| HSL | 109.01º | 0.61% | 0.58% | - |
| HSV(B) | 109.01º | 0.62% | 0.84% | - |
| XYZ | 31.26 | 51.26 | 16.23 | - |
| YUV | 166.07 | 80.55 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 82 | 0.50 | 0 | 0.62 | 0.16 | 109.01 | 0.61 | 0.58 |
| Hex | 6A | D5 | 52 | 32 | 0 | 3E | 10 | 6D | 3D | 3A |
| Octal | 152 | 325 | 122 | 62 | 0 | 76 | 20 | 155 | 75 | 72 |
| Binary | 1101010 | 11010101 | 1010010 | 110010 | 0 | 111110 | 10000 | 1101101 | 111101 | 111010 |
Color Harmonies of #6AD552
Complementary color
Monochromatic Colors of #6AD552
Black with #6AD552
Text Example
Text Example
White with #6AD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD552; }
p { color: rgb(106,213,82); }
H1.HeaderClassName
{
color: #6AD552;
}
.AnyTagClassName
{
color: #6AD552;
}
</style>
background-color css
<style>
a { background-color: #6AD552; }
a { background-color: rgb(106,213,82); }
div.DivClassName
{
background-color: #6AD552;
}
.BgClassName
{
background-color: #6AD552;
}
</style>
border-color css
<style>
span { border-color: #6AD552; }
span { border-color: rgb(106,213,82); }
td.TdClassName
{
border-color: #6AD552;
}
.TagClassName
{
border-color: #6AD552;
}
</style>