Shades of Mantis #6DDF41
Tints of Mantis #6DDF41
RGB
CMYK
RGB Variations
Color information
#6DDF41 (or 0x6DDF41) is known color: Mantis. HEX triplet: 6D, DF and 41. RGB value is (109,223,65). Sum of RGB (Red+Green+Blue) = 109+223+65=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDF41 is #9220BE. Grayscale: #ABABAB. Windows color (decimal): -9576639 or 4317037. OLE color: 4317037.
HSL color Cylindrical-coordinate representation of color #6DDF41: hue angle of 103.29º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6DDF41 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 223 | 65 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.13 |
| HSL | 103.29º | 0.71% | 0.56% | - |
| HSV(B) | 103.29º | 0.71% | 0.87% | - |
| XYZ | 33.65 | 56.41 | 14.12 | - |
| YUV | 170.9 | 68.23 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 65 | 0.51 | 0 | 0.71 | 0.13 | 103.29 | 0.71 | 0.56 |
| Hex | 6D | DF | 41 | 33 | 0 | 47 | D | 67 | 47 | 38 |
| Octal | 155 | 337 | 101 | 63 | 0 | 107 | 15 | 147 | 107 | 70 |
| Binary | 1101101 | 11011111 | 1000001 | 110011 | 0 | 1000111 | 1101 | 1100111 | 1000111 | 111000 |
Color Harmonies of #6DDF41
Complementary color
Monochromatic Colors of #6DDF41
Black with #6DDF41
Text Example
Text Example
White with #6DDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDF41; }
p { color: rgb(109,223,65); }
H1.HeaderClassName
{
color: #6DDF41;
}
.AnyTagClassName
{
color: #6DDF41;
}
</style>
background-color css
<style>
a { background-color: #6DDF41; }
a { background-color: rgb(109,223,65); }
div.DivClassName
{
background-color: #6DDF41;
}
.BgClassName
{
background-color: #6DDF41;
}
</style>
border-color css
<style>
span { border-color: #6DDF41; }
span { border-color: rgb(109,223,65); }
td.TdClassName
{
border-color: #6DDF41;
}
.TagClassName
{
border-color: #6DDF41;
}
</style>