Shades of Mantis #6DD94C
Tints of Mantis #6DD94C
RGB
CMYK
RGB Variations
Color information
#6DD94C (or 0x6DD94C) is known color: Mantis. HEX triplet: 6D, D9 and 4C. RGB value is (109,217,76). Sum of RGB (Red+Green+Blue) = 109+217+76=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD94C is #9226B3. Grayscale: #A9A9A9. Windows color (decimal): -9578164 or 5036397. OLE color: 5036397.
HSL color Cylindrical-coordinate representation of color #6DD94C: hue angle of 105.96º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6DD94C is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 217 | 76 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.15 |
| HSL | 105.96º | 0.65% | 0.57% | - |
| HSV(B) | 105.96º | 0.65% | 0.85% | - |
| XYZ | 32.42 | 53.4 | 15.44 | - |
| YUV | 168.63 | 75.72 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 76 | 0.50 | 0 | 0.65 | 0.15 | 105.96 | 0.65 | 0.57 |
| Hex | 6D | D9 | 4C | 32 | 0 | 41 | F | 6A | 41 | 39 |
| Octal | 155 | 331 | 114 | 62 | 0 | 101 | 17 | 152 | 101 | 71 |
| Binary | 1101101 | 11011001 | 1001100 | 110010 | 0 | 1000001 | 1111 | 1101010 | 1000001 | 111001 |
Color Harmonies of #6DD94C
Complementary color
Monochromatic Colors of #6DD94C
Black with #6DD94C
Text Example
Text Example
White with #6DD94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD94C; }
p { color: rgb(109,217,76); }
H1.HeaderClassName
{
color: #6DD94C;
}
.AnyTagClassName
{
color: #6DD94C;
}
</style>
background-color css
<style>
a { background-color: #6DD94C; }
a { background-color: rgb(109,217,76); }
div.DivClassName
{
background-color: #6DD94C;
}
.BgClassName
{
background-color: #6DD94C;
}
</style>
border-color css
<style>
span { border-color: #6DD94C; }
span { border-color: rgb(109,217,76); }
td.TdClassName
{
border-color: #6DD94C;
}
.TagClassName
{
border-color: #6DD94C;
}
</style>