Shades of Mantis #6BDB52
Tints of Mantis #6BDB52
RGB
CMYK
RGB Variations
Color information
#6BDB52 (or 0x6BDB52) is known color: Mantis. HEX triplet: 6B, DB and 52. RGB value is (107,219,82). Sum of RGB (Red+Green+Blue) = 107+219+82=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDB52 is #9424AD. Grayscale: #AAAAAA. Windows color (decimal): -9708718 or 5430123. OLE color: 5430123.
HSL color Cylindrical-coordinate representation of color #6BDB52: hue angle of 109.05º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BDB52 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 82 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.14 |
| HSL | 109.05º | 0.66% | 0.59% | - |
| HSV(B) | 109.05º | 0.63% | 0.86% | - |
| XYZ | 32.92 | 54.4 | 16.75 | - |
| YUV | 169.89 | 78.39 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 82 | 0.51 | 0 | 0.63 | 0.14 | 109.05 | 0.66 | 0.59 |
| Hex | 6B | DB | 52 | 33 | 0 | 3F | E | 6D | 42 | 3B |
| Octal | 153 | 333 | 122 | 63 | 0 | 77 | 16 | 155 | 102 | 73 |
| Binary | 1101011 | 11011011 | 1010010 | 110011 | 0 | 111111 | 1110 | 1101101 | 1000010 | 111011 |
Color Harmonies of #6BDB52
Complementary color
Monochromatic Colors of #6BDB52
Black with #6BDB52
Text Example
Text Example
White with #6BDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB52; }
p { color: rgb(107,219,82); }
H1.HeaderClassName
{
color: #6BDB52;
}
.AnyTagClassName
{
color: #6BDB52;
}
</style>
background-color css
<style>
a { background-color: #6BDB52; }
a { background-color: rgb(107,219,82); }
div.DivClassName
{
background-color: #6BDB52;
}
.BgClassName
{
background-color: #6BDB52;
}
</style>
border-color css
<style>
span { border-color: #6BDB52; }
span { border-color: rgb(107,219,82); }
td.TdClassName
{
border-color: #6BDB52;
}
.TagClassName
{
border-color: #6BDB52;
}
</style>