Shades of Mantis #6FCB5B
Tints of Mantis #6FCB5B
RGB
CMYK
RGB Variations
Color information
#6FCB5B (or 0x6FCB5B) is known color: Mantis. HEX triplet: 6F, CB and 5B. RGB value is (111,203,91). Sum of RGB (Red+Green+Blue) = 111+203+91=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCB5B is #9034A4. Grayscale: #A3A3A3. Windows color (decimal): -9450661 or 6015855. OLE color: 6015855.
HSL color Cylindrical-coordinate representation of color #6FCB5B: hue angle of 109.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FCB5B is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 91 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.20 |
| HSL | 109.29º | 0.52% | 0.58% | - |
| HSV(B) | 109.29º | 0.55% | 0.8% | - |
| XYZ | 29.8 | 46.85 | 17.37 | - |
| YUV | 162.72 | 87.52 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 91 | 0.45 | 0 | 0.55 | 0.20 | 109.29 | 0.52 | 0.58 |
| Hex | 6F | CB | 5B | 2D | 0 | 37 | 14 | 6D | 34 | 3A |
| Octal | 157 | 313 | 133 | 55 | 0 | 67 | 24 | 155 | 64 | 72 |
| Binary | 1101111 | 11001011 | 1011011 | 101101 | 0 | 110111 | 10100 | 1101101 | 110100 | 111010 |
Color Harmonies of #6FCB5B
Complementary color
Monochromatic Colors of #6FCB5B
Black with #6FCB5B
Text Example
Text Example
White with #6FCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB5B; }
p { color: rgb(111,203,91); }
H1.HeaderClassName
{
color: #6FCB5B;
}
.AnyTagClassName
{
color: #6FCB5B;
}
</style>
background-color css
<style>
a { background-color: #6FCB5B; }
a { background-color: rgb(111,203,91); }
div.DivClassName
{
background-color: #6FCB5B;
}
.BgClassName
{
background-color: #6FCB5B;
}
</style>
border-color css
<style>
span { border-color: #6FCB5B; }
span { border-color: rgb(111,203,91); }
td.TdClassName
{
border-color: #6FCB5B;
}
.TagClassName
{
border-color: #6FCB5B;
}
</style>