Shades of Mantis #6FD346
Tints of Mantis #6FD346
RGB
CMYK
RGB Variations
Color information
#6FD346 (or 0x6FD346) is known color: Mantis. HEX triplet: 6F, D3 and 46. RGB value is (111,211,70). Sum of RGB (Red+Green+Blue) = 111+211+70=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 211 (82.81% from 255 or 53.83% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD346 is #902CB9. Grayscale: #A5A5A5. Windows color (decimal): -9448634 or 4641647. OLE color: 4641647.
HSL color Cylindrical-coordinate representation of color #6FD346: hue angle of 102.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FD346 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 70 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.17 |
| HSL | 102.55º | 0.62% | 0.55% | - |
| HSV(B) | 102.55º | 0.67% | 0.83% | - |
| XYZ | 30.96 | 50.41 | 13.89 | - |
| YUV | 165.03 | 74.37 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 70 | 0.47 | 0 | 0.67 | 0.17 | 102.55 | 0.62 | 0.55 |
| Hex | 6F | D3 | 46 | 2F | 0 | 43 | 11 | 67 | 3E | 37 |
| Octal | 157 | 323 | 106 | 57 | 0 | 103 | 21 | 147 | 76 | 67 |
| Binary | 1101111 | 11010011 | 1000110 | 101111 | 0 | 1000011 | 10001 | 1100111 | 111110 | 110111 |
Color Harmonies of #6FD346
Complementary color
Monochromatic Colors of #6FD346
Black with #6FD346
Text Example
Text Example
White with #6FD346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD346; }
p { color: rgb(111,211,70); }
H1.HeaderClassName
{
color: #6FD346;
}
.AnyTagClassName
{
color: #6FD346;
}
</style>
background-color css
<style>
a { background-color: #6FD346; }
a { background-color: rgb(111,211,70); }
div.DivClassName
{
background-color: #6FD346;
}
.BgClassName
{
background-color: #6FD346;
}
</style>
border-color css
<style>
span { border-color: #6FD346; }
span { border-color: rgb(111,211,70); }
td.TdClassName
{
border-color: #6FD346;
}
.TagClassName
{
border-color: #6FD346;
}
</style>