Shades of Mantis #6DCE50
Tints of Mantis #6DCE50
RGB
CMYK
RGB Variations
Color information
#6DCE50 (or 0x6DCE50) is known color: Mantis. HEX triplet: 6D, CE and 50. RGB value is (109,206,80). Sum of RGB (Red+Green+Blue) = 109+206+80=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCE50 is #9231AF. Grayscale: #A3A3A3. Windows color (decimal): -9580976 or 5295725. OLE color: 5295725.
HSL color Cylindrical-coordinate representation of color #6DCE50: hue angle of 106.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DCE50 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 206 | 80 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.19 |
| HSL | 106.19º | 0.56% | 0.56% | - |
| HSV(B) | 106.19º | 0.61% | 0.81% | - |
| XYZ | 29.83 | 47.97 | 15.28 | - |
| YUV | 162.63 | 81.36 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 80 | 0.47 | 0 | 0.61 | 0.19 | 106.19 | 0.56 | 0.56 |
| Hex | 6D | CE | 50 | 2F | 0 | 3D | 13 | 6A | 38 | 38 |
| Octal | 155 | 316 | 120 | 57 | 0 | 75 | 23 | 152 | 70 | 70 |
| Binary | 1101101 | 11001110 | 1010000 | 101111 | 0 | 111101 | 10011 | 1101010 | 111000 | 111000 |
Color Harmonies of #6DCE50
Complementary color
Monochromatic Colors of #6DCE50
Black with #6DCE50
Text Example
Text Example
White with #6DCE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCE50; }
p { color: rgb(109,206,80); }
H1.HeaderClassName
{
color: #6DCE50;
}
.AnyTagClassName
{
color: #6DCE50;
}
</style>
background-color css
<style>
a { background-color: #6DCE50; }
a { background-color: rgb(109,206,80); }
div.DivClassName
{
background-color: #6DCE50;
}
.BgClassName
{
background-color: #6DCE50;
}
</style>
border-color css
<style>
span { border-color: #6DCE50; }
span { border-color: rgb(109,206,80); }
td.TdClassName
{
border-color: #6DCE50;
}
.TagClassName
{
border-color: #6DCE50;
}
</style>