Shades of Mantis #6FCB58
Tints of Mantis #6FCB58
RGB
CMYK
RGB Variations
Color information
#6FCB58 (or 0x6FCB58) is known color: Mantis. HEX triplet: 6F, CB and 58. RGB value is (111,203,88). Sum of RGB (Red+Green+Blue) = 111+203+88=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCB58 is #9034A7. Grayscale: #A2A2A2. Windows color (decimal): -9450664 or 5819247. OLE color: 5819247.
HSL color Cylindrical-coordinate representation of color #6FCB58: hue angle of 108º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FCB58 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 88 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.20 |
| HSL | 108º | 0.53% | 0.57% | - |
| HSV(B) | 108º | 0.57% | 0.8% | - |
| XYZ | 29.67 | 46.8 | 16.7 | - |
| YUV | 162.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 88 | 0.45 | 0 | 0.57 | 0.20 | 108 | 0.53 | 0.57 |
| Hex | 6F | CB | 58 | 2D | 0 | 39 | 14 | 6C | 35 | 39 |
| Octal | 157 | 313 | 130 | 55 | 0 | 71 | 24 | 154 | 65 | 71 |
| Binary | 1101111 | 11001011 | 1011000 | 101101 | 0 | 111001 | 10100 | 1101100 | 110101 | 111001 |
Color Harmonies of #6FCB58
Complementary color
Monochromatic Colors of #6FCB58
Black with #6FCB58
Text Example
Text Example
White with #6FCB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB58; }
p { color: rgb(111,203,88); }
H1.HeaderClassName
{
color: #6FCB58;
}
.AnyTagClassName
{
color: #6FCB58;
}
</style>
background-color css
<style>
a { background-color: #6FCB58; }
a { background-color: rgb(111,203,88); }
div.DivClassName
{
background-color: #6FCB58;
}
.BgClassName
{
background-color: #6FCB58;
}
</style>
border-color css
<style>
span { border-color: #6FCB58; }
span { border-color: rgb(111,203,88); }
td.TdClassName
{
border-color: #6FCB58;
}
.TagClassName
{
border-color: #6FCB58;
}
</style>