Shades of Mantis #6BCD55
Tints of Mantis #6BCD55
RGB
CMYK
RGB Variations
Color information
#6BCD55 (or 0x6BCD55) is known color: Mantis. HEX triplet: 6B, CD and 55. RGB value is (107,205,85). Sum of RGB (Red+Green+Blue) = 107+205+85=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD55 is #9432AA. Grayscale: #A2A2A2. Windows color (decimal): -9712299 or 5623147. OLE color: 5623147.
HSL color Cylindrical-coordinate representation of color #6BCD55: hue angle of 109º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6BCD55 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 85 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.20 |
| HSL | 109º | 0.55% | 0.57% | - |
| HSV(B) | 109º | 0.59% | 0.8% | - |
| XYZ | 29.53 | 47.44 | 16.2 | - |
| YUV | 162.02 | 84.53 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 85 | 0.48 | 0 | 0.59 | 0.20 | 109 | 0.55 | 0.57 |
| Hex | 6B | CD | 55 | 30 | 0 | 3B | 14 | 6D | 37 | 39 |
| Octal | 153 | 315 | 125 | 60 | 0 | 73 | 24 | 155 | 67 | 71 |
| Binary | 1101011 | 11001101 | 1010101 | 110000 | 0 | 111011 | 10100 | 1101101 | 110111 | 111001 |
Color Harmonies of #6BCD55
Complementary color
Monochromatic Colors of #6BCD55
Black with #6BCD55
Text Example
Text Example
White with #6BCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD55; }
p { color: rgb(107,205,85); }
H1.HeaderClassName
{
color: #6BCD55;
}
.AnyTagClassName
{
color: #6BCD55;
}
</style>
background-color css
<style>
a { background-color: #6BCD55; }
a { background-color: rgb(107,205,85); }
div.DivClassName
{
background-color: #6BCD55;
}
.BgClassName
{
background-color: #6BCD55;
}
</style>
border-color css
<style>
span { border-color: #6BCD55; }
span { border-color: rgb(107,205,85); }
td.TdClassName
{
border-color: #6BCD55;
}
.TagClassName
{
border-color: #6BCD55;
}
</style>