Shades of Mantis #6BC558
Tints of Mantis #6BC558
RGB
CMYK
RGB Variations
Color information
#6BC558 (or 0x6BC558) is known color: Mantis. HEX triplet: 6B, C5 and 58. RGB value is (107,197,88). Sum of RGB (Red+Green+Blue) = 107+197+88=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC558 is #943AA7. Grayscale: #9E9E9E. Windows color (decimal): -9714344 or 5817707. OLE color: 5817707.
HSL color Cylindrical-coordinate representation of color #6BC558: hue angle of 109.54º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BC558 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 88 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.23 |
| HSL | 109.54º | 0.48% | 0.56% | - |
| HSV(B) | 109.54º | 0.55% | 0.77% | - |
| XYZ | 27.79 | 43.76 | 16.21 | - |
| YUV | 157.66 | 88.68 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 88 | 0.46 | 0 | 0.55 | 0.23 | 109.54 | 0.48 | 0.56 |
| Hex | 6B | C5 | 58 | 2E | 0 | 37 | 17 | 6E | 30 | 38 |
| Octal | 153 | 305 | 130 | 56 | 0 | 67 | 27 | 156 | 60 | 70 |
| Binary | 1101011 | 11000101 | 1011000 | 101110 | 0 | 110111 | 10111 | 1101110 | 110000 | 111000 |
Color Harmonies of #6BC558
Complementary color
Monochromatic Colors of #6BC558
Black with #6BC558
Text Example
Text Example
White with #6BC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC558; }
p { color: rgb(107,197,88); }
H1.HeaderClassName
{
color: #6BC558;
}
.AnyTagClassName
{
color: #6BC558;
}
</style>
background-color css
<style>
a { background-color: #6BC558; }
a { background-color: rgb(107,197,88); }
div.DivClassName
{
background-color: #6BC558;
}
.BgClassName
{
background-color: #6BC558;
}
</style>
border-color css
<style>
span { border-color: #6BC558; }
span { border-color: rgb(107,197,88); }
td.TdClassName
{
border-color: #6BC558;
}
.TagClassName
{
border-color: #6BC558;
}
</style>