Shades of Mantis #6BCC55
Tints of Mantis #6BCC55
RGB
CMYK
RGB Variations
Color information
#6BCC55 (or 0x6BCC55) is known color: Mantis. HEX triplet: 6B, CC and 55. RGB value is (107,204,85). Sum of RGB (Red+Green+Blue) = 107+204+85=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCC55 is #9433AA. Grayscale: #A1A1A1. Windows color (decimal): -9712555 or 5622891. OLE color: 5622891.
HSL color Cylindrical-coordinate representation of color #6BCC55: hue angle of 108.91º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BCC55 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 85 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.2 |
| HSL | 108.91º | 0.54% | 0.57% | - |
| HSV(B) | 108.91º | 0.58% | 0.8% | - |
| XYZ | 29.3 | 46.97 | 16.12 | - |
| YUV | 161.43 | 84.86 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 85 | 0.48 | 0 | 0.58 | 0.2 | 108.91 | 0.54 | 0.57 |
| Hex | 6B | CC | 55 | 30 | 0 | 3A | 14 | 6D | 36 | 39 |
| Octal | 153 | 314 | 125 | 60 | 0 | 72 | 24 | 155 | 66 | 71 |
| Binary | 1101011 | 11001100 | 1010101 | 110000 | 0 | 111010 | 10100 | 1101101 | 110110 | 111001 |
Color Harmonies of #6BCC55
Complementary color
Monochromatic Colors of #6BCC55
Black with #6BCC55
Text Example
Text Example
White with #6BCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC55; }
p { color: rgb(107,204,85); }
H1.HeaderClassName
{
color: #6BCC55;
}
.AnyTagClassName
{
color: #6BCC55;
}
</style>
background-color css
<style>
a { background-color: #6BCC55; }
a { background-color: rgb(107,204,85); }
div.DivClassName
{
background-color: #6BCC55;
}
.BgClassName
{
background-color: #6BCC55;
}
</style>
border-color css
<style>
span { border-color: #6BCC55; }
span { border-color: rgb(107,204,85); }
td.TdClassName
{
border-color: #6BCC55;
}
.TagClassName
{
border-color: #6BCC55;
}
</style>