Shades of Mantis #6CC558
Tints of Mantis #6CC558
RGB
CMYK
RGB Variations
Color information
#6CC558 (or 0x6CC558) is known color: Mantis. HEX triplet: 6C, C5 and 58. RGB value is (108,197,88). Sum of RGB (Red+Green+Blue) = 108+197+88=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC558 is #933AA7. Grayscale: #9E9E9E. Windows color (decimal): -9648808 or 5817708. OLE color: 5817708.
HSL color Cylindrical-coordinate representation of color #6CC558: hue angle of 108.99º 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 #6CC558 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 197 | 88 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.23 |
| HSL | 108.99º | 0.48% | 0.56% | - |
| HSV(B) | 108.99º | 0.55% | 0.77% | - |
| XYZ | 27.91 | 43.83 | 16.22 | - |
| YUV | 157.96 | 88.51 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 197 | 88 | 0.45 | 0 | 0.55 | 0.23 | 108.99 | 0.48 | 0.56 |
| Hex | 6C | C5 | 58 | 2D | 0 | 37 | 17 | 6D | 30 | 38 |
| Octal | 154 | 305 | 130 | 55 | 0 | 67 | 27 | 155 | 60 | 70 |
| Binary | 1101100 | 11000101 | 1011000 | 101101 | 0 | 110111 | 10111 | 1101101 | 110000 | 111000 |
Color Harmonies of #6CC558
Complementary color
Monochromatic Colors of #6CC558
Black with #6CC558
Text Example
Text Example
White with #6CC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC558; }
p { color: rgb(108,197,88); }
H1.HeaderClassName
{
color: #6CC558;
}
.AnyTagClassName
{
color: #6CC558;
}
</style>
background-color css
<style>
a { background-color: #6CC558; }
a { background-color: rgb(108,197,88); }
div.DivClassName
{
background-color: #6CC558;
}
.BgClassName
{
background-color: #6CC558;
}
</style>
border-color css
<style>
span { border-color: #6CC558; }
span { border-color: rgb(108,197,88); }
td.TdClassName
{
border-color: #6CC558;
}
.TagClassName
{
border-color: #6CC558;
}
</style>