Shades of Mantis #6DCC54
Tints of Mantis #6DCC54
RGB
CMYK
RGB Variations
Color information
#6DCC54 (or 0x6DCC54) is known color: Mantis. HEX triplet: 6D, CC and 54. RGB value is (109,204,84). Sum of RGB (Red+Green+Blue) = 109+204+84=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCC54 is #9233AB. Grayscale: #A2A2A2. Windows color (decimal): -9581484 or 5557357. OLE color: 5557357.
HSL color Cylindrical-coordinate representation of color #6DCC54: hue angle of 107.5º degrees, saturation: 0.54, 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 #6DCC54 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 84 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.2 |
| HSL | 107.5º | 0.54% | 0.56% | - |
| HSV(B) | 107.5º | 0.59% | 0.8% | - |
| XYZ | 29.5 | 47.08 | 15.92 | - |
| YUV | 161.92 | 84.03 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 84 | 0.47 | 0 | 0.59 | 0.2 | 107.5 | 0.54 | 0.56 |
| Hex | 6D | CC | 54 | 2F | 0 | 3B | 14 | 6C | 36 | 38 |
| Octal | 155 | 314 | 124 | 57 | 0 | 73 | 24 | 154 | 66 | 70 |
| Binary | 1101101 | 11001100 | 1010100 | 101111 | 0 | 111011 | 10100 | 1101100 | 110110 | 111000 |
Color Harmonies of #6DCC54
Complementary color
Monochromatic Colors of #6DCC54
Black with #6DCC54
Text Example
Text Example
White with #6DCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCC54; }
p { color: rgb(109,204,84); }
H1.HeaderClassName
{
color: #6DCC54;
}
.AnyTagClassName
{
color: #6DCC54;
}
</style>
background-color css
<style>
a { background-color: #6DCC54; }
a { background-color: rgb(109,204,84); }
div.DivClassName
{
background-color: #6DCC54;
}
.BgClassName
{
background-color: #6DCC54;
}
</style>
border-color css
<style>
span { border-color: #6DCC54; }
span { border-color: rgb(109,204,84); }
td.TdClassName
{
border-color: #6DCC54;
}
.TagClassName
{
border-color: #6DCC54;
}
</style>