Shades of Mantis #6FC054
Tints of Mantis #6FC054
RGB
CMYK
RGB Variations
Color information
#6FC054 (or 0x6FC054) is known color: Mantis. HEX triplet: 6F, C0 and 54. RGB value is (111,192,84). Sum of RGB (Red+Green+Blue) = 111+192+84=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC054 is #903FAB. Grayscale: #9B9B9B. Windows color (decimal): -9453484 or 5554287. OLE color: 5554287.
HSL color Cylindrical-coordinate representation of color #6FC054: hue angle of 105º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FC054 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 84 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.25 |
| HSL | 105º | 0.46% | 0.54% | - |
| HSV(B) | 105º | 0.56% | 0.75% | - |
| XYZ | 27.01 | 41.72 | 15.02 | - |
| YUV | 155.47 | 87.66 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 84 | 0.42 | 0 | 0.56 | 0.25 | 105 | 0.46 | 0.54 |
| Hex | 6F | C0 | 54 | 2A | 0 | 38 | 19 | 69 | 2E | 36 |
| Octal | 157 | 300 | 124 | 52 | 0 | 70 | 31 | 151 | 56 | 66 |
| Binary | 1101111 | 11000000 | 1010100 | 101010 | 0 | 111000 | 11001 | 1101001 | 101110 | 110110 |
Color Harmonies of #6FC054
Complementary color
Monochromatic Colors of #6FC054
Black with #6FC054
Text Example
Text Example
White with #6FC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC054; }
p { color: rgb(111,192,84); }
H1.HeaderClassName
{
color: #6FC054;
}
.AnyTagClassName
{
color: #6FC054;
}
</style>
background-color css
<style>
a { background-color: #6FC054; }
a { background-color: rgb(111,192,84); }
div.DivClassName
{
background-color: #6FC054;
}
.BgClassName
{
background-color: #6FC054;
}
</style>
border-color css
<style>
span { border-color: #6FC054; }
span { border-color: rgb(111,192,84); }
td.TdClassName
{
border-color: #6FC054;
}
.TagClassName
{
border-color: #6FC054;
}
</style>