Shades of Mantis #6DDD4A
Tints of Mantis #6DDD4A
RGB
CMYK
RGB Variations
Color information
#6DDD4A (or 0x6DDD4A) is known color: Mantis. HEX triplet: 6D, DD and 4A. RGB value is (109,221,74). Sum of RGB (Red+Green+Blue) = 109+221+74=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDD4A is #9222B5. Grayscale: #ABABAB. Windows color (decimal): -9577142 or 4906349. OLE color: 4906349.
HSL color Cylindrical-coordinate representation of color #6DDD4A: hue angle of 105.71º degrees, saturation: 0.68, 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 #6DDD4A is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 74 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.13 |
| HSL | 105.71º | 0.68% | 0.58% | - |
| HSV(B) | 105.71º | 0.67% | 0.87% | - |
| XYZ | 33.4 | 55.46 | 15.42 | - |
| YUV | 170.75 | 73.39 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 74 | 0.51 | 0 | 0.67 | 0.13 | 105.71 | 0.68 | 0.58 |
| Hex | 6D | DD | 4A | 33 | 0 | 43 | D | 6A | 44 | 3A |
| Octal | 155 | 335 | 112 | 63 | 0 | 103 | 15 | 152 | 104 | 72 |
| Binary | 1101101 | 11011101 | 1001010 | 110011 | 0 | 1000011 | 1101 | 1101010 | 1000100 | 111010 |
Color Harmonies of #6DDD4A
Complementary color
Monochromatic Colors of #6DDD4A
Black with #6DDD4A
Text Example
Text Example
White with #6DDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD4A; }
p { color: rgb(109,221,74); }
H1.HeaderClassName
{
color: #6DDD4A;
}
.AnyTagClassName
{
color: #6DDD4A;
}
</style>
background-color css
<style>
a { background-color: #6DDD4A; }
a { background-color: rgb(109,221,74); }
div.DivClassName
{
background-color: #6DDD4A;
}
.BgClassName
{
background-color: #6DDD4A;
}
</style>
border-color css
<style>
span { border-color: #6DDD4A; }
span { border-color: rgb(109,221,74); }
td.TdClassName
{
border-color: #6DDD4A;
}
.TagClassName
{
border-color: #6DDD4A;
}
</style>