Shades of Mantis #6DDE48
Tints of Mantis #6DDE48
RGB
CMYK
RGB Variations
Color information
#6DDE48 (or 0x6DDE48) is known color: Mantis. HEX triplet: 6D, DE and 48. RGB value is (109,222,72). Sum of RGB (Red+Green+Blue) = 109+222+72=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 222 (87.11% from 255 or 55.09% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDE48 is #9221B7. Grayscale: #ABABAB. Windows color (decimal): -9576888 or 4775533. OLE color: 4775533.
HSL color Cylindrical-coordinate representation of color #6DDE48: hue angle of 105.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DDE48 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 72 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.13 |
| HSL | 105.2º | 0.69% | 0.58% | - |
| HSV(B) | 105.2º | 0.68% | 0.87% | - |
| XYZ | 33.6 | 55.96 | 15.16 | - |
| YUV | 171.11 | 72.06 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 72 | 0.51 | 0 | 0.68 | 0.13 | 105.2 | 0.69 | 0.58 |
| Hex | 6D | DE | 48 | 33 | 0 | 44 | D | 69 | 45 | 3A |
| Octal | 155 | 336 | 110 | 63 | 0 | 104 | 15 | 151 | 105 | 72 |
| Binary | 1101101 | 11011110 | 1001000 | 110011 | 0 | 1000100 | 1101 | 1101001 | 1000101 | 111010 |
Color Harmonies of #6DDE48
Complementary color
Monochromatic Colors of #6DDE48
Black with #6DDE48
Text Example
Text Example
White with #6DDE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDE48; }
p { color: rgb(109,222,72); }
H1.HeaderClassName
{
color: #6DDE48;
}
.AnyTagClassName
{
color: #6DDE48;
}
</style>
background-color css
<style>
a { background-color: #6DDE48; }
a { background-color: rgb(109,222,72); }
div.DivClassName
{
background-color: #6DDE48;
}
.BgClassName
{
background-color: #6DDE48;
}
</style>
border-color css
<style>
span { border-color: #6DDE48; }
span { border-color: rgb(109,222,72); }
td.TdClassName
{
border-color: #6DDE48;
}
.TagClassName
{
border-color: #6DDE48;
}
</style>