Shades of Mantis #6DDD52
Tints of Mantis #6DDD52
RGB
CMYK
RGB Variations
Color information
#6DDD52 (or 0x6DDD52) is known color: Mantis. HEX triplet: 6D, DD and 52. RGB value is (109,221,82). Sum of RGB (Red+Green+Blue) = 109+221+82=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDD52 is #9222AD. Grayscale: #ACACAC. Windows color (decimal): -9577134 or 5430637. OLE color: 5430637.
HSL color Cylindrical-coordinate representation of color #6DDD52: hue angle of 108.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DDD52 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 82 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.13 |
| HSL | 108.35º | 0.67% | 0.59% | - |
| HSV(B) | 108.35º | 0.63% | 0.87% | - |
| XYZ | 33.69 | 55.57 | 16.93 | - |
| YUV | 171.67 | 77.39 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 82 | 0.51 | 0 | 0.63 | 0.13 | 108.35 | 0.67 | 0.59 |
| Hex | 6D | DD | 52 | 33 | 0 | 3F | D | 6C | 43 | 3B |
| Octal | 155 | 335 | 122 | 63 | 0 | 77 | 15 | 154 | 103 | 73 |
| Binary | 1101101 | 11011101 | 1010010 | 110011 | 0 | 111111 | 1101 | 1101100 | 1000011 | 111011 |
Color Harmonies of #6DDD52
Complementary color
Monochromatic Colors of #6DDD52
Black with #6DDD52
Text Example
Text Example
White with #6DDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD52; }
p { color: rgb(109,221,82); }
H1.HeaderClassName
{
color: #6DDD52;
}
.AnyTagClassName
{
color: #6DDD52;
}
</style>
background-color css
<style>
a { background-color: #6DDD52; }
a { background-color: rgb(109,221,82); }
div.DivClassName
{
background-color: #6DDD52;
}
.BgClassName
{
background-color: #6DDD52;
}
</style>
border-color css
<style>
span { border-color: #6DDD52; }
span { border-color: rgb(109,221,82); }
td.TdClassName
{
border-color: #6DDD52;
}
.TagClassName
{
border-color: #6DDD52;
}
</style>