Shades of Mantis #6DC755
Tints of Mantis #6DC755
RGB
CMYK
RGB Variations
Color information
#6DC755 (or 0x6DC755) is known color: Mantis. HEX triplet: 6D, C7 and 55. RGB value is (109,199,85). Sum of RGB (Red+Green+Blue) = 109+199+85=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #6DC755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC755 is #9238AA. Grayscale: #9F9F9F. Windows color (decimal): -9582763 or 5621613. OLE color: 5621613.
HSL color Cylindrical-coordinate representation of color #6DC755: hue angle of 107.37º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DC755 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 199 | 85 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.22 |
| HSL | 107.37º | 0.5% | 0.56% | - |
| HSV(B) | 107.37º | 0.57% | 0.78% | - |
| XYZ | 28.37 | 44.75 | 15.74 | - |
| YUV | 159.09 | 86.18 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 199 | 85 | 0.45 | 0 | 0.57 | 0.22 | 107.37 | 0.5 | 0.56 |
| Hex | 6D | C7 | 55 | 2D | 0 | 39 | 16 | 6B | 32 | 38 |
| Octal | 155 | 307 | 125 | 55 | 0 | 71 | 26 | 153 | 62 | 70 |
| Binary | 1101101 | 11000111 | 1010101 | 101101 | 0 | 111001 | 10110 | 1101011 | 110010 | 111000 |
Color Harmonies of #6DC755
Complementary color
Monochromatic Colors of #6DC755
Black with #6DC755
Text Example
Text Example
White with #6DC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC755; }
p { color: rgb(109,199,85); }
H1.HeaderClassName
{
color: #6DC755;
}
.AnyTagClassName
{
color: #6DC755;
}
</style>
background-color css
<style>
a { background-color: #6DC755; }
a { background-color: rgb(109,199,85); }
div.DivClassName
{
background-color: #6DC755;
}
.BgClassName
{
background-color: #6DC755;
}
</style>
border-color css
<style>
span { border-color: #6DC755; }
span { border-color: rgb(109,199,85); }
td.TdClassName
{
border-color: #6DC755;
}
.TagClassName
{
border-color: #6DC755;
}
</style>