Shades of Mantis #6BCB56
Tints of Mantis #6BCB56
RGB
CMYK
RGB Variations
Color information
#6BCB56 (or 0x6BCB56) is known color: Mantis. HEX triplet: 6B, CB and 56. RGB value is (107,203,86). Sum of RGB (Red+Green+Blue) = 107+203+86=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCB56 is #9434A9. Grayscale: #A1A1A1. Windows color (decimal): -9712810 or 5688171. OLE color: 5688171.
HSL color Cylindrical-coordinate representation of color #6BCB56: hue angle of 109.23º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BCB56 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 86 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.20 |
| HSL | 109.23º | 0.53% | 0.57% | - |
| HSV(B) | 109.23º | 0.58% | 0.8% | - |
| XYZ | 29.1 | 46.51 | 16.25 | - |
| YUV | 160.96 | 85.7 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 86 | 0.47 | 0 | 0.58 | 0.20 | 109.23 | 0.53 | 0.57 |
| Hex | 6B | CB | 56 | 2F | 0 | 3A | 14 | 6D | 35 | 39 |
| Octal | 153 | 313 | 126 | 57 | 0 | 72 | 24 | 155 | 65 | 71 |
| Binary | 1101011 | 11001011 | 1010110 | 101111 | 0 | 111010 | 10100 | 1101101 | 110101 | 111001 |
Color Harmonies of #6BCB56
Complementary color
Monochromatic Colors of #6BCB56
Black with #6BCB56
Text Example
Text Example
White with #6BCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCB56; }
p { color: rgb(107,203,86); }
H1.HeaderClassName
{
color: #6BCB56;
}
.AnyTagClassName
{
color: #6BCB56;
}
</style>
background-color css
<style>
a { background-color: #6BCB56; }
a { background-color: rgb(107,203,86); }
div.DivClassName
{
background-color: #6BCB56;
}
.BgClassName
{
background-color: #6BCB56;
}
</style>
border-color css
<style>
span { border-color: #6BCB56; }
span { border-color: rgb(107,203,86); }
td.TdClassName
{
border-color: #6BCB56;
}
.TagClassName
{
border-color: #6BCB56;
}
</style>