Shades of Mantis #6ADA56
Tints of Mantis #6ADA56
RGB
CMYK
RGB Variations
Color information
#6ADA56 (or 0x6ADA56) is known color: Mantis. HEX triplet: 6A, DA and 56. RGB value is (106,218,86). Sum of RGB (Red+Green+Blue) = 106+218+86=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADA56 is #9525A9. Grayscale: #A9A9A9. Windows color (decimal): -9774506 or 5692010. OLE color: 5692010.
HSL color Cylindrical-coordinate representation of color #6ADA56: hue angle of 110.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6ADA56 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 86 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.15 |
| HSL | 110.91º | 0.64% | 0.6% | - |
| HSV(B) | 110.91º | 0.61% | 0.85% | - |
| XYZ | 32.69 | 53.88 | 17.48 | - |
| YUV | 169.46 | 80.89 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 86 | 0.51 | 0 | 0.61 | 0.15 | 110.91 | 0.64 | 0.6 |
| Hex | 6A | DA | 56 | 33 | 0 | 3D | F | 6F | 40 | 3C |
| Octal | 152 | 332 | 126 | 63 | 0 | 75 | 17 | 157 | 100 | 74 |
| Binary | 1101010 | 11011010 | 1010110 | 110011 | 0 | 111101 | 1111 | 1101111 | 1000000 | 111100 |
Color Harmonies of #6ADA56
Complementary color
Monochromatic Colors of #6ADA56
Black with #6ADA56
Text Example
Text Example
White with #6ADA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA56; }
p { color: rgb(106,218,86); }
H1.HeaderClassName
{
color: #6ADA56;
}
.AnyTagClassName
{
color: #6ADA56;
}
</style>
background-color css
<style>
a { background-color: #6ADA56; }
a { background-color: rgb(106,218,86); }
div.DivClassName
{
background-color: #6ADA56;
}
.BgClassName
{
background-color: #6ADA56;
}
</style>
border-color css
<style>
span { border-color: #6ADA56; }
span { border-color: rgb(106,218,86); }
td.TdClassName
{
border-color: #6ADA56;
}
.TagClassName
{
border-color: #6ADA56;
}
</style>