Shades of Mantis #6DC561
Tints of Mantis #6DC561
RGB
CMYK
RGB Variations
Color information
#6DC561 (or 0x6DC561) is known color: Mantis. HEX triplet: 6D, C5 and 61. RGB value is (109,197,97). Sum of RGB (Red+Green+Blue) = 109+197+97=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC561 is #923A9E. Grayscale: #9F9F9F. Windows color (decimal): -9583263 or 6407533. OLE color: 6407533.
HSL color Cylindrical-coordinate representation of color #6DC561: hue angle of 112.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DC561 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 97 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.23 |
| HSL | 112.8º | 0.46% | 0.58% | - |
| HSV(B) | 112.8º | 0.51% | 0.77% | - |
| XYZ | 28.43 | 44.05 | 18.31 | - |
| YUV | 159.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 97 | 0.45 | 0 | 0.51 | 0.23 | 112.8 | 0.46 | 0.58 |
| Hex | 6D | C5 | 61 | 2D | 0 | 33 | 17 | 71 | 2E | 3A |
| Octal | 155 | 305 | 141 | 55 | 0 | 63 | 27 | 161 | 56 | 72 |
| Binary | 1101101 | 11000101 | 1100001 | 101101 | 0 | 110011 | 10111 | 1110001 | 101110 | 111010 |
Color Harmonies of #6DC561
Complementary color
Monochromatic Colors of #6DC561
Black with #6DC561
Text Example
Text Example
White with #6DC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC561; }
p { color: rgb(109,197,97); }
H1.HeaderClassName
{
color: #6DC561;
}
.AnyTagClassName
{
color: #6DC561;
}
</style>
background-color css
<style>
a { background-color: #6DC561; }
a { background-color: rgb(109,197,97); }
div.DivClassName
{
background-color: #6DC561;
}
.BgClassName
{
background-color: #6DC561;
}
</style>
border-color css
<style>
span { border-color: #6DC561; }
span { border-color: rgb(109,197,97); }
td.TdClassName
{
border-color: #6DC561;
}
.TagClassName
{
border-color: #6DC561;
}
</style>