Shades of Mantis #6DCB54
Tints of Mantis #6DCB54
RGB
CMYK
RGB Variations
Color information
#6DCB54 (or 0x6DCB54) is known color: Mantis. HEX triplet: 6D, CB and 54. RGB value is (109,203,84). Sum of RGB (Red+Green+Blue) = 109+203+84=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB54 is #9234AB. Grayscale: #A1A1A1. Windows color (decimal): -9581740 or 5557101. OLE color: 5557101.
HSL color Cylindrical-coordinate representation of color #6DCB54: hue angle of 107.39º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DCB54 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 84 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.20 |
| HSL | 107.4º | 0.53% | 0.56% | - |
| HSV(B) | 107.4º | 0.59% | 0.8% | - |
| XYZ | 29.26 | 46.6 | 15.84 | - |
| YUV | 161.33 | 84.36 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 84 | 0.46 | 0 | 0.59 | 0.20 | 107.4 | 0.53 | 0.56 |
| Hex | 6D | CB | 54 | 2E | 0 | 3B | 14 | 6B | 35 | 38 |
| Octal | 155 | 313 | 124 | 56 | 0 | 73 | 24 | 153 | 65 | 70 |
| Binary | 1101101 | 11001011 | 1010100 | 101110 | 0 | 111011 | 10100 | 1101011 | 110101 | 111000 |
Color Harmonies of #6DCB54
Complementary color
Monochromatic Colors of #6DCB54
Black with #6DCB54
Text Example
Text Example
White with #6DCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB54; }
p { color: rgb(109,203,84); }
H1.HeaderClassName
{
color: #6DCB54;
}
.AnyTagClassName
{
color: #6DCB54;
}
</style>
background-color css
<style>
a { background-color: #6DCB54; }
a { background-color: rgb(109,203,84); }
div.DivClassName
{
background-color: #6DCB54;
}
.BgClassName
{
background-color: #6DCB54;
}
</style>
border-color css
<style>
span { border-color: #6DCB54; }
span { border-color: rgb(109,203,84); }
td.TdClassName
{
border-color: #6DCB54;
}
.TagClassName
{
border-color: #6DCB54;
}
</style>