Shades of Mantis #6DD05A
Tints of Mantis #6DD05A
RGB
CMYK
RGB Variations
Color information
#6DD05A (or 0x6DD05A) is known color: Mantis. HEX triplet: 6D, D0 and 5A. RGB value is (109,208,90). Sum of RGB (Red+Green+Blue) = 109+208+90=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD05A is #922FA5. Grayscale: #A5A5A5. Windows color (decimal): -9580454 or 5951597. OLE color: 5951597.
HSL color Cylindrical-coordinate representation of color #6DD05A: hue angle of 110.34º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DD05A is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 208 | 90 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.18 |
| HSL | 110.34º | 0.56% | 0.58% | - |
| HSV(B) | 110.34º | 0.57% | 0.82% | - |
| XYZ | 30.71 | 49.1 | 17.53 | - |
| YUV | 164.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 90 | 0.48 | 0 | 0.57 | 0.18 | 110.34 | 0.56 | 0.58 |
| Hex | 6D | D0 | 5A | 30 | 0 | 39 | 12 | 6E | 38 | 3A |
| Octal | 155 | 320 | 132 | 60 | 0 | 71 | 22 | 156 | 70 | 72 |
| Binary | 1101101 | 11010000 | 1011010 | 110000 | 0 | 111001 | 10010 | 1101110 | 111000 | 111010 |
Color Harmonies of #6DD05A
Complementary color
Monochromatic Colors of #6DD05A
Black with #6DD05A
Text Example
Text Example
White with #6DD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD05A; }
p { color: rgb(109,208,90); }
H1.HeaderClassName
{
color: #6DD05A;
}
.AnyTagClassName
{
color: #6DD05A;
}
</style>
background-color css
<style>
a { background-color: #6DD05A; }
a { background-color: rgb(109,208,90); }
div.DivClassName
{
background-color: #6DD05A;
}
.BgClassName
{
background-color: #6DD05A;
}
</style>
border-color css
<style>
span { border-color: #6DD05A; }
span { border-color: rgb(109,208,90); }
td.TdClassName
{
border-color: #6DD05A;
}
.TagClassName
{
border-color: #6DD05A;
}
</style>