Shades of Mantis #6AD456
Tints of Mantis #6AD456
RGB
CMYK
RGB Variations
Color information
#6AD456 (or 0x6AD456) is known color: Mantis. HEX triplet: 6A, D4 and 56. RGB value is (106,212,86). Sum of RGB (Red+Green+Blue) = 106+212+86=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #6AD456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD456 is #952BA9. Grayscale: #A6A6A6. Windows color (decimal): -9776042 or 5690474. OLE color: 5690474.
HSL color Cylindrical-coordinate representation of color #6AD456: hue angle of 110.48º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AD456 is Cyan = 0.5, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 212 | 86 | - |
| CMYK | 0.5 | 0 | 0.59 | 0.17 |
| HSL | 110.48º | 0.59% | 0.58% | - |
| HSV(B) | 110.48º | 0.59% | 0.83% | - |
| XYZ | 31.17 | 50.82 | 16.97 | - |
| YUV | 165.94 | 82.88 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 212 | 86 | 0.5 | 0 | 0.59 | 0.17 | 110.48 | 0.59 | 0.58 |
| Hex | 6A | D4 | 56 | 32 | 0 | 3B | 11 | 6E | 3B | 3A |
| Octal | 152 | 324 | 126 | 62 | 0 | 73 | 21 | 156 | 73 | 72 |
| Binary | 1101010 | 11010100 | 1010110 | 110010 | 0 | 111011 | 10001 | 1101110 | 111011 | 111010 |
Color Harmonies of #6AD456
Complementary color
Monochromatic Colors of #6AD456
Black with #6AD456
Text Example
Text Example
White with #6AD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD456; }
p { color: rgb(106,212,86); }
H1.HeaderClassName
{
color: #6AD456;
}
.AnyTagClassName
{
color: #6AD456;
}
</style>
background-color css
<style>
a { background-color: #6AD456; }
a { background-color: rgb(106,212,86); }
div.DivClassName
{
background-color: #6AD456;
}
.BgClassName
{
background-color: #6AD456;
}
</style>
border-color css
<style>
span { border-color: #6AD456; }
span { border-color: rgb(106,212,86); }
td.TdClassName
{
border-color: #6AD456;
}
.TagClassName
{
border-color: #6AD456;
}
</style>