Shades of Mantis #6DC555
Tints of Mantis #6DC555
RGB
CMYK
RGB Variations
Color information
#6DC555 (or 0x6DC555) is known color: Mantis. HEX triplet: 6D, C5 and 55. RGB value is (109,197,85). Sum of RGB (Red+Green+Blue) = 109+197+85=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC555 is #923AAA. Grayscale: #9E9E9E. Windows color (decimal): -9583275 or 5621101. OLE color: 5621101.
HSL color Cylindrical-coordinate representation of color #6DC555: hue angle of 107.14º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DC555 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 85 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.23 |
| HSL | 107.14º | 0.49% | 0.55% | - |
| HSV(B) | 107.14º | 0.57% | 0.77% | - |
| XYZ | 27.91 | 43.84 | 15.59 | - |
| YUV | 157.92 | 86.85 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 85 | 0.45 | 0 | 0.57 | 0.23 | 107.14 | 0.49 | 0.55 |
| Hex | 6D | C5 | 55 | 2D | 0 | 39 | 17 | 6B | 31 | 37 |
| Octal | 155 | 305 | 125 | 55 | 0 | 71 | 27 | 153 | 61 | 67 |
| Binary | 1101101 | 11000101 | 1010101 | 101101 | 0 | 111001 | 10111 | 1101011 | 110001 | 110111 |
Color Harmonies of #6DC555
Complementary color
Monochromatic Colors of #6DC555
Black with #6DC555
Text Example
Text Example
White with #6DC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC555; }
p { color: rgb(109,197,85); }
H1.HeaderClassName
{
color: #6DC555;
}
.AnyTagClassName
{
color: #6DC555;
}
</style>
background-color css
<style>
a { background-color: #6DC555; }
a { background-color: rgb(109,197,85); }
div.DivClassName
{
background-color: #6DC555;
}
.BgClassName
{
background-color: #6DC555;
}
</style>
border-color css
<style>
span { border-color: #6DC555; }
span { border-color: rgb(109,197,85); }
td.TdClassName
{
border-color: #6DC555;
}
.TagClassName
{
border-color: #6DC555;
}
</style>