Shades of Mantis #6DCB5A
Tints of Mantis #6DCB5A
RGB
CMYK
RGB Variations
Color information
#6DCB5A (or 0x6DCB5A) is known color: Mantis. HEX triplet: 6D, CB and 5A. RGB value is (109,203,90). Sum of RGB (Red+Green+Blue) = 109+203+90=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB5A is #9234A5. Grayscale: #A2A2A2. Windows color (decimal): -9581734 or 5950317. OLE color: 5950317.
HSL color Cylindrical-coordinate representation of color #6DCB5A: hue angle of 109.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DCB5A is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 90 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.20 |
| HSL | 109.91º | 0.52% | 0.57% | - |
| HSV(B) | 109.91º | 0.56% | 0.8% | - |
| XYZ | 29.51 | 46.7 | 17.13 | - |
| YUV | 162.01 | 87.36 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 90 | 0.46 | 0 | 0.56 | 0.20 | 109.91 | 0.52 | 0.57 |
| Hex | 6D | CB | 5A | 2E | 0 | 38 | 14 | 6E | 34 | 39 |
| Octal | 155 | 313 | 132 | 56 | 0 | 70 | 24 | 156 | 64 | 71 |
| Binary | 1101101 | 11001011 | 1011010 | 101110 | 0 | 111000 | 10100 | 1101110 | 110100 | 111001 |
Color Harmonies of #6DCB5A
Complementary color
Monochromatic Colors of #6DCB5A
Black with #6DCB5A
Text Example
Text Example
White with #6DCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB5A; }
p { color: rgb(109,203,90); }
H1.HeaderClassName
{
color: #6DCB5A;
}
.AnyTagClassName
{
color: #6DCB5A;
}
</style>
background-color css
<style>
a { background-color: #6DCB5A; }
a { background-color: rgb(109,203,90); }
div.DivClassName
{
background-color: #6DCB5A;
}
.BgClassName
{
background-color: #6DCB5A;
}
</style>
border-color css
<style>
span { border-color: #6DCB5A; }
span { border-color: rgb(109,203,90); }
td.TdClassName
{
border-color: #6DCB5A;
}
.TagClassName
{
border-color: #6DCB5A;
}
</style>