Shades of Mantis #6FC461
Tints of Mantis #6FC461
RGB
CMYK
RGB Variations
Color information
#6FC461 (or 0x6FC461) is known color: Mantis. HEX triplet: 6F, C4 and 61. RGB value is (111,196,97). Sum of RGB (Red+Green+Blue) = 111+196+97=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC461 is #903B9E. Grayscale: #9F9F9F. Windows color (decimal): -9452447 or 6407279. OLE color: 6407279.
HSL color Cylindrical-coordinate representation of color #6FC461: hue angle of 111.52º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FC461 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 196 | 97 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.23 |
| HSL | 111.52º | 0.46% | 0.57% | - |
| HSV(B) | 111.52º | 0.51% | 0.77% | - |
| XYZ | 28.45 | 43.72 | 18.25 | - |
| YUV | 159.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 97 | 0.43 | 0 | 0.51 | 0.23 | 111.52 | 0.46 | 0.57 |
| Hex | 6F | C4 | 61 | 2B | 0 | 33 | 17 | 70 | 2E | 39 |
| Octal | 157 | 304 | 141 | 53 | 0 | 63 | 27 | 160 | 56 | 71 |
| Binary | 1101111 | 11000100 | 1100001 | 101011 | 0 | 110011 | 10111 | 1110000 | 101110 | 111001 |
Color Harmonies of #6FC461
Complementary color
Monochromatic Colors of #6FC461
Black with #6FC461
Text Example
Text Example
White with #6FC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC461; }
p { color: rgb(111,196,97); }
H1.HeaderClassName
{
color: #6FC461;
}
.AnyTagClassName
{
color: #6FC461;
}
</style>
background-color css
<style>
a { background-color: #6FC461; }
a { background-color: rgb(111,196,97); }
div.DivClassName
{
background-color: #6FC461;
}
.BgClassName
{
background-color: #6FC461;
}
</style>
border-color css
<style>
span { border-color: #6FC461; }
span { border-color: rgb(111,196,97); }
td.TdClassName
{
border-color: #6FC461;
}
.TagClassName
{
border-color: #6FC461;
}
</style>