Shades of Mantis #6BC956
Tints of Mantis #6BC956
RGB
CMYK
RGB Variations
Color information
#6BC956 (or 0x6BC956) is known color: Mantis. HEX triplet: 6B, C9 and 56. RGB value is (107,201,86). Sum of RGB (Red+Green+Blue) = 107+201+86=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC956 is #9436A9. Grayscale: #A0A0A0. Windows color (decimal): -9713322 or 5687659. OLE color: 5687659.
HSL color Cylindrical-coordinate representation of color #6BC956: hue angle of 109.04º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BC956 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 201 | 86 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.21 |
| HSL | 109.04º | 0.52% | 0.56% | - |
| HSV(B) | 109.04º | 0.57% | 0.79% | - |
| XYZ | 28.63 | 45.57 | 16.09 | - |
| YUV | 159.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 201 | 86 | 0.47 | 0 | 0.57 | 0.21 | 109.04 | 0.52 | 0.56 |
| Hex | 6B | C9 | 56 | 2F | 0 | 39 | 15 | 6D | 34 | 38 |
| Octal | 153 | 311 | 126 | 57 | 0 | 71 | 25 | 155 | 64 | 70 |
| Binary | 1101011 | 11001001 | 1010110 | 101111 | 0 | 111001 | 10101 | 1101101 | 110100 | 111000 |
Color Harmonies of #6BC956
Complementary color
Monochromatic Colors of #6BC956
Black with #6BC956
Text Example
Text Example
White with #6BC956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC956; }
p { color: rgb(107,201,86); }
H1.HeaderClassName
{
color: #6BC956;
}
.AnyTagClassName
{
color: #6BC956;
}
</style>
background-color css
<style>
a { background-color: #6BC956; }
a { background-color: rgb(107,201,86); }
div.DivClassName
{
background-color: #6BC956;
}
.BgClassName
{
background-color: #6BC956;
}
</style>
border-color css
<style>
span { border-color: #6BC956; }
span { border-color: rgb(107,201,86); }
td.TdClassName
{
border-color: #6BC956;
}
.TagClassName
{
border-color: #6BC956;
}
</style>