Shades of Mantis #6DD45C
Tints of Mantis #6DD45C
RGB
CMYK
RGB Variations
Color information
#6DD45C (or 0x6DD45C) is known color: Mantis. HEX triplet: 6D, D4 and 5C. RGB value is (109,212,92). Sum of RGB (Red+Green+Blue) = 109+212+92=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #6DD45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD45C is #922BA3. Grayscale: #A7A7A7. Windows color (decimal): -9579428 or 6083693. OLE color: 6083693.
HSL color Cylindrical-coordinate representation of color #6DD45C: hue angle of 111.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DD45C is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 212 | 92 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.17 |
| HSL | 111.5º | 0.58% | 0.6% | - |
| HSV(B) | 111.5º | 0.57% | 0.83% | - |
| XYZ | 31.78 | 51.11 | 18.32 | - |
| YUV | 167.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 212 | 92 | 0.49 | 0 | 0.57 | 0.17 | 111.5 | 0.58 | 0.6 |
| Hex | 6D | D4 | 5C | 31 | 0 | 39 | 11 | 70 | 3A | 3C |
| Octal | 155 | 324 | 134 | 61 | 0 | 71 | 21 | 160 | 72 | 74 |
| Binary | 1101101 | 11010100 | 1011100 | 110001 | 0 | 111001 | 10001 | 1110000 | 111010 | 111100 |
Color Harmonies of #6DD45C
Complementary color
Monochromatic Colors of #6DD45C
Black with #6DD45C
Text Example
Text Example
White with #6DD45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD45C; }
p { color: rgb(109,212,92); }
H1.HeaderClassName
{
color: #6DD45C;
}
.AnyTagClassName
{
color: #6DD45C;
}
</style>
background-color css
<style>
a { background-color: #6DD45C; }
a { background-color: rgb(109,212,92); }
div.DivClassName
{
background-color: #6DD45C;
}
.BgClassName
{
background-color: #6DD45C;
}
</style>
border-color css
<style>
span { border-color: #6DD45C; }
span { border-color: rgb(109,212,92); }
td.TdClassName
{
border-color: #6DD45C;
}
.TagClassName
{
border-color: #6DD45C;
}
</style>