Shades of Mantis #6DCB5C
Tints of Mantis #6DCB5C
RGB
CMYK
RGB Variations
Color information
#6DCB5C (or 0x6DCB5C) is known color: Mantis. HEX triplet: 6D, CB and 5C. RGB value is (109,203,92). Sum of RGB (Red+Green+Blue) = 109+203+92=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB5C is #9234A3. Grayscale: #A2A2A2. Windows color (decimal): -9581732 or 6081389. OLE color: 6081389.
HSL color Cylindrical-coordinate representation of color #6DCB5C: hue angle of 110.81º 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 #6DCB5C is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 92 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.20 |
| HSL | 110.81º | 0.52% | 0.58% | - |
| HSV(B) | 110.81º | 0.55% | 0.8% | - |
| XYZ | 29.59 | 46.74 | 17.59 | - |
| YUV | 162.24 | 88.36 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 92 | 0.46 | 0 | 0.55 | 0.20 | 110.81 | 0.52 | 0.58 |
| Hex | 6D | CB | 5C | 2E | 0 | 37 | 14 | 6F | 34 | 3A |
| Octal | 155 | 313 | 134 | 56 | 0 | 67 | 24 | 157 | 64 | 72 |
| Binary | 1101101 | 11001011 | 1011100 | 101110 | 0 | 110111 | 10100 | 1101111 | 110100 | 111010 |
Color Harmonies of #6DCB5C
Complementary color
Monochromatic Colors of #6DCB5C
Black with #6DCB5C
Text Example
Text Example
White with #6DCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB5C; }
p { color: rgb(109,203,92); }
H1.HeaderClassName
{
color: #6DCB5C;
}
.AnyTagClassName
{
color: #6DCB5C;
}
</style>
background-color css
<style>
a { background-color: #6DCB5C; }
a { background-color: rgb(109,203,92); }
div.DivClassName
{
background-color: #6DCB5C;
}
.BgClassName
{
background-color: #6DCB5C;
}
</style>
border-color css
<style>
span { border-color: #6DCB5C; }
span { border-color: rgb(109,203,92); }
td.TdClassName
{
border-color: #6DCB5C;
}
.TagClassName
{
border-color: #6DCB5C;
}
</style>