Shades of Mantis #6FC550
Tints of Mantis #6FC550
RGB
CMYK
RGB Variations
Color information
#6FC550 (or 0x6FC550) is known color: Mantis. HEX triplet: 6F, C5 and 50. RGB value is (111,197,80). Sum of RGB (Red+Green+Blue) = 111+197+80=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC550 is #903AAF. Grayscale: #9E9E9E. Windows color (decimal): -9452208 or 5293423. OLE color: 5293423.
HSL color Cylindrical-coordinate representation of color #6FC550: hue angle of 104.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FC550 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 80 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.23 |
| HSL | 104.1º | 0.5% | 0.54% | - |
| HSV(B) | 104.1º | 0.59% | 0.77% | - |
| XYZ | 27.97 | 43.89 | 14.59 | - |
| YUV | 157.95 | 84.01 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 80 | 0.44 | 0 | 0.59 | 0.23 | 104.1 | 0.5 | 0.54 |
| Hex | 6F | C5 | 50 | 2C | 0 | 3B | 17 | 68 | 32 | 36 |
| Octal | 157 | 305 | 120 | 54 | 0 | 73 | 27 | 150 | 62 | 66 |
| Binary | 1101111 | 11000101 | 1010000 | 101100 | 0 | 111011 | 10111 | 1101000 | 110010 | 110110 |
Color Harmonies of #6FC550
Complementary color
Monochromatic Colors of #6FC550
Black with #6FC550
Text Example
Text Example
White with #6FC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC550; }
p { color: rgb(111,197,80); }
H1.HeaderClassName
{
color: #6FC550;
}
.AnyTagClassName
{
color: #6FC550;
}
</style>
background-color css
<style>
a { background-color: #6FC550; }
a { background-color: rgb(111,197,80); }
div.DivClassName
{
background-color: #6FC550;
}
.BgClassName
{
background-color: #6FC550;
}
</style>
border-color css
<style>
span { border-color: #6FC550; }
span { border-color: rgb(111,197,80); }
td.TdClassName
{
border-color: #6FC550;
}
.TagClassName
{
border-color: #6FC550;
}
</style>