Shades of Mantis #6FD650
Tints of Mantis #6FD650
RGB
CMYK
RGB Variations
Color information
#6FD650 (or 0x6FD650) is known color: Mantis. HEX triplet: 6F, D6 and 50. RGB value is (111,214,80). Sum of RGB (Red+Green+Blue) = 111+214+80=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD650 is #9029AF. Grayscale: #A8A8A8. Windows color (decimal): -9447856 or 5297775. OLE color: 5297775.
HSL color Cylindrical-coordinate representation of color #6FD650: hue angle of 106.12º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FD650 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 80 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.16 |
| HSL | 106.12º | 0.62% | 0.58% | - |
| HSV(B) | 106.12º | 0.63% | 0.84% | - |
| XYZ | 32.05 | 52.05 | 15.95 | - |
| YUV | 167.93 | 78.38 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 80 | 0.48 | 0 | 0.63 | 0.16 | 106.12 | 0.62 | 0.58 |
| Hex | 6F | D6 | 50 | 30 | 0 | 3F | 10 | 6A | 3E | 3A |
| Octal | 157 | 326 | 120 | 60 | 0 | 77 | 20 | 152 | 76 | 72 |
| Binary | 1101111 | 11010110 | 1010000 | 110000 | 0 | 111111 | 10000 | 1101010 | 111110 | 111010 |
Color Harmonies of #6FD650
Complementary color
Monochromatic Colors of #6FD650
Black with #6FD650
Text Example
Text Example
White with #6FD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD650; }
p { color: rgb(111,214,80); }
H1.HeaderClassName
{
color: #6FD650;
}
.AnyTagClassName
{
color: #6FD650;
}
</style>
background-color css
<style>
a { background-color: #6FD650; }
a { background-color: rgb(111,214,80); }
div.DivClassName
{
background-color: #6FD650;
}
.BgClassName
{
background-color: #6FD650;
}
</style>
border-color css
<style>
span { border-color: #6FD650; }
span { border-color: rgb(111,214,80); }
td.TdClassName
{
border-color: #6FD650;
}
.TagClassName
{
border-color: #6FD650;
}
</style>