Shades of Mantis #6DC15F
Tints of Mantis #6DC15F
RGB
CMYK
RGB Variations
Color information
#6DC15F (or 0x6DC15F) is known color: Mantis. HEX triplet: 6D, C1 and 5F. RGB value is (109,193,95). Sum of RGB (Red+Green+Blue) = 109+193+95=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC15F is #923EA0. Grayscale: #9D9D9D. Windows color (decimal): -9584289 or 6275437. OLE color: 6275437.
HSL color Cylindrical-coordinate representation of color #6DC15F: hue angle of 111.43º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DC15F is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 95 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.24 |
| HSL | 111.43º | 0.44% | 0.56% | - |
| HSV(B) | 111.43º | 0.51% | 0.76% | - |
| XYZ | 27.44 | 42.22 | 17.53 | - |
| YUV | 156.71 | 93.17 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 95 | 0.44 | 0 | 0.51 | 0.24 | 111.43 | 0.44 | 0.56 |
| Hex | 6D | C1 | 5F | 2C | 0 | 33 | 18 | 6F | 2C | 38 |
| Octal | 155 | 301 | 137 | 54 | 0 | 63 | 30 | 157 | 54 | 70 |
| Binary | 1101101 | 11000001 | 1011111 | 101100 | 0 | 110011 | 11000 | 1101111 | 101100 | 111000 |
Color Harmonies of #6DC15F
Complementary color
Monochromatic Colors of #6DC15F
Black with #6DC15F
Text Example
Text Example
White with #6DC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC15F; }
p { color: rgb(109,193,95); }
H1.HeaderClassName
{
color: #6DC15F;
}
.AnyTagClassName
{
color: #6DC15F;
}
</style>
background-color css
<style>
a { background-color: #6DC15F; }
a { background-color: rgb(109,193,95); }
div.DivClassName
{
background-color: #6DC15F;
}
.BgClassName
{
background-color: #6DC15F;
}
</style>
border-color css
<style>
span { border-color: #6DC15F; }
span { border-color: rgb(109,193,95); }
td.TdClassName
{
border-color: #6DC15F;
}
.TagClassName
{
border-color: #6DC15F;
}
</style>