Shades of Mantis #6FDC40
Tints of Mantis #6FDC40
RGB
CMYK
RGB Variations
Color information
#6FDC40 (or 0x6FDC40) is known color: Mantis. HEX triplet: 6F, DC and 40. RGB value is (111,220,64). Sum of RGB (Red+Green+Blue) = 111+220+64=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDC40 is #9023BF. Grayscale: #AAAAAA. Windows color (decimal): -9446336 or 4250735. OLE color: 4250735.
HSL color Cylindrical-coordinate representation of color #6FDC40: hue angle of 101.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6FDC40 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 64 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.14 |
| HSL | 101.92º | 0.69% | 0.56% | - |
| HSV(B) | 101.92º | 0.71% | 0.86% | - |
| XYZ | 33.07 | 54.94 | 13.71 | - |
| YUV | 169.63 | 68.39 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 64 | 0.50 | 0 | 0.71 | 0.14 | 101.92 | 0.69 | 0.56 |
| Hex | 6F | DC | 40 | 32 | 0 | 47 | E | 66 | 45 | 38 |
| Octal | 157 | 334 | 100 | 62 | 0 | 107 | 16 | 146 | 105 | 70 |
| Binary | 1101111 | 11011100 | 1000000 | 110010 | 0 | 1000111 | 1110 | 1100110 | 1000101 | 111000 |
Color Harmonies of #6FDC40
Complementary color
Monochromatic Colors of #6FDC40
Black with #6FDC40
Text Example
Text Example
White with #6FDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC40; }
p { color: rgb(111,220,64); }
H1.HeaderClassName
{
color: #6FDC40;
}
.AnyTagClassName
{
color: #6FDC40;
}
</style>
background-color css
<style>
a { background-color: #6FDC40; }
a { background-color: rgb(111,220,64); }
div.DivClassName
{
background-color: #6FDC40;
}
.BgClassName
{
background-color: #6FDC40;
}
</style>
border-color css
<style>
span { border-color: #6FDC40; }
span { border-color: rgb(111,220,64); }
td.TdClassName
{
border-color: #6FDC40;
}
.TagClassName
{
border-color: #6FDC40;
}
</style>