Shades of Mantis #6FD555
Tints of Mantis #6FD555
RGB
CMYK
RGB Variations
Color information
#6FD555 (or 0x6FD555) is known color: Mantis. HEX triplet: 6F, D5 and 55. RGB value is (111,213,85). Sum of RGB (Red+Green+Blue) = 111+213+85=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD555 is #902AAA. Grayscale: #A8A8A8. Windows color (decimal): -9448107 or 5625199. OLE color: 5625199.
HSL color Cylindrical-coordinate representation of color #6FD555: hue angle of 107.81º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FD555 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 85 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.16 |
| HSL | 107.81º | 0.6% | 0.58% | - |
| HSV(B) | 107.81º | 0.6% | 0.84% | - |
| XYZ | 31.99 | 51.62 | 16.87 | - |
| YUV | 167.91 | 81.21 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 85 | 0.48 | 0 | 0.60 | 0.16 | 107.81 | 0.6 | 0.58 |
| Hex | 6F | D5 | 55 | 30 | 0 | 3C | 10 | 6C | 3C | 3A |
| Octal | 157 | 325 | 125 | 60 | 0 | 74 | 20 | 154 | 74 | 72 |
| Binary | 1101111 | 11010101 | 1010101 | 110000 | 0 | 111100 | 10000 | 1101100 | 111100 | 111010 |
Color Harmonies of #6FD555
Complementary color
Monochromatic Colors of #6FD555
Black with #6FD555
Text Example
Text Example
White with #6FD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD555; }
p { color: rgb(111,213,85); }
H1.HeaderClassName
{
color: #6FD555;
}
.AnyTagClassName
{
color: #6FD555;
}
</style>
background-color css
<style>
a { background-color: #6FD555; }
a { background-color: rgb(111,213,85); }
div.DivClassName
{
background-color: #6FD555;
}
.BgClassName
{
background-color: #6FD555;
}
</style>
border-color css
<style>
span { border-color: #6FD555; }
span { border-color: rgb(111,213,85); }
td.TdClassName
{
border-color: #6FD555;
}
.TagClassName
{
border-color: #6FD555;
}
</style>