Shades of Mantis #6BD952
Tints of Mantis #6BD952
RGB
CMYK
RGB Variations
Color information
#6BD952 (or 0x6BD952) is known color: Mantis. HEX triplet: 6B, D9 and 52. RGB value is (107,217,82). Sum of RGB (Red+Green+Blue) = 107+217+82=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD952 is #9426AD. Grayscale: #A9A9A9. Windows color (decimal): -9709230 or 5429611. OLE color: 5429611.
HSL color Cylindrical-coordinate representation of color #6BD952: hue angle of 108.89º degrees, saturation: 0.64, 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 #6BD952 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 217 | 82 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.15 |
| HSL | 108.89º | 0.64% | 0.59% | - |
| HSV(B) | 108.89º | 0.62% | 0.85% | - |
| XYZ | 32.4 | 53.36 | 16.57 | - |
| YUV | 168.72 | 79.06 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 217 | 82 | 0.51 | 0 | 0.62 | 0.15 | 108.89 | 0.64 | 0.59 |
| Hex | 6B | D9 | 52 | 33 | 0 | 3E | F | 6D | 40 | 3B |
| Octal | 153 | 331 | 122 | 63 | 0 | 76 | 17 | 155 | 100 | 73 |
| Binary | 1101011 | 11011001 | 1010010 | 110011 | 0 | 111110 | 1111 | 1101101 | 1000000 | 111011 |
Color Harmonies of #6BD952
Complementary color
Monochromatic Colors of #6BD952
Black with #6BD952
Text Example
Text Example
White with #6BD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD952; }
p { color: rgb(107,217,82); }
H1.HeaderClassName
{
color: #6BD952;
}
.AnyTagClassName
{
color: #6BD952;
}
</style>
background-color css
<style>
a { background-color: #6BD952; }
a { background-color: rgb(107,217,82); }
div.DivClassName
{
background-color: #6BD952;
}
.BgClassName
{
background-color: #6BD952;
}
</style>
border-color css
<style>
span { border-color: #6BD952; }
span { border-color: rgb(107,217,82); }
td.TdClassName
{
border-color: #6BD952;
}
.TagClassName
{
border-color: #6BD952;
}
</style>