Shades of Mantis #6FDB44
Tints of Mantis #6FDB44
RGB
CMYK
RGB Variations
Color information
#6FDB44 (or 0x6FDB44) is known color: Mantis. HEX triplet: 6F, DB and 44. RGB value is (111,219,68). Sum of RGB (Red+Green+Blue) = 111+219+68=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDB44 is #9024BB. Grayscale: #A9A9A9. Windows color (decimal): -9446588 or 4512623. OLE color: 4512623.
HSL color Cylindrical-coordinate representation of color #6FDB44: hue angle of 102.91º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FDB44 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 68 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.14 |
| HSL | 102.91º | 0.68% | 0.56% | - |
| HSV(B) | 102.91º | 0.69% | 0.86% | - |
| XYZ | 32.93 | 54.46 | 14.25 | - |
| YUV | 169.49 | 70.72 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 68 | 0.49 | 0 | 0.69 | 0.14 | 102.91 | 0.68 | 0.56 |
| Hex | 6F | DB | 44 | 31 | 0 | 45 | E | 67 | 44 | 38 |
| Octal | 157 | 333 | 104 | 61 | 0 | 105 | 16 | 147 | 104 | 70 |
| Binary | 1101111 | 11011011 | 1000100 | 110001 | 0 | 1000101 | 1110 | 1100111 | 1000100 | 111000 |
Color Harmonies of #6FDB44
Complementary color
Monochromatic Colors of #6FDB44
Black with #6FDB44
Text Example
Text Example
White with #6FDB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB44; }
p { color: rgb(111,219,68); }
H1.HeaderClassName
{
color: #6FDB44;
}
.AnyTagClassName
{
color: #6FDB44;
}
</style>
background-color css
<style>
a { background-color: #6FDB44; }
a { background-color: rgb(111,219,68); }
div.DivClassName
{
background-color: #6FDB44;
}
.BgClassName
{
background-color: #6FDB44;
}
</style>
border-color css
<style>
span { border-color: #6FDB44; }
span { border-color: rgb(111,219,68); }
td.TdClassName
{
border-color: #6FDB44;
}
.TagClassName
{
border-color: #6FDB44;
}
</style>