Shades of Mantis #6DBD5C
Tints of Mantis #6DBD5C
RGB
CMYK
RGB Variations
Color information
#6DBD5C (or 0x6DBD5C) is known color: Mantis. HEX triplet: 6D, BD and 5C. RGB value is (109,189,92). Sum of RGB (Red+Green+Blue) = 109+189+92=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBD5C is #9242A3. Grayscale: #9A9A9A. Windows color (decimal): -9585316 or 6077805. OLE color: 6077805.
HSL color Cylindrical-coordinate representation of color #6DBD5C: hue angle of 109.48º degrees, saturation: 0.42, 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 #6DBD5C is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 92 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.26 |
| HSL | 109.48º | 0.42% | 0.55% | - |
| HSV(B) | 109.48º | 0.51% | 0.74% | - |
| XYZ | 26.44 | 40.42 | 16.53 | - |
| YUV | 154.02 | 93 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 92 | 0.42 | 0 | 0.51 | 0.26 | 109.48 | 0.42 | 0.55 |
| Hex | 6D | BD | 5C | 2A | 0 | 33 | 1A | 6D | 2A | 37 |
| Octal | 155 | 275 | 134 | 52 | 0 | 63 | 32 | 155 | 52 | 67 |
| Binary | 1101101 | 10111101 | 1011100 | 101010 | 0 | 110011 | 11010 | 1101101 | 101010 | 110111 |
Color Harmonies of #6DBD5C
Complementary color
Monochromatic Colors of #6DBD5C
Black with #6DBD5C
Text Example
Text Example
White with #6DBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD5C; }
p { color: rgb(109,189,92); }
H1.HeaderClassName
{
color: #6DBD5C;
}
.AnyTagClassName
{
color: #6DBD5C;
}
</style>
background-color css
<style>
a { background-color: #6DBD5C; }
a { background-color: rgb(109,189,92); }
div.DivClassName
{
background-color: #6DBD5C;
}
.BgClassName
{
background-color: #6DBD5C;
}
</style>
border-color css
<style>
span { border-color: #6DBD5C; }
span { border-color: rgb(109,189,92); }
td.TdClassName
{
border-color: #6DBD5C;
}
.TagClassName
{
border-color: #6DBD5C;
}
</style>