Shades of Mantis #6DD751
Tints of Mantis #6DD751
RGB
CMYK
RGB Variations
Color information
#6DD751 (or 0x6DD751) is known color: Mantis. HEX triplet: 6D, D7 and 51. RGB value is (109,215,81). Sum of RGB (Red+Green+Blue) = 109+215+81=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD751 is #9228AE. Grayscale: #A8A8A8. Windows color (decimal): -9578671 or 5363565. OLE color: 5363565.
HSL color Cylindrical-coordinate representation of color #6DD751: hue angle of 107.46º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6DD751 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 215 | 81 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.16 |
| HSL | 107.46º | 0.63% | 0.58% | - |
| HSV(B) | 107.46º | 0.62% | 0.84% | - |
| XYZ | 32.09 | 52.45 | 16.22 | - |
| YUV | 168.03 | 78.88 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 81 | 0.49 | 0 | 0.62 | 0.16 | 107.46 | 0.63 | 0.58 |
| Hex | 6D | D7 | 51 | 31 | 0 | 3E | 10 | 6B | 3F | 3A |
| Octal | 155 | 327 | 121 | 61 | 0 | 76 | 20 | 153 | 77 | 72 |
| Binary | 1101101 | 11010111 | 1010001 | 110001 | 0 | 111110 | 10000 | 1101011 | 111111 | 111010 |
Color Harmonies of #6DD751
Complementary color
Monochromatic Colors of #6DD751
Black with #6DD751
Text Example
Text Example
White with #6DD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD751; }
p { color: rgb(109,215,81); }
H1.HeaderClassName
{
color: #6DD751;
}
.AnyTagClassName
{
color: #6DD751;
}
</style>
background-color css
<style>
a { background-color: #6DD751; }
a { background-color: rgb(109,215,81); }
div.DivClassName
{
background-color: #6DD751;
}
.BgClassName
{
background-color: #6DD751;
}
</style>
border-color css
<style>
span { border-color: #6DD751; }
span { border-color: rgb(109,215,81); }
td.TdClassName
{
border-color: #6DD751;
}
.TagClassName
{
border-color: #6DD751;
}
</style>