Shades of Mantis #6FD546
Tints of Mantis #6FD546
RGB
CMYK
RGB Variations
Color information
#6FD546 (or 0x6FD546) is known color: Mantis. HEX triplet: 6F, D5 and 46. RGB value is (111,213,70). Sum of RGB (Red+Green+Blue) = 111+213+70=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD546 is #902AB9. Grayscale: #A6A6A6. Windows color (decimal): -9448122 or 4642159. OLE color: 4642159.
HSL color Cylindrical-coordinate representation of color #6FD546: hue angle of 102.8º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FD546 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 70 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.16 |
| HSL | 102.8º | 0.63% | 0.55% | - |
| HSV(B) | 102.8º | 0.67% | 0.84% | - |
| XYZ | 31.46 | 51.41 | 14.06 | - |
| YUV | 166.2 | 73.71 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 70 | 0.48 | 0 | 0.67 | 0.16 | 102.8 | 0.63 | 0.55 |
| Hex | 6F | D5 | 46 | 30 | 0 | 43 | 10 | 67 | 3F | 37 |
| Octal | 157 | 325 | 106 | 60 | 0 | 103 | 20 | 147 | 77 | 67 |
| Binary | 1101111 | 11010101 | 1000110 | 110000 | 0 | 1000011 | 10000 | 1100111 | 111111 | 110111 |
Color Harmonies of #6FD546
Complementary color
Monochromatic Colors of #6FD546
Black with #6FD546
Text Example
Text Example
White with #6FD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD546; }
p { color: rgb(111,213,70); }
H1.HeaderClassName
{
color: #6FD546;
}
.AnyTagClassName
{
color: #6FD546;
}
</style>
background-color css
<style>
a { background-color: #6FD546; }
a { background-color: rgb(111,213,70); }
div.DivClassName
{
background-color: #6FD546;
}
.BgClassName
{
background-color: #6FD546;
}
</style>
border-color css
<style>
span { border-color: #6FD546; }
span { border-color: rgb(111,213,70); }
td.TdClassName
{
border-color: #6FD546;
}
.TagClassName
{
border-color: #6FD546;
}
</style>