Shades of Mantis #6DDD49
Tints of Mantis #6DDD49
RGB
CMYK
RGB Variations
Color information
#6DDD49 (or 0x6DDD49) is known color: Mantis. HEX triplet: 6D, DD and 49. RGB value is (109,221,73). Sum of RGB (Red+Green+Blue) = 109+221+73=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDD49 is #9222B6. Grayscale: #ABABAB. Windows color (decimal): -9577143 or 4840813. OLE color: 4840813.
HSL color Cylindrical-coordinate representation of color #6DDD49: hue angle of 105.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6DDD49 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 73 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.13 |
| HSL | 105.41º | 0.69% | 0.58% | - |
| HSV(B) | 105.41º | 0.67% | 0.87% | - |
| XYZ | 33.37 | 55.45 | 15.25 | - |
| YUV | 170.64 | 72.89 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 73 | 0.51 | 0 | 0.67 | 0.13 | 105.41 | 0.69 | 0.58 |
| Hex | 6D | DD | 49 | 33 | 0 | 43 | D | 69 | 45 | 3A |
| Octal | 155 | 335 | 111 | 63 | 0 | 103 | 15 | 151 | 105 | 72 |
| Binary | 1101101 | 11011101 | 1001001 | 110011 | 0 | 1000011 | 1101 | 1101001 | 1000101 | 111010 |
Color Harmonies of #6DDD49
Complementary color
Monochromatic Colors of #6DDD49
Black with #6DDD49
Text Example
Text Example
White with #6DDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD49; }
p { color: rgb(109,221,73); }
H1.HeaderClassName
{
color: #6DDD49;
}
.AnyTagClassName
{
color: #6DDD49;
}
</style>
background-color css
<style>
a { background-color: #6DDD49; }
a { background-color: rgb(109,221,73); }
div.DivClassName
{
background-color: #6DDD49;
}
.BgClassName
{
background-color: #6DDD49;
}
</style>
border-color css
<style>
span { border-color: #6DDD49; }
span { border-color: rgb(109,221,73); }
td.TdClassName
{
border-color: #6DDD49;
}
.TagClassName
{
border-color: #6DDD49;
}
</style>