Shades of Mantis #6DC85F
Tints of Mantis #6DC85F
RGB
CMYK
RGB Variations
Color information
#6DC85F (or 0x6DC85F) is known color: Mantis. HEX triplet: 6D, C8 and 5F. RGB value is (109,200,95). Sum of RGB (Red+Green+Blue) = 109+200+95=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC85F is #9237A0. Grayscale: #A1A1A1. Windows color (decimal): -9582497 or 6277229. OLE color: 6277229.
HSL color Cylindrical-coordinate representation of color #6DC85F: hue angle of 112º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DC85F is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 200 | 95 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.22 |
| HSL | 112º | 0.49% | 0.58% | - |
| HSV(B) | 112º | 0.53% | 0.78% | - |
| XYZ | 29.03 | 45.39 | 18.06 | - |
| YUV | 160.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 200 | 95 | 0.46 | 0 | 0.52 | 0.22 | 112 | 0.49 | 0.58 |
| Hex | 6D | C8 | 5F | 2E | 0 | 34 | 16 | 70 | 31 | 3A |
| Octal | 155 | 310 | 137 | 56 | 0 | 64 | 26 | 160 | 61 | 72 |
| Binary | 1101101 | 11001000 | 1011111 | 101110 | 0 | 110100 | 10110 | 1110000 | 110001 | 111010 |
Color Harmonies of #6DC85F
Complementary color
Monochromatic Colors of #6DC85F
Black with #6DC85F
Text Example
Text Example
White with #6DC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC85F; }
p { color: rgb(109,200,95); }
H1.HeaderClassName
{
color: #6DC85F;
}
.AnyTagClassName
{
color: #6DC85F;
}
</style>
background-color css
<style>
a { background-color: #6DC85F; }
a { background-color: rgb(109,200,95); }
div.DivClassName
{
background-color: #6DC85F;
}
.BgClassName
{
background-color: #6DC85F;
}
</style>
border-color css
<style>
span { border-color: #6DC85F; }
span { border-color: rgb(109,200,95); }
td.TdClassName
{
border-color: #6DC85F;
}
.TagClassName
{
border-color: #6DC85F;
}
</style>