Shades of Mantis #6AD651
Tints of Mantis #6AD651
RGB
CMYK
RGB Variations
Color information
#6AD651 (or 0x6AD651) is known color: Mantis. HEX triplet: 6A, D6 and 51. RGB value is (106,214,81). Sum of RGB (Red+Green+Blue) = 106+214+81=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD651 is #9529AE. Grayscale: #A6A6A6. Windows color (decimal): -9775535 or 5363306. OLE color: 5363306.
HSL color Cylindrical-coordinate representation of color #6AD651: hue angle of 108.72º degrees, saturation: 0.62, 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 #6AD651 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 81 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.16 |
| HSL | 108.72º | 0.62% | 0.58% | - |
| HSV(B) | 108.72º | 0.62% | 0.84% | - |
| XYZ | 31.48 | 51.75 | 16.11 | - |
| YUV | 166.55 | 79.72 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 81 | 0.50 | 0 | 0.62 | 0.16 | 108.72 | 0.62 | 0.58 |
| Hex | 6A | D6 | 51 | 32 | 0 | 3E | 10 | 6D | 3E | 3A |
| Octal | 152 | 326 | 121 | 62 | 0 | 76 | 20 | 155 | 76 | 72 |
| Binary | 1101010 | 11010110 | 1010001 | 110010 | 0 | 111110 | 10000 | 1101101 | 111110 | 111010 |
Color Harmonies of #6AD651
Complementary color
Monochromatic Colors of #6AD651
Black with #6AD651
Text Example
Text Example
White with #6AD651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD651; }
p { color: rgb(106,214,81); }
H1.HeaderClassName
{
color: #6AD651;
}
.AnyTagClassName
{
color: #6AD651;
}
</style>
background-color css
<style>
a { background-color: #6AD651; }
a { background-color: rgb(106,214,81); }
div.DivClassName
{
background-color: #6AD651;
}
.BgClassName
{
background-color: #6AD651;
}
</style>
border-color css
<style>
span { border-color: #6AD651; }
span { border-color: rgb(106,214,81); }
td.TdClassName
{
border-color: #6AD651;
}
.TagClassName
{
border-color: #6AD651;
}
</style>