Shades of Mantis #6FCD5B
Tints of Mantis #6FCD5B
RGB
CMYK
RGB Variations
Color information
#6FCD5B (or 0x6FCD5B) is known color: Mantis. HEX triplet: 6F, CD and 5B. RGB value is (111,205,91). Sum of RGB (Red+Green+Blue) = 111+205+91=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD5B is #9032A4. Grayscale: #A4A4A4. Windows color (decimal): -9450149 or 6016367. OLE color: 6016367.
HSL color Cylindrical-coordinate representation of color #6FCD5B: hue angle of 109.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FCD5B is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 91 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.20 |
| HSL | 109.47º | 0.53% | 0.58% | - |
| HSV(B) | 109.47º | 0.56% | 0.8% | - |
| XYZ | 30.28 | 47.8 | 17.53 | - |
| YUV | 163.9 | 86.86 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 91 | 0.46 | 0 | 0.56 | 0.20 | 109.47 | 0.53 | 0.58 |
| Hex | 6F | CD | 5B | 2E | 0 | 38 | 14 | 6D | 35 | 3A |
| Octal | 157 | 315 | 133 | 56 | 0 | 70 | 24 | 155 | 65 | 72 |
| Binary | 1101111 | 11001101 | 1011011 | 101110 | 0 | 111000 | 10100 | 1101101 | 110101 | 111010 |
Color Harmonies of #6FCD5B
Complementary color
Monochromatic Colors of #6FCD5B
Black with #6FCD5B
Text Example
Text Example
White with #6FCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD5B; }
p { color: rgb(111,205,91); }
H1.HeaderClassName
{
color: #6FCD5B;
}
.AnyTagClassName
{
color: #6FCD5B;
}
</style>
background-color css
<style>
a { background-color: #6FCD5B; }
a { background-color: rgb(111,205,91); }
div.DivClassName
{
background-color: #6FCD5B;
}
.BgClassName
{
background-color: #6FCD5B;
}
</style>
border-color css
<style>
span { border-color: #6FCD5B; }
span { border-color: rgb(111,205,91); }
td.TdClassName
{
border-color: #6FCD5B;
}
.TagClassName
{
border-color: #6FCD5B;
}
</style>