Shades of Mantis #6DCA5D
Tints of Mantis #6DCA5D
RGB
CMYK
RGB Variations
Color information
#6DCA5D (or 0x6DCA5D) is known color: Mantis. HEX triplet: 6D, CA and 5D. RGB value is (109,202,93). Sum of RGB (Red+Green+Blue) = 109+202+93=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCA5D is #9235A2. Grayscale: #A2A2A2. Windows color (decimal): -9581987 or 6146669. OLE color: 6146669.
HSL color Cylindrical-coordinate representation of color #6DCA5D: hue angle of 111.19º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DCA5D is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 93 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.21 |
| HSL | 111.19º | 0.51% | 0.58% | - |
| HSV(B) | 111.19º | 0.54% | 0.79% | - |
| XYZ | 29.4 | 46.28 | 17.74 | - |
| YUV | 161.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 93 | 0.46 | 0 | 0.54 | 0.21 | 111.19 | 0.51 | 0.58 |
| Hex | 6D | CA | 5D | 2E | 0 | 36 | 15 | 6F | 33 | 3A |
| Octal | 155 | 312 | 135 | 56 | 0 | 66 | 25 | 157 | 63 | 72 |
| Binary | 1101101 | 11001010 | 1011101 | 101110 | 0 | 110110 | 10101 | 1101111 | 110011 | 111010 |
Color Harmonies of #6DCA5D
Complementary color
Monochromatic Colors of #6DCA5D
Black with #6DCA5D
Text Example
Text Example
White with #6DCA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCA5D; }
p { color: rgb(109,202,93); }
H1.HeaderClassName
{
color: #6DCA5D;
}
.AnyTagClassName
{
color: #6DCA5D;
}
</style>
background-color css
<style>
a { background-color: #6DCA5D; }
a { background-color: rgb(109,202,93); }
div.DivClassName
{
background-color: #6DCA5D;
}
.BgClassName
{
background-color: #6DCA5D;
}
</style>
border-color css
<style>
span { border-color: #6DCA5D; }
span { border-color: rgb(109,202,93); }
td.TdClassName
{
border-color: #6DCA5D;
}
.TagClassName
{
border-color: #6DCA5D;
}
</style>