Shades of Mantis #6FC85E
Tints of Mantis #6FC85E
RGB
CMYK
RGB Variations
Color information
#6FC85E (or 0x6FC85E) is known color: Mantis. HEX triplet: 6F, C8 and 5E. RGB value is (111,200,94). Sum of RGB (Red+Green+Blue) = 111+200+94=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC85E is #9037A1. Grayscale: #A1A1A1. Windows color (decimal): -9451426 or 6211695. OLE color: 6211695.
HSL color Cylindrical-coordinate representation of color #6FC85E: hue angle of 110.38º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FC85E is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 200 | 94 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.22 |
| HSL | 110.38º | 0.49% | 0.58% | - |
| HSV(B) | 110.38º | 0.53% | 0.78% | - |
| XYZ | 29.23 | 45.5 | 17.83 | - |
| YUV | 161.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 200 | 94 | 0.44 | 0 | 0.53 | 0.22 | 110.38 | 0.49 | 0.58 |
| Hex | 6F | C8 | 5E | 2C | 0 | 35 | 16 | 6E | 31 | 3A |
| Octal | 157 | 310 | 136 | 54 | 0 | 65 | 26 | 156 | 61 | 72 |
| Binary | 1101111 | 11001000 | 1011110 | 101100 | 0 | 110101 | 10110 | 1101110 | 110001 | 111010 |
Color Harmonies of #6FC85E
Complementary color
Monochromatic Colors of #6FC85E
Black with #6FC85E
Text Example
Text Example
White with #6FC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC85E; }
p { color: rgb(111,200,94); }
H1.HeaderClassName
{
color: #6FC85E;
}
.AnyTagClassName
{
color: #6FC85E;
}
</style>
background-color css
<style>
a { background-color: #6FC85E; }
a { background-color: rgb(111,200,94); }
div.DivClassName
{
background-color: #6FC85E;
}
.BgClassName
{
background-color: #6FC85E;
}
</style>
border-color css
<style>
span { border-color: #6FC85E; }
span { border-color: rgb(111,200,94); }
td.TdClassName
{
border-color: #6FC85E;
}
.TagClassName
{
border-color: #6FC85E;
}
</style>