Shades of Mantis #6FDD4D
Tints of Mantis #6FDD4D
RGB
CMYK
RGB Variations
Color information
#6FDD4D (or 0x6FDD4D) is known color: Mantis. HEX triplet: 6F, DD and 4D. RGB value is (111,221,77). Sum of RGB (Red+Green+Blue) = 111+221+77=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDD4D is #9022B2. Grayscale: #ACACAC. Windows color (decimal): -9446067 or 5102959. OLE color: 5102959.
HSL color Cylindrical-coordinate representation of color #6FDD4D: hue angle of 105.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FDD4D is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 77 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.13 |
| HSL | 105.83º | 0.68% | 0.58% | - |
| HSV(B) | 105.83º | 0.65% | 0.87% | - |
| XYZ | 33.75 | 55.63 | 15.98 | - |
| YUV | 171.69 | 74.56 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 77 | 0.50 | 0 | 0.65 | 0.13 | 105.83 | 0.68 | 0.58 |
| Hex | 6F | DD | 4D | 32 | 0 | 41 | D | 6A | 44 | 3A |
| Octal | 157 | 335 | 115 | 62 | 0 | 101 | 15 | 152 | 104 | 72 |
| Binary | 1101111 | 11011101 | 1001101 | 110010 | 0 | 1000001 | 1101 | 1101010 | 1000100 | 111010 |
Color Harmonies of #6FDD4D
Complementary color
Monochromatic Colors of #6FDD4D
Black with #6FDD4D
Text Example
Text Example
White with #6FDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDD4D; }
p { color: rgb(111,221,77); }
H1.HeaderClassName
{
color: #6FDD4D;
}
.AnyTagClassName
{
color: #6FDD4D;
}
</style>
background-color css
<style>
a { background-color: #6FDD4D; }
a { background-color: rgb(111,221,77); }
div.DivClassName
{
background-color: #6FDD4D;
}
.BgClassName
{
background-color: #6FDD4D;
}
</style>
border-color css
<style>
span { border-color: #6FDD4D; }
span { border-color: rgb(111,221,77); }
td.TdClassName
{
border-color: #6FDD4D;
}
.TagClassName
{
border-color: #6FDD4D;
}
</style>