Shades of Mantis #6AD357
Tints of Mantis #6AD357
RGB
CMYK
RGB Variations
Color information
#6AD357 (or 0x6AD357) is known color: Mantis. HEX triplet: 6A, D3 and 57. RGB value is (106,211,87). Sum of RGB (Red+Green+Blue) = 106+211+87=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #6AD357 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD357 is #952CA8. Grayscale: #A5A5A5. Windows color (decimal): -9776297 or 5755754. OLE color: 5755754.
HSL color Cylindrical-coordinate representation of color #6AD357: hue angle of 110.81º degrees, saturation: 0.58, 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 #6AD357 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 211 | 87 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.17 |
| HSL | 110.81º | 0.58% | 0.58% | - |
| HSV(B) | 110.81º | 0.59% | 0.83% | - |
| XYZ | 30.96 | 50.34 | 17.1 | - |
| YUV | 165.47 | 83.71 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 211 | 87 | 0.50 | 0 | 0.59 | 0.17 | 110.81 | 0.58 | 0.58 |
| Hex | 6A | D3 | 57 | 32 | 0 | 3B | 11 | 6F | 3A | 3A |
| Octal | 152 | 323 | 127 | 62 | 0 | 73 | 21 | 157 | 72 | 72 |
| Binary | 1101010 | 11010011 | 1010111 | 110010 | 0 | 111011 | 10001 | 1101111 | 111010 | 111010 |
Color Harmonies of #6AD357
Complementary color
Monochromatic Colors of #6AD357
Black with #6AD357
Text Example
Text Example
White with #6AD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD357; }
p { color: rgb(106,211,87); }
H1.HeaderClassName
{
color: #6AD357;
}
.AnyTagClassName
{
color: #6AD357;
}
</style>
background-color css
<style>
a { background-color: #6AD357; }
a { background-color: rgb(106,211,87); }
div.DivClassName
{
background-color: #6AD357;
}
.BgClassName
{
background-color: #6AD357;
}
</style>
border-color css
<style>
span { border-color: #6AD357; }
span { border-color: rgb(106,211,87); }
td.TdClassName
{
border-color: #6AD357;
}
.TagClassName
{
border-color: #6AD357;
}
</style>