Shades of Mantis #6DBC5D
Tints of Mantis #6DBC5D
RGB
CMYK
RGB Variations
Color information
#6DBC5D (or 0x6DBC5D) is known color: Mantis. HEX triplet: 6D, BC and 5D. RGB value is (109,188,93). Sum of RGB (Red+Green+Blue) = 109+188+93=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBC5D is #9243A2. Grayscale: #999999. Windows color (decimal): -9585571 or 6143085. OLE color: 6143085.
HSL color Cylindrical-coordinate representation of color #6DBC5D: hue angle of 109.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DBC5D is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 93 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.26 |
| HSL | 109.89º | 0.41% | 0.55% | - |
| HSV(B) | 109.89º | 0.51% | 0.74% | - |
| XYZ | 26.27 | 40.01 | 16.69 | - |
| YUV | 153.55 | 93.83 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 93 | 0.42 | 0 | 0.51 | 0.26 | 109.89 | 0.41 | 0.55 |
| Hex | 6D | BC | 5D | 2A | 0 | 33 | 1A | 6E | 29 | 37 |
| Octal | 155 | 274 | 135 | 52 | 0 | 63 | 32 | 156 | 51 | 67 |
| Binary | 1101101 | 10111100 | 1011101 | 101010 | 0 | 110011 | 11010 | 1101110 | 101001 | 110111 |
Color Harmonies of #6DBC5D
Complementary color
Monochromatic Colors of #6DBC5D
Black with #6DBC5D
Text Example
Text Example
White with #6DBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC5D; }
p { color: rgb(109,188,93); }
H1.HeaderClassName
{
color: #6DBC5D;
}
.AnyTagClassName
{
color: #6DBC5D;
}
</style>
background-color css
<style>
a { background-color: #6DBC5D; }
a { background-color: rgb(109,188,93); }
div.DivClassName
{
background-color: #6DBC5D;
}
.BgClassName
{
background-color: #6DBC5D;
}
</style>
border-color css
<style>
span { border-color: #6DBC5D; }
span { border-color: rgb(109,188,93); }
td.TdClassName
{
border-color: #6DBC5D;
}
.TagClassName
{
border-color: #6DBC5D;
}
</style>