Shades of Mantis #6FD748
Tints of Mantis #6FD748
RGB
CMYK
RGB Variations
Color information
#6FD748 (or 0x6FD748) is known color: Mantis. HEX triplet: 6F, D7 and 48. RGB value is (111,215,72). Sum of RGB (Red+Green+Blue) = 111+215+72=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD748 is #9028B7. Grayscale: #A8A8A8. Windows color (decimal): -9447608 or 4773743. OLE color: 4773743.
HSL color Cylindrical-coordinate representation of color #6FD748: hue angle of 103.64º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FD748 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 72 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.16 |
| HSL | 103.64º | 0.64% | 0.56% | - |
| HSV(B) | 103.64º | 0.67% | 0.84% | - |
| XYZ | 32.03 | 52.45 | 14.57 | - |
| YUV | 167.6 | 74.04 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 72 | 0.48 | 0 | 0.67 | 0.16 | 103.64 | 0.64 | 0.56 |
| Hex | 6F | D7 | 48 | 30 | 0 | 43 | 10 | 68 | 40 | 38 |
| Octal | 157 | 327 | 110 | 60 | 0 | 103 | 20 | 150 | 100 | 70 |
| Binary | 1101111 | 11010111 | 1001000 | 110000 | 0 | 1000011 | 10000 | 1101000 | 1000000 | 111000 |
Color Harmonies of #6FD748
Complementary color
Monochromatic Colors of #6FD748
Black with #6FD748
Text Example
Text Example
White with #6FD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD748; }
p { color: rgb(111,215,72); }
H1.HeaderClassName
{
color: #6FD748;
}
.AnyTagClassName
{
color: #6FD748;
}
</style>
background-color css
<style>
a { background-color: #6FD748; }
a { background-color: rgb(111,215,72); }
div.DivClassName
{
background-color: #6FD748;
}
.BgClassName
{
background-color: #6FD748;
}
</style>
border-color css
<style>
span { border-color: #6FD748; }
span { border-color: rgb(111,215,72); }
td.TdClassName
{
border-color: #6FD748;
}
.TagClassName
{
border-color: #6FD748;
}
</style>