Shades of Mantis #6FD148
Tints of Mantis #6FD148
RGB
CMYK
RGB Variations
Color information
#6FD148 (or 0x6FD148) is known color: Mantis. HEX triplet: 6F, D1 and 48. RGB value is (111,209,72). Sum of RGB (Red+Green+Blue) = 111+209+72=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD148 is #902EB7. Grayscale: #A4A4A4. Windows color (decimal): -9449144 or 4772207. OLE color: 4772207.
HSL color Cylindrical-coordinate representation of color #6FD148: hue angle of 102.92º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FD148 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 72 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.18 |
| HSL | 102.92º | 0.6% | 0.55% | - |
| HSV(B) | 102.92º | 0.66% | 0.82% | - |
| XYZ | 30.53 | 49.45 | 14.07 | - |
| YUV | 164.08 | 76.03 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 72 | 0.47 | 0 | 0.66 | 0.18 | 102.92 | 0.6 | 0.55 |
| Hex | 6F | D1 | 48 | 2F | 0 | 42 | 12 | 67 | 3C | 37 |
| Octal | 157 | 321 | 110 | 57 | 0 | 102 | 22 | 147 | 74 | 67 |
| Binary | 1101111 | 11010001 | 1001000 | 101111 | 0 | 1000010 | 10010 | 1100111 | 111100 | 110111 |
Color Harmonies of #6FD148
Complementary color
Monochromatic Colors of #6FD148
Black with #6FD148
Text Example
Text Example
White with #6FD148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD148; }
p { color: rgb(111,209,72); }
H1.HeaderClassName
{
color: #6FD148;
}
.AnyTagClassName
{
color: #6FD148;
}
</style>
background-color css
<style>
a { background-color: #6FD148; }
a { background-color: rgb(111,209,72); }
div.DivClassName
{
background-color: #6FD148;
}
.BgClassName
{
background-color: #6FD148;
}
</style>
border-color css
<style>
span { border-color: #6FD148; }
span { border-color: rgb(111,209,72); }
td.TdClassName
{
border-color: #6FD148;
}
.TagClassName
{
border-color: #6FD148;
}
</style>