Shades of Mantis #6DD25D
Tints of Mantis #6DD25D
RGB
CMYK
RGB Variations
Color information
#6DD25D (or 0x6DD25D) is known color: Mantis. HEX triplet: 6D, D2 and 5D. RGB value is (109,210,93). Sum of RGB (Red+Green+Blue) = 109+210+93=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD25D is #922DA2. Grayscale: #A6A6A6. Windows color (decimal): -9579939 or 6148717. OLE color: 6148717.
HSL color Cylindrical-coordinate representation of color #6DD25D: hue angle of 111.79º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DD25D is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 93 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.18 |
| HSL | 111.79º | 0.57% | 0.59% | - |
| HSV(B) | 111.79º | 0.56% | 0.82% | - |
| XYZ | 31.33 | 50.13 | 18.38 | - |
| YUV | 166.46 | 86.54 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 93 | 0.48 | 0 | 0.56 | 0.18 | 111.79 | 0.57 | 0.59 |
| Hex | 6D | D2 | 5D | 30 | 0 | 38 | 12 | 70 | 39 | 3B |
| Octal | 155 | 322 | 135 | 60 | 0 | 70 | 22 | 160 | 71 | 73 |
| Binary | 1101101 | 11010010 | 1011101 | 110000 | 0 | 111000 | 10010 | 1110000 | 111001 | 111011 |
Color Harmonies of #6DD25D
Complementary color
Monochromatic Colors of #6DD25D
Black with #6DD25D
Text Example
Text Example
White with #6DD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD25D; }
p { color: rgb(109,210,93); }
H1.HeaderClassName
{
color: #6DD25D;
}
.AnyTagClassName
{
color: #6DD25D;
}
</style>
background-color css
<style>
a { background-color: #6DD25D; }
a { background-color: rgb(109,210,93); }
div.DivClassName
{
background-color: #6DD25D;
}
.BgClassName
{
background-color: #6DD25D;
}
</style>
border-color css
<style>
span { border-color: #6DD25D; }
span { border-color: rgb(109,210,93); }
td.TdClassName
{
border-color: #6DD25D;
}
.TagClassName
{
border-color: #6DD25D;
}
</style>