Shades of Mantis #6DD255
Tints of Mantis #6DD255
RGB
CMYK
RGB Variations
Color information
#6DD255 (or 0x6DD255) is known color: Mantis. HEX triplet: 6D, D2 and 55. RGB value is (109,210,85). Sum of RGB (Red+Green+Blue) = 109+210+85=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD255 is #922DAA. Grayscale: #A5A5A5. Windows color (decimal): -9579947 or 5624429. OLE color: 5624429.
HSL color Cylindrical-coordinate representation of color #6DD255: hue angle of 108.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6DD255 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 85 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.18 |
| HSL | 108.48º | 0.58% | 0.58% | - |
| HSV(B) | 108.48º | 0.6% | 0.82% | - |
| XYZ | 30.99 | 50 | 16.61 | - |
| YUV | 165.55 | 82.54 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 85 | 0.48 | 0 | 0.60 | 0.18 | 108.48 | 0.58 | 0.58 |
| Hex | 6D | D2 | 55 | 30 | 0 | 3C | 12 | 6C | 3A | 3A |
| Octal | 155 | 322 | 125 | 60 | 0 | 74 | 22 | 154 | 72 | 72 |
| Binary | 1101101 | 11010010 | 1010101 | 110000 | 0 | 111100 | 10010 | 1101100 | 111010 | 111010 |
Color Harmonies of #6DD255
Complementary color
Monochromatic Colors of #6DD255
Black with #6DD255
Text Example
Text Example
White with #6DD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD255; }
p { color: rgb(109,210,85); }
H1.HeaderClassName
{
color: #6DD255;
}
.AnyTagClassName
{
color: #6DD255;
}
</style>
background-color css
<style>
a { background-color: #6DD255; }
a { background-color: rgb(109,210,85); }
div.DivClassName
{
background-color: #6DD255;
}
.BgClassName
{
background-color: #6DD255;
}
</style>
border-color css
<style>
span { border-color: #6DD255; }
span { border-color: rgb(109,210,85); }
td.TdClassName
{
border-color: #6DD255;
}
.TagClassName
{
border-color: #6DD255;
}
</style>