Shades of Mantis #6DD74F
Tints of Mantis #6DD74F
RGB
CMYK
RGB Variations
Color information
#6DD74F (or 0x6DD74F) is known color: Mantis. HEX triplet: 6D, D7 and 4F. RGB value is (109,215,79). Sum of RGB (Red+Green+Blue) = 109+215+79=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD74F is #9228B0. Grayscale: #A8A8A8. Windows color (decimal): -9578673 or 5232493. OLE color: 5232493.
HSL color Cylindrical-coordinate representation of color #6DD74F: hue angle of 106.76º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DD74F is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 215 | 79 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.16 |
| HSL | 106.76º | 0.63% | 0.58% | - |
| HSV(B) | 106.76º | 0.63% | 0.84% | - |
| XYZ | 32.02 | 52.42 | 15.83 | - |
| YUV | 167.8 | 77.88 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 79 | 0.49 | 0 | 0.63 | 0.16 | 106.76 | 0.63 | 0.58 |
| Hex | 6D | D7 | 4F | 31 | 0 | 3F | 10 | 6B | 3F | 3A |
| Octal | 155 | 327 | 117 | 61 | 0 | 77 | 20 | 153 | 77 | 72 |
| Binary | 1101101 | 11010111 | 1001111 | 110001 | 0 | 111111 | 10000 | 1101011 | 111111 | 111010 |
Color Harmonies of #6DD74F
Complementary color
Monochromatic Colors of #6DD74F
Black with #6DD74F
Text Example
Text Example
White with #6DD74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD74F; }
p { color: rgb(109,215,79); }
H1.HeaderClassName
{
color: #6DD74F;
}
.AnyTagClassName
{
color: #6DD74F;
}
</style>
background-color css
<style>
a { background-color: #6DD74F; }
a { background-color: rgb(109,215,79); }
div.DivClassName
{
background-color: #6DD74F;
}
.BgClassName
{
background-color: #6DD74F;
}
</style>
border-color css
<style>
span { border-color: #6DD74F; }
span { border-color: rgb(109,215,79); }
td.TdClassName
{
border-color: #6DD74F;
}
.TagClassName
{
border-color: #6DD74F;
}
</style>