Shades of Mantis #6DCF56
Tints of Mantis #6DCF56
RGB
CMYK
RGB Variations
Color information
#6DCF56 (or 0x6DCF56) is known color: Mantis. HEX triplet: 6D, CF and 56. RGB value is (109,207,86). Sum of RGB (Red+Green+Blue) = 109+207+86=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCF56 is #9230A9. Grayscale: #A4A4A4. Windows color (decimal): -9580714 or 5689197. OLE color: 5689197.
HSL color Cylindrical-coordinate representation of color #6DCF56: hue angle of 108.6º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6DCF56 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 86 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.19 |
| HSL | 108.6º | 0.56% | 0.57% | - |
| HSV(B) | 108.6º | 0.58% | 0.81% | - |
| XYZ | 30.3 | 48.55 | 16.58 | - |
| YUV | 163.9 | 84.03 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 86 | 0.47 | 0 | 0.58 | 0.19 | 108.6 | 0.56 | 0.57 |
| Hex | 6D | CF | 56 | 2F | 0 | 3A | 13 | 6D | 38 | 39 |
| Octal | 155 | 317 | 126 | 57 | 0 | 72 | 23 | 155 | 70 | 71 |
| Binary | 1101101 | 11001111 | 1010110 | 101111 | 0 | 111010 | 10011 | 1101101 | 111000 | 111001 |
Color Harmonies of #6DCF56
Complementary color
Monochromatic Colors of #6DCF56
Black with #6DCF56
Text Example
Text Example
White with #6DCF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF56; }
p { color: rgb(109,207,86); }
H1.HeaderClassName
{
color: #6DCF56;
}
.AnyTagClassName
{
color: #6DCF56;
}
</style>
background-color css
<style>
a { background-color: #6DCF56; }
a { background-color: rgb(109,207,86); }
div.DivClassName
{
background-color: #6DCF56;
}
.BgClassName
{
background-color: #6DCF56;
}
</style>
border-color css
<style>
span { border-color: #6DCF56; }
span { border-color: rgb(109,207,86); }
td.TdClassName
{
border-color: #6DCF56;
}
.TagClassName
{
border-color: #6DCF56;
}
</style>