Shades of Mantis #6DC660
Tints of Mantis #6DC660
RGB
CMYK
RGB Variations
Color information
#6DC660 (or 0x6DC660) is known color: Mantis. HEX triplet: 6D, C6 and 60. RGB value is (109,198,96). Sum of RGB (Red+Green+Blue) = 109+198+96=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #6DC660 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC660 is #92399F. Grayscale: #A0A0A0. Windows color (decimal): -9583008 or 6342253. OLE color: 6342253.
HSL color Cylindrical-coordinate representation of color #6DC660: hue angle of 112.35º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DC660 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 198 | 96 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.22 |
| HSL | 112.35º | 0.47% | 0.58% | - |
| HSV(B) | 112.35º | 0.52% | 0.78% | - |
| XYZ | 28.61 | 44.48 | 18.14 | - |
| YUV | 159.76 | 92.01 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 198 | 96 | 0.45 | 0 | 0.52 | 0.22 | 112.35 | 0.47 | 0.58 |
| Hex | 6D | C6 | 60 | 2D | 0 | 34 | 16 | 70 | 2F | 3A |
| Octal | 155 | 306 | 140 | 55 | 0 | 64 | 26 | 160 | 57 | 72 |
| Binary | 1101101 | 11000110 | 1100000 | 101101 | 0 | 110100 | 10110 | 1110000 | 101111 | 111010 |
Color Harmonies of #6DC660
Complementary color
Monochromatic Colors of #6DC660
Black with #6DC660
Text Example
Text Example
White with #6DC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC660; }
p { color: rgb(109,198,96); }
H1.HeaderClassName
{
color: #6DC660;
}
.AnyTagClassName
{
color: #6DC660;
}
</style>
background-color css
<style>
a { background-color: #6DC660; }
a { background-color: rgb(109,198,96); }
div.DivClassName
{
background-color: #6DC660;
}
.BgClassName
{
background-color: #6DC660;
}
</style>
border-color css
<style>
span { border-color: #6DC660; }
span { border-color: rgb(109,198,96); }
td.TdClassName
{
border-color: #6DC660;
}
.TagClassName
{
border-color: #6DC660;
}
</style>