Shades of Mantis #6DCB56
Tints of Mantis #6DCB56
RGB
CMYK
RGB Variations
Color information
#6DCB56 (or 0x6DCB56) is known color: Mantis. HEX triplet: 6D, CB and 56. RGB value is (109,203,86). Sum of RGB (Red+Green+Blue) = 109+203+86=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB56 is #9234A9. Grayscale: #A1A1A1. Windows color (decimal): -9581738 or 5688173. OLE color: 5688173.
HSL color Cylindrical-coordinate representation of color #6DCB56: hue angle of 108.21º 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 #6DCB56 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 86 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.20 |
| HSL | 108.21º | 0.53% | 0.57% | - |
| HSV(B) | 108.21º | 0.58% | 0.8% | - |
| XYZ | 29.34 | 46.63 | 16.26 | - |
| YUV | 161.56 | 85.36 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 86 | 0.46 | 0 | 0.58 | 0.20 | 108.21 | 0.53 | 0.57 |
| Hex | 6D | CB | 56 | 2E | 0 | 3A | 14 | 6C | 35 | 39 |
| Octal | 155 | 313 | 126 | 56 | 0 | 72 | 24 | 154 | 65 | 71 |
| Binary | 1101101 | 11001011 | 1010110 | 101110 | 0 | 111010 | 10100 | 1101100 | 110101 | 111001 |
Color Harmonies of #6DCB56
Complementary color
Monochromatic Colors of #6DCB56
Black with #6DCB56
Text Example
Text Example
White with #6DCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB56; }
p { color: rgb(109,203,86); }
H1.HeaderClassName
{
color: #6DCB56;
}
.AnyTagClassName
{
color: #6DCB56;
}
</style>
background-color css
<style>
a { background-color: #6DCB56; }
a { background-color: rgb(109,203,86); }
div.DivClassName
{
background-color: #6DCB56;
}
.BgClassName
{
background-color: #6DCB56;
}
</style>
border-color css
<style>
span { border-color: #6DCB56; }
span { border-color: rgb(109,203,86); }
td.TdClassName
{
border-color: #6DCB56;
}
.TagClassName
{
border-color: #6DCB56;
}
</style>