Shades of Mantis #6DDA4B
Tints of Mantis #6DDA4B
RGB
CMYK
RGB Variations
Color information
#6DDA4B (or 0x6DDA4B) is known color: Mantis. HEX triplet: 6D, DA and 4B. RGB value is (109,218,75). Sum of RGB (Red+Green+Blue) = 109+218+75=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDA4B is #9225B4. Grayscale: #A9A9A9. Windows color (decimal): -9577909 or 4971117. OLE color: 4971117.
HSL color Cylindrical-coordinate representation of color #6DDA4B: hue angle of 105.73º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6DDA4B is Cyan = 0.5, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 75 | - |
| CMYK | 0.5 | 0 | 0.66 | 0.15 |
| HSL | 105.73º | 0.66% | 0.57% | - |
| HSV(B) | 105.73º | 0.66% | 0.85% | - |
| XYZ | 32.65 | 53.9 | 15.34 | - |
| YUV | 169.11 | 74.89 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 75 | 0.5 | 0 | 0.66 | 0.15 | 105.73 | 0.66 | 0.57 |
| Hex | 6D | DA | 4B | 32 | 0 | 42 | F | 6A | 42 | 39 |
| Octal | 155 | 332 | 113 | 62 | 0 | 102 | 17 | 152 | 102 | 71 |
| Binary | 1101101 | 11011010 | 1001011 | 110010 | 0 | 1000010 | 1111 | 1101010 | 1000010 | 111001 |
Color Harmonies of #6DDA4B
Complementary color
Monochromatic Colors of #6DDA4B
Black with #6DDA4B
Text Example
Text Example
White with #6DDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA4B; }
p { color: rgb(109,218,75); }
H1.HeaderClassName
{
color: #6DDA4B;
}
.AnyTagClassName
{
color: #6DDA4B;
}
</style>
background-color css
<style>
a { background-color: #6DDA4B; }
a { background-color: rgb(109,218,75); }
div.DivClassName
{
background-color: #6DDA4B;
}
.BgClassName
{
background-color: #6DDA4B;
}
</style>
border-color css
<style>
span { border-color: #6DDA4B; }
span { border-color: rgb(109,218,75); }
td.TdClassName
{
border-color: #6DDA4B;
}
.TagClassName
{
border-color: #6DDA4B;
}
</style>