Shades of Mantis #6DD750
Tints of Mantis #6DD750
RGB
CMYK
RGB Variations
Color information
#6DD750 (or 0x6DD750) is known color: Mantis. HEX triplet: 6D, D7 and 50. RGB value is (109,215,80). Sum of RGB (Red+Green+Blue) = 109+215+80=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD750 is #9228AF. Grayscale: #A8A8A8. Windows color (decimal): -9578672 or 5298029. OLE color: 5298029.
HSL color Cylindrical-coordinate representation of color #6DD750: hue angle of 107.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DD750 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 215 | 80 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.16 |
| HSL | 107.11º | 0.63% | 0.58% | - |
| HSV(B) | 107.11º | 0.63% | 0.84% | - |
| XYZ | 32.06 | 52.43 | 16.02 | - |
| YUV | 167.92 | 78.38 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 80 | 0.49 | 0 | 0.63 | 0.16 | 107.11 | 0.63 | 0.58 |
| Hex | 6D | D7 | 50 | 31 | 0 | 3F | 10 | 6B | 3F | 3A |
| Octal | 155 | 327 | 120 | 61 | 0 | 77 | 20 | 153 | 77 | 72 |
| Binary | 1101101 | 11010111 | 1010000 | 110001 | 0 | 111111 | 10000 | 1101011 | 111111 | 111010 |
Color Harmonies of #6DD750
Complementary color
Monochromatic Colors of #6DD750
Black with #6DD750
Text Example
Text Example
White with #6DD750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD750; }
p { color: rgb(109,215,80); }
H1.HeaderClassName
{
color: #6DD750;
}
.AnyTagClassName
{
color: #6DD750;
}
</style>
background-color css
<style>
a { background-color: #6DD750; }
a { background-color: rgb(109,215,80); }
div.DivClassName
{
background-color: #6DD750;
}
.BgClassName
{
background-color: #6DD750;
}
</style>
border-color css
<style>
span { border-color: #6DD750; }
span { border-color: rgb(109,215,80); }
td.TdClassName
{
border-color: #6DD750;
}
.TagClassName
{
border-color: #6DD750;
}
</style>