Shades of Mantis #6FD558
Tints of Mantis #6FD558
RGB
CMYK
RGB Variations
Color information
#6FD558 (or 0x6FD558) is known color: Mantis. HEX triplet: 6F, D5 and 58. RGB value is (111,213,88). Sum of RGB (Red+Green+Blue) = 111+213+88=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD558 is #902AA7. Grayscale: #A8A8A8. Windows color (decimal): -9448104 or 5821807. OLE color: 5821807.
HSL color Cylindrical-coordinate representation of color #6FD558: hue angle of 108.96º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FD558 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 88 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.16 |
| HSL | 108.96º | 0.6% | 0.59% | - |
| HSV(B) | 108.96º | 0.59% | 0.84% | - |
| XYZ | 32.11 | 51.67 | 17.51 | - |
| YUV | 168.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 88 | 0.48 | 0 | 0.59 | 0.16 | 108.96 | 0.6 | 0.59 |
| Hex | 6F | D5 | 58 | 30 | 0 | 3B | 10 | 6D | 3C | 3B |
| Octal | 157 | 325 | 130 | 60 | 0 | 73 | 20 | 155 | 74 | 73 |
| Binary | 1101111 | 11010101 | 1011000 | 110000 | 0 | 111011 | 10000 | 1101101 | 111100 | 111011 |
Color Harmonies of #6FD558
Complementary color
Monochromatic Colors of #6FD558
Black with #6FD558
Text Example
Text Example
White with #6FD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD558; }
p { color: rgb(111,213,88); }
H1.HeaderClassName
{
color: #6FD558;
}
.AnyTagClassName
{
color: #6FD558;
}
</style>
background-color css
<style>
a { background-color: #6FD558; }
a { background-color: rgb(111,213,88); }
div.DivClassName
{
background-color: #6FD558;
}
.BgClassName
{
background-color: #6FD558;
}
</style>
border-color css
<style>
span { border-color: #6FD558; }
span { border-color: rgb(111,213,88); }
td.TdClassName
{
border-color: #6FD558;
}
.TagClassName
{
border-color: #6FD558;
}
</style>