Shades of Mantis #6FD846
Tints of Mantis #6FD846
RGB
CMYK
RGB Variations
Color information
#6FD846 (or 0x6FD846) is known color: Mantis. HEX triplet: 6F, D8 and 46. RGB value is (111,216,70). Sum of RGB (Red+Green+Blue) = 111+216+70=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD846 is #9027B9. Grayscale: #A8A8A8. Windows color (decimal): -9447354 or 4642927. OLE color: 4642927.
HSL color Cylindrical-coordinate representation of color #6FD846: hue angle of 103.15º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FD846 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 216 | 70 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.15 |
| HSL | 103.15º | 0.65% | 0.56% | - |
| HSV(B) | 103.15º | 0.68% | 0.85% | - |
| XYZ | 32.22 | 52.93 | 14.31 | - |
| YUV | 167.96 | 72.71 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 70 | 0.49 | 0 | 0.68 | 0.15 | 103.15 | 0.65 | 0.56 |
| Hex | 6F | D8 | 46 | 31 | 0 | 44 | F | 67 | 41 | 38 |
| Octal | 157 | 330 | 106 | 61 | 0 | 104 | 17 | 147 | 101 | 70 |
| Binary | 1101111 | 11011000 | 1000110 | 110001 | 0 | 1000100 | 1111 | 1100111 | 1000001 | 111000 |
Color Harmonies of #6FD846
Complementary color
Monochromatic Colors of #6FD846
Black with #6FD846
Text Example
Text Example
White with #6FD846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD846; }
p { color: rgb(111,216,70); }
H1.HeaderClassName
{
color: #6FD846;
}
.AnyTagClassName
{
color: #6FD846;
}
</style>
background-color css
<style>
a { background-color: #6FD846; }
a { background-color: rgb(111,216,70); }
div.DivClassName
{
background-color: #6FD846;
}
.BgClassName
{
background-color: #6FD846;
}
</style>
border-color css
<style>
span { border-color: #6FD846; }
span { border-color: rgb(111,216,70); }
td.TdClassName
{
border-color: #6FD846;
}
.TagClassName
{
border-color: #6FD846;
}
</style>