Shades of Mantis #6FC364
Tints of Mantis #6FC364
RGB
CMYK
RGB Variations
Color information
#6FC364 (or 0x6FC364) is known color: Mantis. HEX triplet: 6F, C3 and 64. RGB value is (111,195,100). Sum of RGB (Red+Green+Blue) = 111+195+100=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC364 is #903C9B. Grayscale: #9F9F9F. Windows color (decimal): -9452700 or 6603631. OLE color: 6603631.
HSL color Cylindrical-coordinate representation of color #6FC364: hue angle of 113.05º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FC364 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 195 | 100 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.24 |
| HSL | 113.05º | 0.44% | 0.58% | - |
| HSV(B) | 113.05º | 0.49% | 0.76% | - |
| XYZ | 28.37 | 43.33 | 18.92 | - |
| YUV | 159.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 100 | 0.43 | 0 | 0.49 | 0.24 | 113.05 | 0.44 | 0.58 |
| Hex | 6F | C3 | 64 | 2B | 0 | 31 | 18 | 71 | 2C | 3A |
| Octal | 157 | 303 | 144 | 53 | 0 | 61 | 30 | 161 | 54 | 72 |
| Binary | 1101111 | 11000011 | 1100100 | 101011 | 0 | 110001 | 11000 | 1110001 | 101100 | 111010 |
Color Harmonies of #6FC364
Complementary color
Monochromatic Colors of #6FC364
Black with #6FC364
Text Example
Text Example
White with #6FC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC364; }
p { color: rgb(111,195,100); }
H1.HeaderClassName
{
color: #6FC364;
}
.AnyTagClassName
{
color: #6FC364;
}
</style>
background-color css
<style>
a { background-color: #6FC364; }
a { background-color: rgb(111,195,100); }
div.DivClassName
{
background-color: #6FC364;
}
.BgClassName
{
background-color: #6FC364;
}
</style>
border-color css
<style>
span { border-color: #6FC364; }
span { border-color: rgb(111,195,100); }
td.TdClassName
{
border-color: #6FC364;
}
.TagClassName
{
border-color: #6FC364;
}
</style>