Shades of Mantis #6DCB58
Tints of Mantis #6DCB58
RGB
CMYK
RGB Variations
Color information
#6DCB58 (or 0x6DCB58) is known color: Mantis. HEX triplet: 6D, CB and 58. RGB value is (109,203,88). Sum of RGB (Red+Green+Blue) = 109+203+88=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB58 is #9234A7. Grayscale: #A2A2A2. Windows color (decimal): -9581736 or 5819245. OLE color: 5819245.
HSL color Cylindrical-coordinate representation of color #6DCB58: hue angle of 109.04º 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 #6DCB58 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 88 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.20 |
| HSL | 109.04º | 0.53% | 0.57% | - |
| HSV(B) | 109.04º | 0.57% | 0.8% | - |
| XYZ | 29.42 | 46.67 | 16.69 | - |
| YUV | 161.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 88 | 0.46 | 0 | 0.57 | 0.20 | 109.04 | 0.53 | 0.57 |
| Hex | 6D | CB | 58 | 2E | 0 | 39 | 14 | 6D | 35 | 39 |
| Octal | 155 | 313 | 130 | 56 | 0 | 71 | 24 | 155 | 65 | 71 |
| Binary | 1101101 | 11001011 | 1011000 | 101110 | 0 | 111001 | 10100 | 1101101 | 110101 | 111001 |
Color Harmonies of #6DCB58
Complementary color
Monochromatic Colors of #6DCB58
Black with #6DCB58
Text Example
Text Example
White with #6DCB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB58; }
p { color: rgb(109,203,88); }
H1.HeaderClassName
{
color: #6DCB58;
}
.AnyTagClassName
{
color: #6DCB58;
}
</style>
background-color css
<style>
a { background-color: #6DCB58; }
a { background-color: rgb(109,203,88); }
div.DivClassName
{
background-color: #6DCB58;
}
.BgClassName
{
background-color: #6DCB58;
}
</style>
border-color css
<style>
span { border-color: #6DCB58; }
span { border-color: rgb(109,203,88); }
td.TdClassName
{
border-color: #6DCB58;
}
.TagClassName
{
border-color: #6DCB58;
}
</style>