Shades of Mantis #6DC961
Tints of Mantis #6DC961
RGB
CMYK
RGB Variations
Color information
#6DC961 (or 0x6DC961) is known color: Mantis. HEX triplet: 6D, C9 and 61. RGB value is (109,201,97). Sum of RGB (Red+Green+Blue) = 109+201+97=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC961 is #92369E. Grayscale: #A1A1A1. Windows color (decimal): -9582239 or 6408557. OLE color: 6408557.
HSL color Cylindrical-coordinate representation of color #6DC961: hue angle of 113.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DC961 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 97 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.21 |
| HSL | 113.08º | 0.49% | 0.58% | - |
| HSV(B) | 113.08º | 0.52% | 0.79% | - |
| XYZ | 29.35 | 45.89 | 18.62 | - |
| YUV | 161.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 97 | 0.46 | 0 | 0.52 | 0.21 | 113.08 | 0.49 | 0.58 |
| Hex | 6D | C9 | 61 | 2E | 0 | 34 | 15 | 71 | 31 | 3A |
| Octal | 155 | 311 | 141 | 56 | 0 | 64 | 25 | 161 | 61 | 72 |
| Binary | 1101101 | 11001001 | 1100001 | 101110 | 0 | 110100 | 10101 | 1110001 | 110001 | 111010 |
Color Harmonies of #6DC961
Complementary color
Monochromatic Colors of #6DC961
Black with #6DC961
Text Example
Text Example
White with #6DC961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC961; }
p { color: rgb(109,201,97); }
H1.HeaderClassName
{
color: #6DC961;
}
.AnyTagClassName
{
color: #6DC961;
}
</style>
background-color css
<style>
a { background-color: #6DC961; }
a { background-color: rgb(109,201,97); }
div.DivClassName
{
background-color: #6DC961;
}
.BgClassName
{
background-color: #6DC961;
}
</style>
border-color css
<style>
span { border-color: #6DC961; }
span { border-color: rgb(109,201,97); }
td.TdClassName
{
border-color: #6DC961;
}
.TagClassName
{
border-color: #6DC961;
}
</style>