Shades of Mantis #6DDA4D
Tints of Mantis #6DDA4D
RGB
CMYK
RGB Variations
Color information
#6DDA4D (or 0x6DDA4D) is known color: Mantis. HEX triplet: 6D, DA and 4D. RGB value is (109,218,77). Sum of RGB (Red+Green+Blue) = 109+218+77=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDA4D is #9225B2. Grayscale: #A9A9A9. Windows color (decimal): -9577907 or 5102189. OLE color: 5102189.
HSL color Cylindrical-coordinate representation of color #6DDA4D: hue angle of 106.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6DDA4D is Cyan = 0.5, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 77 | - |
| CMYK | 0.5 | 0 | 0.65 | 0.15 |
| HSL | 106.38º | 0.66% | 0.58% | - |
| HSV(B) | 106.38º | 0.65% | 0.85% | - |
| XYZ | 32.72 | 53.93 | 15.71 | - |
| YUV | 169.34 | 75.89 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 77 | 0.5 | 0 | 0.65 | 0.15 | 106.38 | 0.66 | 0.58 |
| Hex | 6D | DA | 4D | 32 | 0 | 41 | F | 6A | 42 | 3A |
| Octal | 155 | 332 | 115 | 62 | 0 | 101 | 17 | 152 | 102 | 72 |
| Binary | 1101101 | 11011010 | 1001101 | 110010 | 0 | 1000001 | 1111 | 1101010 | 1000010 | 111010 |
Color Harmonies of #6DDA4D
Complementary color
Monochromatic Colors of #6DDA4D
Black with #6DDA4D
Text Example
Text Example
White with #6DDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA4D; }
p { color: rgb(109,218,77); }
H1.HeaderClassName
{
color: #6DDA4D;
}
.AnyTagClassName
{
color: #6DDA4D;
}
</style>
background-color css
<style>
a { background-color: #6DDA4D; }
a { background-color: rgb(109,218,77); }
div.DivClassName
{
background-color: #6DDA4D;
}
.BgClassName
{
background-color: #6DDA4D;
}
</style>
border-color css
<style>
span { border-color: #6DDA4D; }
span { border-color: rgb(109,218,77); }
td.TdClassName
{
border-color: #6DDA4D;
}
.TagClassName
{
border-color: #6DDA4D;
}
</style>