Shades of Mantis #6DC75D
Tints of Mantis #6DC75D
RGB
CMYK
RGB Variations
Color information
#6DC75D (or 0x6DC75D) is known color: Mantis. HEX triplet: 6D, C7 and 5D. RGB value is (109,199,93). Sum of RGB (Red+Green+Blue) = 109+199+93=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #6DC75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC75D is #9238A2. Grayscale: #A0A0A0. Windows color (decimal): -9582755 or 6145901. OLE color: 6145901.
HSL color Cylindrical-coordinate representation of color #6DC75D: hue angle of 110.94º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DC75D is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 199 | 93 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.22 |
| HSL | 110.94º | 0.49% | 0.57% | - |
| HSV(B) | 110.94º | 0.53% | 0.78% | - |
| XYZ | 28.71 | 44.89 | 17.51 | - |
| YUV | 160.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 199 | 93 | 0.45 | 0 | 0.53 | 0.22 | 110.94 | 0.49 | 0.57 |
| Hex | 6D | C7 | 5D | 2D | 0 | 35 | 16 | 6F | 31 | 39 |
| Octal | 155 | 307 | 135 | 55 | 0 | 65 | 26 | 157 | 61 | 71 |
| Binary | 1101101 | 11000111 | 1011101 | 101101 | 0 | 110101 | 10110 | 1101111 | 110001 | 111001 |
Color Harmonies of #6DC75D
Complementary color
Monochromatic Colors of #6DC75D
Black with #6DC75D
Text Example
Text Example
White with #6DC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC75D; }
p { color: rgb(109,199,93); }
H1.HeaderClassName
{
color: #6DC75D;
}
.AnyTagClassName
{
color: #6DC75D;
}
</style>
background-color css
<style>
a { background-color: #6DC75D; }
a { background-color: rgb(109,199,93); }
div.DivClassName
{
background-color: #6DC75D;
}
.BgClassName
{
background-color: #6DC75D;
}
</style>
border-color css
<style>
span { border-color: #6DC75D; }
span { border-color: rgb(109,199,93); }
td.TdClassName
{
border-color: #6DC75D;
}
.TagClassName
{
border-color: #6DC75D;
}
</style>