Shades of Mantis #6FD348
Tints of Mantis #6FD348
RGB
CMYK
RGB Variations
Color information
#6FD348 (or 0x6FD348) is known color: Mantis. HEX triplet: 6F, D3 and 48. RGB value is (111,211,72). Sum of RGB (Red+Green+Blue) = 111+211+72=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD348 is #902CB7. Grayscale: #A5A5A5. Windows color (decimal): -9448632 or 4772719. OLE color: 4772719.
HSL color Cylindrical-coordinate representation of color #6FD348: hue angle of 103.17º 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 #6FD348 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 72 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.17 |
| HSL | 103.17º | 0.61% | 0.55% | - |
| HSV(B) | 103.17º | 0.66% | 0.83% | - |
| XYZ | 31.02 | 50.44 | 14.23 | - |
| YUV | 165.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 72 | 0.47 | 0 | 0.66 | 0.17 | 103.17 | 0.61 | 0.55 |
| Hex | 6F | D3 | 48 | 2F | 0 | 42 | 11 | 67 | 3D | 37 |
| Octal | 157 | 323 | 110 | 57 | 0 | 102 | 21 | 147 | 75 | 67 |
| Binary | 1101111 | 11010011 | 1001000 | 101111 | 0 | 1000010 | 10001 | 1100111 | 111101 | 110111 |
Color Harmonies of #6FD348
Complementary color
Monochromatic Colors of #6FD348
Black with #6FD348
Text Example
Text Example
White with #6FD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD348; }
p { color: rgb(111,211,72); }
H1.HeaderClassName
{
color: #6FD348;
}
.AnyTagClassName
{
color: #6FD348;
}
</style>
background-color css
<style>
a { background-color: #6FD348; }
a { background-color: rgb(111,211,72); }
div.DivClassName
{
background-color: #6FD348;
}
.BgClassName
{
background-color: #6FD348;
}
</style>
border-color css
<style>
span { border-color: #6FD348; }
span { border-color: rgb(111,211,72); }
td.TdClassName
{
border-color: #6FD348;
}
.TagClassName
{
border-color: #6FD348;
}
</style>