Shades of Mantis #6FCA5B
Tints of Mantis #6FCA5B
RGB
CMYK
RGB Variations
Color information
#6FCA5B (or 0x6FCA5B) is known color: Mantis. HEX triplet: 6F, CA and 5B. RGB value is (111,202,91). Sum of RGB (Red+Green+Blue) = 111+202+91=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCA5B is #9035A4. Grayscale: #A2A2A2. Windows color (decimal): -9450917 or 6015599. OLE color: 6015599.
HSL color Cylindrical-coordinate representation of color #6FCA5B: hue angle of 109.19º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FCA5B is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 91 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.21 |
| HSL | 109.19º | 0.51% | 0.57% | - |
| HSV(B) | 109.19º | 0.55% | 0.79% | - |
| XYZ | 29.56 | 46.38 | 17.29 | - |
| YUV | 162.14 | 87.85 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 91 | 0.45 | 0 | 0.55 | 0.21 | 109.19 | 0.51 | 0.57 |
| Hex | 6F | CA | 5B | 2D | 0 | 37 | 15 | 6D | 33 | 39 |
| Octal | 157 | 312 | 133 | 55 | 0 | 67 | 25 | 155 | 63 | 71 |
| Binary | 1101111 | 11001010 | 1011011 | 101101 | 0 | 110111 | 10101 | 1101101 | 110011 | 111001 |
Color Harmonies of #6FCA5B
Complementary color
Monochromatic Colors of #6FCA5B
Black with #6FCA5B
Text Example
Text Example
White with #6FCA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA5B; }
p { color: rgb(111,202,91); }
H1.HeaderClassName
{
color: #6FCA5B;
}
.AnyTagClassName
{
color: #6FCA5B;
}
</style>
background-color css
<style>
a { background-color: #6FCA5B; }
a { background-color: rgb(111,202,91); }
div.DivClassName
{
background-color: #6FCA5B;
}
.BgClassName
{
background-color: #6FCA5B;
}
</style>
border-color css
<style>
span { border-color: #6FCA5B; }
span { border-color: rgb(111,202,91); }
td.TdClassName
{
border-color: #6FCA5B;
}
.TagClassName
{
border-color: #6FCA5B;
}
</style>