Shades of Mantis #6DDA51
Tints of Mantis #6DDA51
RGB
CMYK
RGB Variations
Color information
#6DDA51 (or 0x6DDA51) is known color: Mantis. HEX triplet: 6D, DA and 51. RGB value is (109,218,81). Sum of RGB (Red+Green+Blue) = 109+218+81=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDA51 is #9225AE. Grayscale: #AAAAAA. Windows color (decimal): -9577903 or 5364333. OLE color: 5364333.
HSL color Cylindrical-coordinate representation of color #6DDA51: hue angle of 107.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DDA51 is Cyan = 0.5, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 81 | - |
| CMYK | 0.5 | 0 | 0.63 | 0.15 |
| HSL | 107.74º | 0.65% | 0.59% | - |
| HSV(B) | 107.74º | 0.63% | 0.85% | - |
| XYZ | 32.86 | 53.99 | 16.47 | - |
| YUV | 169.79 | 77.89 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 81 | 0.5 | 0 | 0.63 | 0.15 | 107.74 | 0.65 | 0.59 |
| Hex | 6D | DA | 51 | 32 | 0 | 3F | F | 6C | 41 | 3B |
| Octal | 155 | 332 | 121 | 62 | 0 | 77 | 17 | 154 | 101 | 73 |
| Binary | 1101101 | 11011010 | 1010001 | 110010 | 0 | 111111 | 1111 | 1101100 | 1000001 | 111011 |
Color Harmonies of #6DDA51
Complementary color
Monochromatic Colors of #6DDA51
Black with #6DDA51
Text Example
Text Example
White with #6DDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA51; }
p { color: rgb(109,218,81); }
H1.HeaderClassName
{
color: #6DDA51;
}
.AnyTagClassName
{
color: #6DDA51;
}
</style>
background-color css
<style>
a { background-color: #6DDA51; }
a { background-color: rgb(109,218,81); }
div.DivClassName
{
background-color: #6DDA51;
}
.BgClassName
{
background-color: #6DDA51;
}
</style>
border-color css
<style>
span { border-color: #6DDA51; }
span { border-color: rgb(109,218,81); }
td.TdClassName
{
border-color: #6DDA51;
}
.TagClassName
{
border-color: #6DDA51;
}
</style>