Shades of Mantis #6DCD50
Tints of Mantis #6DCD50
RGB
CMYK
RGB Variations
Color information
#6DCD50 (or 0x6DCD50) is known color: Mantis. HEX triplet: 6D, CD and 50. RGB value is (109,205,80). Sum of RGB (Red+Green+Blue) = 109+205+80=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD50 is #9232AF. Grayscale: #A2A2A2. Windows color (decimal): -9581232 or 5295469. OLE color: 5295469.
HSL color Cylindrical-coordinate representation of color #6DCD50: hue angle of 106.08º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DCD50 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 80 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.20 |
| HSL | 106.08º | 0.56% | 0.56% | - |
| HSV(B) | 106.08º | 0.61% | 0.8% | - |
| XYZ | 29.59 | 47.49 | 15.2 | - |
| YUV | 162.05 | 81.7 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 80 | 0.47 | 0 | 0.61 | 0.20 | 106.08 | 0.56 | 0.56 |
| Hex | 6D | CD | 50 | 2F | 0 | 3D | 14 | 6A | 38 | 38 |
| Octal | 155 | 315 | 120 | 57 | 0 | 75 | 24 | 152 | 70 | 70 |
| Binary | 1101101 | 11001101 | 1010000 | 101111 | 0 | 111101 | 10100 | 1101010 | 111000 | 111000 |
Color Harmonies of #6DCD50
Complementary color
Monochromatic Colors of #6DCD50
Black with #6DCD50
Text Example
Text Example
White with #6DCD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD50; }
p { color: rgb(109,205,80); }
H1.HeaderClassName
{
color: #6DCD50;
}
.AnyTagClassName
{
color: #6DCD50;
}
</style>
background-color css
<style>
a { background-color: #6DCD50; }
a { background-color: rgb(109,205,80); }
div.DivClassName
{
background-color: #6DCD50;
}
.BgClassName
{
background-color: #6DCD50;
}
</style>
border-color css
<style>
span { border-color: #6DCD50; }
span { border-color: rgb(109,205,80); }
td.TdClassName
{
border-color: #6DCD50;
}
.TagClassName
{
border-color: #6DCD50;
}
</style>