Shades of Mantis #6AD155
Tints of Mantis #6AD155
RGB
CMYK
RGB Variations
Color information
#6AD155 (or 0x6AD155) is known color: Mantis. HEX triplet: 6A, D1 and 55. RGB value is (106,209,85). Sum of RGB (Red+Green+Blue) = 106+209+85=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD155 is #952EAA. Grayscale: #A4A4A4. Windows color (decimal): -9776811 or 5624170. OLE color: 5624170.
HSL color Cylindrical-coordinate representation of color #6AD155: hue angle of 109.84º degrees, saturation: 0.57, 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 #6AD155 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 85 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.18 |
| HSL | 109.84º | 0.57% | 0.58% | - |
| HSV(B) | 109.84º | 0.59% | 0.82% | - |
| XYZ | 30.38 | 49.32 | 16.51 | - |
| YUV | 164.07 | 83.38 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 85 | 0.49 | 0 | 0.59 | 0.18 | 109.84 | 0.57 | 0.58 |
| Hex | 6A | D1 | 55 | 31 | 0 | 3B | 12 | 6E | 39 | 3A |
| Octal | 152 | 321 | 125 | 61 | 0 | 73 | 22 | 156 | 71 | 72 |
| Binary | 1101010 | 11010001 | 1010101 | 110001 | 0 | 111011 | 10010 | 1101110 | 111001 | 111010 |
Color Harmonies of #6AD155
Complementary color
Monochromatic Colors of #6AD155
Black with #6AD155
Text Example
Text Example
White with #6AD155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD155; }
p { color: rgb(106,209,85); }
H1.HeaderClassName
{
color: #6AD155;
}
.AnyTagClassName
{
color: #6AD155;
}
</style>
background-color css
<style>
a { background-color: #6AD155; }
a { background-color: rgb(106,209,85); }
div.DivClassName
{
background-color: #6AD155;
}
.BgClassName
{
background-color: #6AD155;
}
</style>
border-color css
<style>
span { border-color: #6AD155; }
span { border-color: rgb(106,209,85); }
td.TdClassName
{
border-color: #6AD155;
}
.TagClassName
{
border-color: #6AD155;
}
</style>