Shades of Mantis #6DDD4F
Tints of Mantis #6DDD4F
RGB
CMYK
RGB Variations
Color information
#6DDD4F (or 0x6DDD4F) is known color: Mantis. HEX triplet: 6D, DD and 4F. RGB value is (109,221,79). Sum of RGB (Red+Green+Blue) = 109+221+79=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDD4F is #9222B0. Grayscale: #ABABAB. Windows color (decimal): -9577137 or 5234029. OLE color: 5234029.
HSL color Cylindrical-coordinate representation of color #6DDD4F: hue angle of 107.32º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6DDD4F is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 79 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.13 |
| HSL | 107.32º | 0.68% | 0.59% | - |
| HSV(B) | 107.32º | 0.64% | 0.87% | - |
| XYZ | 33.57 | 55.53 | 16.35 | - |
| YUV | 171.32 | 75.89 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 79 | 0.51 | 0 | 0.64 | 0.13 | 107.32 | 0.68 | 0.59 |
| Hex | 6D | DD | 4F | 33 | 0 | 40 | D | 6B | 44 | 3B |
| Octal | 155 | 335 | 117 | 63 | 0 | 100 | 15 | 153 | 104 | 73 |
| Binary | 1101101 | 11011101 | 1001111 | 110011 | 0 | 1000000 | 1101 | 1101011 | 1000100 | 111011 |
Color Harmonies of #6DDD4F
Complementary color
Monochromatic Colors of #6DDD4F
Black with #6DDD4F
Text Example
Text Example
White with #6DDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD4F; }
p { color: rgb(109,221,79); }
H1.HeaderClassName
{
color: #6DDD4F;
}
.AnyTagClassName
{
color: #6DDD4F;
}
</style>
background-color css
<style>
a { background-color: #6DDD4F; }
a { background-color: rgb(109,221,79); }
div.DivClassName
{
background-color: #6DDD4F;
}
.BgClassName
{
background-color: #6DDD4F;
}
</style>
border-color css
<style>
span { border-color: #6DDD4F; }
span { border-color: rgb(109,221,79); }
td.TdClassName
{
border-color: #6DDD4F;
}
.TagClassName
{
border-color: #6DDD4F;
}
</style>