Shades of Mantis #6DCB50
Tints of Mantis #6DCB50
RGB
CMYK
RGB Variations
Color information
#6DCB50 (or 0x6DCB50) is known color: Mantis. HEX triplet: 6D, CB and 50. RGB value is (109,203,80). Sum of RGB (Red+Green+Blue) = 109+203+80=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB50 is #9234AF. Grayscale: #A1A1A1. Windows color (decimal): -9581744 or 5294957. OLE color: 5294957.
HSL color Cylindrical-coordinate representation of color #6DCB50: hue angle of 105.85º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DCB50 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 80 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.20 |
| HSL | 105.85º | 0.54% | 0.55% | - |
| HSV(B) | 105.85º | 0.61% | 0.8% | - |
| XYZ | 29.11 | 46.54 | 15.04 | - |
| YUV | 160.87 | 82.36 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 80 | 0.46 | 0 | 0.61 | 0.20 | 105.85 | 0.54 | 0.55 |
| Hex | 6D | CB | 50 | 2E | 0 | 3D | 14 | 6A | 36 | 37 |
| Octal | 155 | 313 | 120 | 56 | 0 | 75 | 24 | 152 | 66 | 67 |
| Binary | 1101101 | 11001011 | 1010000 | 101110 | 0 | 111101 | 10100 | 1101010 | 110110 | 110111 |
Color Harmonies of #6DCB50
Complementary color
Monochromatic Colors of #6DCB50
Black with #6DCB50
Text Example
Text Example
White with #6DCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB50; }
p { color: rgb(109,203,80); }
H1.HeaderClassName
{
color: #6DCB50;
}
.AnyTagClassName
{
color: #6DCB50;
}
</style>
background-color css
<style>
a { background-color: #6DCB50; }
a { background-color: rgb(109,203,80); }
div.DivClassName
{
background-color: #6DCB50;
}
.BgClassName
{
background-color: #6DCB50;
}
</style>
border-color css
<style>
span { border-color: #6DCB50; }
span { border-color: rgb(109,203,80); }
td.TdClassName
{
border-color: #6DCB50;
}
.TagClassName
{
border-color: #6DCB50;
}
</style>