Shades of Mantis #6FD744
Tints of Mantis #6FD744
RGB
CMYK
RGB Variations
Color information
#6FD744 (or 0x6FD744) is known color: Mantis. HEX triplet: 6F, D7 and 44. RGB value is (111,215,68). Sum of RGB (Red+Green+Blue) = 111+215+68=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 215 (84.38% from 255 or 54.57% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD744 is #9028BB. Grayscale: #A7A7A7. Windows color (decimal): -9447612 or 4511599. OLE color: 4511599.
HSL color Cylindrical-coordinate representation of color #6FD744: hue angle of 102.45º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FD744 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 68 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.16 |
| HSL | 102.45º | 0.65% | 0.55% | - |
| HSV(B) | 102.45º | 0.68% | 0.84% | - |
| XYZ | 31.9 | 52.4 | 13.9 | - |
| YUV | 167.15 | 72.04 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 68 | 0.48 | 0 | 0.68 | 0.16 | 102.45 | 0.65 | 0.55 |
| Hex | 6F | D7 | 44 | 30 | 0 | 44 | 10 | 66 | 41 | 37 |
| Octal | 157 | 327 | 104 | 60 | 0 | 104 | 20 | 146 | 101 | 67 |
| Binary | 1101111 | 11010111 | 1000100 | 110000 | 0 | 1000100 | 10000 | 1100110 | 1000001 | 110111 |
Color Harmonies of #6FD744
Complementary color
Monochromatic Colors of #6FD744
Black with #6FD744
Text Example
Text Example
White with #6FD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD744; }
p { color: rgb(111,215,68); }
H1.HeaderClassName
{
color: #6FD744;
}
.AnyTagClassName
{
color: #6FD744;
}
</style>
background-color css
<style>
a { background-color: #6FD744; }
a { background-color: rgb(111,215,68); }
div.DivClassName
{
background-color: #6FD744;
}
.BgClassName
{
background-color: #6FD744;
}
</style>
border-color css
<style>
span { border-color: #6FD744; }
span { border-color: rgb(111,215,68); }
td.TdClassName
{
border-color: #6FD744;
}
.TagClassName
{
border-color: #6FD744;
}
</style>