Shades of Mantis #6BDC53
Tints of Mantis #6BDC53
RGB
CMYK
RGB Variations
Color information
#6BDC53 (or 0x6BDC53) is known color: Mantis. HEX triplet: 6B, DC and 53. RGB value is (107,220,83). Sum of RGB (Red+Green+Blue) = 107+220+83=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC53 is #9423AC. Grayscale: #ABABAB. Windows color (decimal): -9708461 or 5495915. OLE color: 5495915.
HSL color Cylindrical-coordinate representation of color #6BDC53: hue angle of 109.49º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6BDC53 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 83 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.14 |
| HSL | 109.49º | 0.66% | 0.59% | - |
| HSV(B) | 109.49º | 0.62% | 0.86% | - |
| XYZ | 33.22 | 54.94 | 17.04 | - |
| YUV | 170.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 83 | 0.51 | 0 | 0.62 | 0.14 | 109.49 | 0.66 | 0.59 |
| Hex | 6B | DC | 53 | 33 | 0 | 3E | E | 6D | 42 | 3B |
| Octal | 153 | 334 | 123 | 63 | 0 | 76 | 16 | 155 | 102 | 73 |
| Binary | 1101011 | 11011100 | 1010011 | 110011 | 0 | 111110 | 1110 | 1101101 | 1000010 | 111011 |
Color Harmonies of #6BDC53
Complementary color
Monochromatic Colors of #6BDC53
Black with #6BDC53
Text Example
Text Example
White with #6BDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC53; }
p { color: rgb(107,220,83); }
H1.HeaderClassName
{
color: #6BDC53;
}
.AnyTagClassName
{
color: #6BDC53;
}
</style>
background-color css
<style>
a { background-color: #6BDC53; }
a { background-color: rgb(107,220,83); }
div.DivClassName
{
background-color: #6BDC53;
}
.BgClassName
{
background-color: #6BDC53;
}
</style>
border-color css
<style>
span { border-color: #6BDC53; }
span { border-color: rgb(107,220,83); }
td.TdClassName
{
border-color: #6BDC53;
}
.TagClassName
{
border-color: #6BDC53;
}
</style>