Shades of Mantis #6DC85C
Tints of Mantis #6DC85C
RGB
CMYK
RGB Variations
Color information
#6DC85C (or 0x6DC85C) is known color: Mantis. HEX triplet: 6D, C8 and 5C. RGB value is (109,200,92). Sum of RGB (Red+Green+Blue) = 109+200+92=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC85C is #9237A3. Grayscale: #A0A0A0. Windows color (decimal): -9582500 or 6080621. OLE color: 6080621.
HSL color Cylindrical-coordinate representation of color #6DC85C: hue angle of 110.56º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DC85C is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 200 | 92 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.22 |
| HSL | 110.56º | 0.5% | 0.57% | - |
| HSV(B) | 110.56º | 0.54% | 0.78% | - |
| XYZ | 28.89 | 45.33 | 17.35 | - |
| YUV | 160.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 200 | 92 | 0.46 | 0 | 0.54 | 0.22 | 110.56 | 0.5 | 0.57 |
| Hex | 6D | C8 | 5C | 2E | 0 | 36 | 16 | 6F | 32 | 39 |
| Octal | 155 | 310 | 134 | 56 | 0 | 66 | 26 | 157 | 62 | 71 |
| Binary | 1101101 | 11001000 | 1011100 | 101110 | 0 | 110110 | 10110 | 1101111 | 110010 | 111001 |
Color Harmonies of #6DC85C
Complementary color
Monochromatic Colors of #6DC85C
Black with #6DC85C
Text Example
Text Example
White with #6DC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC85C; }
p { color: rgb(109,200,92); }
H1.HeaderClassName
{
color: #6DC85C;
}
.AnyTagClassName
{
color: #6DC85C;
}
</style>
background-color css
<style>
a { background-color: #6DC85C; }
a { background-color: rgb(109,200,92); }
div.DivClassName
{
background-color: #6DC85C;
}
.BgClassName
{
background-color: #6DC85C;
}
</style>
border-color css
<style>
span { border-color: #6DC85C; }
span { border-color: rgb(109,200,92); }
td.TdClassName
{
border-color: #6DC85C;
}
.TagClassName
{
border-color: #6DC85C;
}
</style>