Shades of Mantis #6AD256
Tints of Mantis #6AD256
RGB
CMYK
RGB Variations
Color information
#6AD256 (or 0x6AD256) is known color: Mantis. HEX triplet: 6A, D2 and 56. RGB value is (106,210,86). Sum of RGB (Red+Green+Blue) = 106+210+86=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD256 is #952DA9. Grayscale: #A5A5A5. Windows color (decimal): -9776554 or 5689962. OLE color: 5689962.
HSL color Cylindrical-coordinate representation of color #6AD256: hue angle of 110.32º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AD256 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 86 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.18 |
| HSL | 110.32º | 0.58% | 0.58% | - |
| HSV(B) | 110.32º | 0.59% | 0.82% | - |
| XYZ | 30.67 | 49.83 | 16.81 | - |
| YUV | 164.77 | 83.54 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 86 | 0.50 | 0 | 0.59 | 0.18 | 110.32 | 0.58 | 0.58 |
| Hex | 6A | D2 | 56 | 32 | 0 | 3B | 12 | 6E | 3A | 3A |
| Octal | 152 | 322 | 126 | 62 | 0 | 73 | 22 | 156 | 72 | 72 |
| Binary | 1101010 | 11010010 | 1010110 | 110010 | 0 | 111011 | 10010 | 1101110 | 111010 | 111010 |
Color Harmonies of #6AD256
Complementary color
Monochromatic Colors of #6AD256
Black with #6AD256
Text Example
Text Example
White with #6AD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD256; }
p { color: rgb(106,210,86); }
H1.HeaderClassName
{
color: #6AD256;
}
.AnyTagClassName
{
color: #6AD256;
}
</style>
background-color css
<style>
a { background-color: #6AD256; }
a { background-color: rgb(106,210,86); }
div.DivClassName
{
background-color: #6AD256;
}
.BgClassName
{
background-color: #6AD256;
}
</style>
border-color css
<style>
span { border-color: #6AD256; }
span { border-color: rgb(106,210,86); }
td.TdClassName
{
border-color: #6AD256;
}
.TagClassName
{
border-color: #6AD256;
}
</style>