Shades of Mantis #6CBC5D
Tints of Mantis #6CBC5D
RGB
CMYK
RGB Variations
Color information
#6CBC5D (or 0x6CBC5D) is known color: Mantis. HEX triplet: 6C, BC and 5D. RGB value is (108,188,93). Sum of RGB (Red+Green+Blue) = 108+188+93=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC5D is #9343A2. Grayscale: #999999. Windows color (decimal): -9651107 or 6143084. OLE color: 6143084.
HSL color Cylindrical-coordinate representation of color #6CBC5D: hue angle of 110.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CBC5D is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 93 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.26 |
| HSL | 110.53º | 0.41% | 0.55% | - |
| HSV(B) | 110.53º | 0.51% | 0.74% | - |
| XYZ | 26.14 | 39.94 | 16.69 | - |
| YUV | 153.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 93 | 0.43 | 0 | 0.51 | 0.26 | 110.53 | 0.41 | 0.55 |
| Hex | 6C | BC | 5D | 2B | 0 | 33 | 1A | 6F | 29 | 37 |
| Octal | 154 | 274 | 135 | 53 | 0 | 63 | 32 | 157 | 51 | 67 |
| Binary | 1101100 | 10111100 | 1011101 | 101011 | 0 | 110011 | 11010 | 1101111 | 101001 | 110111 |
Color Harmonies of #6CBC5D
Complementary color
Monochromatic Colors of #6CBC5D
Black with #6CBC5D
Text Example
Text Example
White with #6CBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC5D; }
p { color: rgb(108,188,93); }
H1.HeaderClassName
{
color: #6CBC5D;
}
.AnyTagClassName
{
color: #6CBC5D;
}
</style>
background-color css
<style>
a { background-color: #6CBC5D; }
a { background-color: rgb(108,188,93); }
div.DivClassName
{
background-color: #6CBC5D;
}
.BgClassName
{
background-color: #6CBC5D;
}
</style>
border-color css
<style>
span { border-color: #6CBC5D; }
span { border-color: rgb(108,188,93); }
td.TdClassName
{
border-color: #6CBC5D;
}
.TagClassName
{
border-color: #6CBC5D;
}
</style>