Shades of Mantis #6DB85E
Tints of Mantis #6DB85E
RGB
CMYK
RGB Variations
Color information
#6DB85E (or 0x6DB85E) is known color: Mantis. HEX triplet: 6D, B8 and 5E. RGB value is (109,184,94). Sum of RGB (Red+Green+Blue) = 109+184+94=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB85E is #9247A1. Grayscale: #979797. Windows color (decimal): -9586594 or 6207597. OLE color: 6207597.
HSL color Cylindrical-coordinate representation of color #6DB85E: hue angle of 110º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DB85E is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 94 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.28 |
| HSL | 110º | 0.39% | 0.55% | - |
| HSV(B) | 110º | 0.49% | 0.72% | - |
| XYZ | 25.47 | 38.34 | 16.65 | - |
| YUV | 151.32 | 95.65 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 94 | 0.41 | 0 | 0.49 | 0.28 | 110 | 0.39 | 0.55 |
| Hex | 6D | B8 | 5E | 29 | 0 | 31 | 1C | 6E | 27 | 37 |
| Octal | 155 | 270 | 136 | 51 | 0 | 61 | 34 | 156 | 47 | 67 |
| Binary | 1101101 | 10111000 | 1011110 | 101001 | 0 | 110001 | 11100 | 1101110 | 100111 | 110111 |
Color Harmonies of #6DB85E
Complementary color
Monochromatic Colors of #6DB85E
Black with #6DB85E
Text Example
Text Example
White with #6DB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB85E; }
p { color: rgb(109,184,94); }
H1.HeaderClassName
{
color: #6DB85E;
}
.AnyTagClassName
{
color: #6DB85E;
}
</style>
background-color css
<style>
a { background-color: #6DB85E; }
a { background-color: rgb(109,184,94); }
div.DivClassName
{
background-color: #6DB85E;
}
.BgClassName
{
background-color: #6DB85E;
}
</style>
border-color css
<style>
span { border-color: #6DB85E; }
span { border-color: rgb(109,184,94); }
td.TdClassName
{
border-color: #6DB85E;
}
.TagClassName
{
border-color: #6DB85E;
}
</style>