Shades of Mantis #6BDA53
Tints of Mantis #6BDA53
RGB
CMYK
RGB Variations
Color information
#6BDA53 (or 0x6BDA53) is known color: Mantis. HEX triplet: 6B, DA and 53. RGB value is (107,218,83). Sum of RGB (Red+Green+Blue) = 107+218+83=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDA53 is #9425AC. Grayscale: #A9A9A9. Windows color (decimal): -9708973 or 5495403. OLE color: 5495403.
HSL color Cylindrical-coordinate representation of color #6BDA53: hue angle of 109.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6BDA53 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 83 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.15 |
| HSL | 109.33º | 0.65% | 0.59% | - |
| HSV(B) | 109.33º | 0.62% | 0.85% | - |
| XYZ | 32.7 | 53.89 | 16.86 | - |
| YUV | 169.42 | 79.23 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 83 | 0.51 | 0 | 0.62 | 0.15 | 109.33 | 0.65 | 0.59 |
| Hex | 6B | DA | 53 | 33 | 0 | 3E | F | 6D | 41 | 3B |
| Octal | 153 | 332 | 123 | 63 | 0 | 76 | 17 | 155 | 101 | 73 |
| Binary | 1101011 | 11011010 | 1010011 | 110011 | 0 | 111110 | 1111 | 1101101 | 1000001 | 111011 |
Color Harmonies of #6BDA53
Complementary color
Monochromatic Colors of #6BDA53
Black with #6BDA53
Text Example
Text Example
White with #6BDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA53; }
p { color: rgb(107,218,83); }
H1.HeaderClassName
{
color: #6BDA53;
}
.AnyTagClassName
{
color: #6BDA53;
}
</style>
background-color css
<style>
a { background-color: #6BDA53; }
a { background-color: rgb(107,218,83); }
div.DivClassName
{
background-color: #6BDA53;
}
.BgClassName
{
background-color: #6BDA53;
}
</style>
border-color css
<style>
span { border-color: #6BDA53; }
span { border-color: rgb(107,218,83); }
td.TdClassName
{
border-color: #6BDA53;
}
.TagClassName
{
border-color: #6BDA53;
}
</style>