Shades of Mantis #6DC852
Tints of Mantis #6DC852
RGB
CMYK
RGB Variations
Color information
#6DC852 (or 0x6DC852) is known color: Mantis. HEX triplet: 6D, C8 and 52. RGB value is (109,200,82). Sum of RGB (Red+Green+Blue) = 109+200+82=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC852 is #9237AD. Grayscale: #9F9F9F. Windows color (decimal): -9582510 or 5425261. OLE color: 5425261.
HSL color Cylindrical-coordinate representation of color #6DC852: hue angle of 106.27º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DC852 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 200 | 82 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.22 |
| HSL | 106.27º | 0.52% | 0.55% | - |
| HSV(B) | 106.27º | 0.59% | 0.78% | - |
| XYZ | 28.48 | 45.17 | 15.2 | - |
| YUV | 159.34 | 84.35 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 200 | 82 | 0.46 | 0 | 0.59 | 0.22 | 106.27 | 0.52 | 0.55 |
| Hex | 6D | C8 | 52 | 2E | 0 | 3B | 16 | 6A | 34 | 37 |
| Octal | 155 | 310 | 122 | 56 | 0 | 73 | 26 | 152 | 64 | 67 |
| Binary | 1101101 | 11001000 | 1010010 | 101110 | 0 | 111011 | 10110 | 1101010 | 110100 | 110111 |
Color Harmonies of #6DC852
Complementary color
Monochromatic Colors of #6DC852
Black with #6DC852
Text Example
Text Example
White with #6DC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC852; }
p { color: rgb(109,200,82); }
H1.HeaderClassName
{
color: #6DC852;
}
.AnyTagClassName
{
color: #6DC852;
}
</style>
background-color css
<style>
a { background-color: #6DC852; }
a { background-color: rgb(109,200,82); }
div.DivClassName
{
background-color: #6DC852;
}
.BgClassName
{
background-color: #6DC852;
}
</style>
border-color css
<style>
span { border-color: #6DC852; }
span { border-color: rgb(109,200,82); }
td.TdClassName
{
border-color: #6DC852;
}
.TagClassName
{
border-color: #6DC852;
}
</style>