Shades of Mantis #6DCD55
Tints of Mantis #6DCD55
RGB
CMYK
RGB Variations
Color information
#6DCD55 (or 0x6DCD55) is known color: Mantis. HEX triplet: 6D, CD and 55. RGB value is (109,205,85). Sum of RGB (Red+Green+Blue) = 109+205+85=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD55 is #9232AA. Grayscale: #A2A2A2. Windows color (decimal): -9581227 or 5623149. OLE color: 5623149.
HSL color Cylindrical-coordinate representation of color #6DCD55: hue angle of 108º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DCD55 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 85 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.20 |
| HSL | 108º | 0.55% | 0.57% | - |
| HSV(B) | 108º | 0.59% | 0.8% | - |
| XYZ | 29.78 | 47.57 | 16.21 | - |
| YUV | 162.62 | 84.2 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 85 | 0.47 | 0 | 0.59 | 0.20 | 108 | 0.55 | 0.57 |
| Hex | 6D | CD | 55 | 2F | 0 | 3B | 14 | 6C | 37 | 39 |
| Octal | 155 | 315 | 125 | 57 | 0 | 73 | 24 | 154 | 67 | 71 |
| Binary | 1101101 | 11001101 | 1010101 | 101111 | 0 | 111011 | 10100 | 1101100 | 110111 | 111001 |
Color Harmonies of #6DCD55
Complementary color
Monochromatic Colors of #6DCD55
Black with #6DCD55
Text Example
Text Example
White with #6DCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD55; }
p { color: rgb(109,205,85); }
H1.HeaderClassName
{
color: #6DCD55;
}
.AnyTagClassName
{
color: #6DCD55;
}
</style>
background-color css
<style>
a { background-color: #6DCD55; }
a { background-color: rgb(109,205,85); }
div.DivClassName
{
background-color: #6DCD55;
}
.BgClassName
{
background-color: #6DCD55;
}
</style>
border-color css
<style>
span { border-color: #6DCD55; }
span { border-color: rgb(109,205,85); }
td.TdClassName
{
border-color: #6DCD55;
}
.TagClassName
{
border-color: #6DCD55;
}
</style>