Shades of Mantis #6DCC62
Tints of Mantis #6DCC62
RGB
CMYK
RGB Variations
Color information
#6DCC62 (or 0x6DCC62) is known color: Mantis. HEX triplet: 6D, CC and 62. RGB value is (109,204,98). Sum of RGB (Red+Green+Blue) = 109+204+98=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCC62 is #92339D. Grayscale: #A3A3A3. Windows color (decimal): -9581470 or 6474861. OLE color: 6474861.
HSL color Cylindrical-coordinate representation of color #6DCC62: hue angle of 113.77º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DCC62 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 98 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.2 |
| HSL | 113.77º | 0.51% | 0.59% | - |
| HSV(B) | 113.77º | 0.52% | 0.8% | - |
| XYZ | 30.1 | 47.32 | 19.1 | - |
| YUV | 163.51 | 91.03 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 98 | 0.47 | 0 | 0.52 | 0.2 | 113.77 | 0.51 | 0.59 |
| Hex | 6D | CC | 62 | 2F | 0 | 34 | 14 | 72 | 33 | 3B |
| Octal | 155 | 314 | 142 | 57 | 0 | 64 | 24 | 162 | 63 | 73 |
| Binary | 1101101 | 11001100 | 1100010 | 101111 | 0 | 110100 | 10100 | 1110010 | 110011 | 111011 |
Color Harmonies of #6DCC62
Complementary color
Monochromatic Colors of #6DCC62
Black with #6DCC62
Text Example
Text Example
White with #6DCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCC62; }
p { color: rgb(109,204,98); }
H1.HeaderClassName
{
color: #6DCC62;
}
.AnyTagClassName
{
color: #6DCC62;
}
</style>
background-color css
<style>
a { background-color: #6DCC62; }
a { background-color: rgb(109,204,98); }
div.DivClassName
{
background-color: #6DCC62;
}
.BgClassName
{
background-color: #6DCC62;
}
</style>
border-color css
<style>
span { border-color: #6DCC62; }
span { border-color: rgb(109,204,98); }
td.TdClassName
{
border-color: #6DCC62;
}
.TagClassName
{
border-color: #6DCC62;
}
</style>