Shades of Mantis #6DC95B
Tints of Mantis #6DC95B
RGB
CMYK
RGB Variations
Color information
#6DC95B (or 0x6DC95B) is known color: Mantis. HEX triplet: 6D, C9 and 5B. RGB value is (109,201,91). Sum of RGB (Red+Green+Blue) = 109+201+91=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC95B is #9236A4. Grayscale: #A1A1A1. Windows color (decimal): -9582245 or 6015341. OLE color: 6015341.
HSL color Cylindrical-coordinate representation of color #6DC95B: hue angle of 110.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DC95B is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 91 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.21 |
| HSL | 110.18º | 0.5% | 0.57% | - |
| HSV(B) | 110.18º | 0.55% | 0.79% | - |
| XYZ | 29.08 | 45.78 | 17.2 | - |
| YUV | 160.95 | 88.52 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 91 | 0.46 | 0 | 0.55 | 0.21 | 110.18 | 0.5 | 0.57 |
| Hex | 6D | C9 | 5B | 2E | 0 | 37 | 15 | 6E | 32 | 39 |
| Octal | 155 | 311 | 133 | 56 | 0 | 67 | 25 | 156 | 62 | 71 |
| Binary | 1101101 | 11001001 | 1011011 | 101110 | 0 | 110111 | 10101 | 1101110 | 110010 | 111001 |
Color Harmonies of #6DC95B
Complementary color
Monochromatic Colors of #6DC95B
Black with #6DC95B
Text Example
Text Example
White with #6DC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC95B; }
p { color: rgb(109,201,91); }
H1.HeaderClassName
{
color: #6DC95B;
}
.AnyTagClassName
{
color: #6DC95B;
}
</style>
background-color css
<style>
a { background-color: #6DC95B; }
a { background-color: rgb(109,201,91); }
div.DivClassName
{
background-color: #6DC95B;
}
.BgClassName
{
background-color: #6DC95B;
}
</style>
border-color css
<style>
span { border-color: #6DC95B; }
span { border-color: rgb(109,201,91); }
td.TdClassName
{
border-color: #6DC95B;
}
.TagClassName
{
border-color: #6DC95B;
}
</style>