Shades of Mantis #6DD848
Tints of Mantis #6DD848
RGB
CMYK
RGB Variations
Color information
#6DD848 (or 0x6DD848) is known color: Mantis. HEX triplet: 6D, D8 and 48. RGB value is (109,216,72). Sum of RGB (Red+Green+Blue) = 109+216+72=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD848 is #9227B7. Grayscale: #A8A8A8. Windows color (decimal): -9578424 or 4773997. OLE color: 4773997.
HSL color Cylindrical-coordinate representation of color #6DD848: hue angle of 104.58º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6DD848 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 72 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.15 |
| HSL | 104.58º | 0.65% | 0.56% | - |
| HSV(B) | 104.58º | 0.67% | 0.85% | - |
| XYZ | 32.03 | 52.83 | 14.64 | - |
| YUV | 167.59 | 74.05 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 72 | 0.50 | 0 | 0.67 | 0.15 | 104.58 | 0.65 | 0.56 |
| Hex | 6D | D8 | 48 | 32 | 0 | 43 | F | 69 | 41 | 38 |
| Octal | 155 | 330 | 110 | 62 | 0 | 103 | 17 | 151 | 101 | 70 |
| Binary | 1101101 | 11011000 | 1001000 | 110010 | 0 | 1000011 | 1111 | 1101001 | 1000001 | 111000 |
Color Harmonies of #6DD848
Complementary color
Monochromatic Colors of #6DD848
Black with #6DD848
Text Example
Text Example
White with #6DD848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD848; }
p { color: rgb(109,216,72); }
H1.HeaderClassName
{
color: #6DD848;
}
.AnyTagClassName
{
color: #6DD848;
}
</style>
background-color css
<style>
a { background-color: #6DD848; }
a { background-color: rgb(109,216,72); }
div.DivClassName
{
background-color: #6DD848;
}
.BgClassName
{
background-color: #6DD848;
}
</style>
border-color css
<style>
span { border-color: #6DD848; }
span { border-color: rgb(109,216,72); }
td.TdClassName
{
border-color: #6DD848;
}
.TagClassName
{
border-color: #6DD848;
}
</style>