Shades of Mantis #6BCB58
Tints of Mantis #6BCB58
RGB
CMYK
RGB Variations
Color information
#6BCB58 (or 0x6BCB58) is known color: Mantis. HEX triplet: 6B, CB and 58. RGB value is (107,203,88). Sum of RGB (Red+Green+Blue) = 107+203+88=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCB58 is #9434A7. Grayscale: #A1A1A1. Windows color (decimal): -9712808 or 5819243. OLE color: 5819243.
HSL color Cylindrical-coordinate representation of color #6BCB58: hue angle of 110.09º 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 #6BCB58 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 88 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.20 |
| HSL | 110.09º | 0.53% | 0.57% | - |
| HSV(B) | 110.09º | 0.57% | 0.8% | - |
| XYZ | 29.18 | 46.54 | 16.68 | - |
| YUV | 161.19 | 86.7 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 88 | 0.47 | 0 | 0.57 | 0.20 | 110.09 | 0.53 | 0.57 |
| Hex | 6B | CB | 58 | 2F | 0 | 39 | 14 | 6E | 35 | 39 |
| Octal | 153 | 313 | 130 | 57 | 0 | 71 | 24 | 156 | 65 | 71 |
| Binary | 1101011 | 11001011 | 1011000 | 101111 | 0 | 111001 | 10100 | 1101110 | 110101 | 111001 |
Color Harmonies of #6BCB58
Complementary color
Monochromatic Colors of #6BCB58
Black with #6BCB58
Text Example
Text Example
White with #6BCB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCB58; }
p { color: rgb(107,203,88); }
H1.HeaderClassName
{
color: #6BCB58;
}
.AnyTagClassName
{
color: #6BCB58;
}
</style>
background-color css
<style>
a { background-color: #6BCB58; }
a { background-color: rgb(107,203,88); }
div.DivClassName
{
background-color: #6BCB58;
}
.BgClassName
{
background-color: #6BCB58;
}
</style>
border-color css
<style>
span { border-color: #6BCB58; }
span { border-color: rgb(107,203,88); }
td.TdClassName
{
border-color: #6BCB58;
}
.TagClassName
{
border-color: #6BCB58;
}
</style>