Shades of Mantis #6FD347
Tints of Mantis #6FD347
RGB
CMYK
RGB Variations
Color information
#6FD347 (or 0x6FD347) is known color: Mantis. HEX triplet: 6F, D3 and 47. RGB value is (111,211,71). Sum of RGB (Red+Green+Blue) = 111+211+71=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD347 is #902CB8. Grayscale: #A5A5A5. Windows color (decimal): -9448633 or 4707183. OLE color: 4707183.
HSL color Cylindrical-coordinate representation of color #6FD347: hue angle of 102.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FD347 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 71 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.17 |
| HSL | 102.86º | 0.61% | 0.55% | - |
| HSV(B) | 102.86º | 0.66% | 0.83% | - |
| XYZ | 30.99 | 50.42 | 14.06 | - |
| YUV | 165.14 | 74.87 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 71 | 0.47 | 0 | 0.66 | 0.17 | 102.86 | 0.61 | 0.55 |
| Hex | 6F | D3 | 47 | 2F | 0 | 42 | 11 | 67 | 3D | 37 |
| Octal | 157 | 323 | 107 | 57 | 0 | 102 | 21 | 147 | 75 | 67 |
| Binary | 1101111 | 11010011 | 1000111 | 101111 | 0 | 1000010 | 10001 | 1100111 | 111101 | 110111 |
Color Harmonies of #6FD347
Complementary color
Monochromatic Colors of #6FD347
Black with #6FD347
Text Example
Text Example
White with #6FD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD347; }
p { color: rgb(111,211,71); }
H1.HeaderClassName
{
color: #6FD347;
}
.AnyTagClassName
{
color: #6FD347;
}
</style>
background-color css
<style>
a { background-color: #6FD347; }
a { background-color: rgb(111,211,71); }
div.DivClassName
{
background-color: #6FD347;
}
.BgClassName
{
background-color: #6FD347;
}
</style>
border-color css
<style>
span { border-color: #6FD347; }
span { border-color: rgb(111,211,71); }
td.TdClassName
{
border-color: #6FD347;
}
.TagClassName
{
border-color: #6FD347;
}
</style>