Shades of Mantis #6AD358
Tints of Mantis #6AD358
RGB
CMYK
RGB Variations
Color information
#6AD358 (or 0x6AD358) is known color: Mantis. HEX triplet: 6A, D3 and 58. RGB value is (106,211,88). Sum of RGB (Red+Green+Blue) = 106+211+88=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #6AD358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD358 is #952CA7. Grayscale: #A5A5A5. Windows color (decimal): -9776296 or 5821290. OLE color: 5821290.
HSL color Cylindrical-coordinate representation of color #6AD358: hue angle of 111.22º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AD358 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 211 | 88 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.17 |
| HSL | 111.22º | 0.58% | 0.59% | - |
| HSV(B) | 111.22º | 0.58% | 0.83% | - |
| XYZ | 31 | 50.36 | 17.32 | - |
| YUV | 165.58 | 84.21 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 211 | 88 | 0.50 | 0 | 0.58 | 0.17 | 111.22 | 0.58 | 0.59 |
| Hex | 6A | D3 | 58 | 32 | 0 | 3A | 11 | 6F | 3A | 3B |
| Octal | 152 | 323 | 130 | 62 | 0 | 72 | 21 | 157 | 72 | 73 |
| Binary | 1101010 | 11010011 | 1011000 | 110010 | 0 | 111010 | 10001 | 1101111 | 111010 | 111011 |
Color Harmonies of #6AD358
Complementary color
Monochromatic Colors of #6AD358
Black with #6AD358
Text Example
Text Example
White with #6AD358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD358; }
p { color: rgb(106,211,88); }
H1.HeaderClassName
{
color: #6AD358;
}
.AnyTagClassName
{
color: #6AD358;
}
</style>
background-color css
<style>
a { background-color: #6AD358; }
a { background-color: rgb(106,211,88); }
div.DivClassName
{
background-color: #6AD358;
}
.BgClassName
{
background-color: #6AD358;
}
</style>
border-color css
<style>
span { border-color: #6AD358; }
span { border-color: rgb(106,211,88); }
td.TdClassName
{
border-color: #6AD358;
}
.TagClassName
{
border-color: #6AD358;
}
</style>