Shades of Mantis #6FD752
Tints of Mantis #6FD752
RGB
CMYK
RGB Variations
Color information
#6FD752 (or 0x6FD752) is known color: Mantis. HEX triplet: 6F, D7 and 52. RGB value is (111,215,82). Sum of RGB (Red+Green+Blue) = 111+215+82=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD752 is #9028AD. Grayscale: #A9A9A9. Windows color (decimal): -9447598 or 5429103. OLE color: 5429103.
HSL color Cylindrical-coordinate representation of color #6FD752: hue angle of 106.92º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FD752 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 215 | 82 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.16 |
| HSL | 106.92º | 0.62% | 0.58% | - |
| HSV(B) | 106.92º | 0.62% | 0.84% | - |
| XYZ | 32.38 | 52.59 | 16.43 | - |
| YUV | 168.74 | 79.04 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 215 | 82 | 0.48 | 0 | 0.62 | 0.16 | 106.92 | 0.62 | 0.58 |
| Hex | 6F | D7 | 52 | 30 | 0 | 3E | 10 | 6B | 3E | 3A |
| Octal | 157 | 327 | 122 | 60 | 0 | 76 | 20 | 153 | 76 | 72 |
| Binary | 1101111 | 11010111 | 1010010 | 110000 | 0 | 111110 | 10000 | 1101011 | 111110 | 111010 |
Color Harmonies of #6FD752
Complementary color
Monochromatic Colors of #6FD752
Black with #6FD752
Text Example
Text Example
White with #6FD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD752; }
p { color: rgb(111,215,82); }
H1.HeaderClassName
{
color: #6FD752;
}
.AnyTagClassName
{
color: #6FD752;
}
</style>
background-color css
<style>
a { background-color: #6FD752; }
a { background-color: rgb(111,215,82); }
div.DivClassName
{
background-color: #6FD752;
}
.BgClassName
{
background-color: #6FD752;
}
</style>
border-color css
<style>
span { border-color: #6FD752; }
span { border-color: rgb(111,215,82); }
td.TdClassName
{
border-color: #6FD752;
}
.TagClassName
{
border-color: #6FD752;
}
</style>