Shades of Mantis #6DCF5E
Tints of Mantis #6DCF5E
RGB
CMYK
RGB Variations
Color information
#6DCF5E (or 0x6DCF5E) is known color: Mantis. HEX triplet: 6D, CF and 5E. RGB value is (109,207,94). Sum of RGB (Red+Green+Blue) = 109+207+94=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCF5E is #9230A1. Grayscale: #A5A5A5. Windows color (decimal): -9580706 or 6213485. OLE color: 6213485.
HSL color Cylindrical-coordinate representation of color #6DCF5E: hue angle of 112.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DCF5E is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 94 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.19 |
| HSL | 112.04º | 0.54% | 0.59% | - |
| HSV(B) | 112.04º | 0.55% | 0.81% | - |
| XYZ | 30.64 | 48.69 | 18.37 | - |
| YUV | 164.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 94 | 0.47 | 0 | 0.55 | 0.19 | 112.04 | 0.54 | 0.59 |
| Hex | 6D | CF | 5E | 2F | 0 | 37 | 13 | 70 | 36 | 3B |
| Octal | 155 | 317 | 136 | 57 | 0 | 67 | 23 | 160 | 66 | 73 |
| Binary | 1101101 | 11001111 | 1011110 | 101111 | 0 | 110111 | 10011 | 1110000 | 110110 | 111011 |
Color Harmonies of #6DCF5E
Complementary color
Monochromatic Colors of #6DCF5E
Black with #6DCF5E
Text Example
Text Example
White with #6DCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF5E; }
p { color: rgb(109,207,94); }
H1.HeaderClassName
{
color: #6DCF5E;
}
.AnyTagClassName
{
color: #6DCF5E;
}
</style>
background-color css
<style>
a { background-color: #6DCF5E; }
a { background-color: rgb(109,207,94); }
div.DivClassName
{
background-color: #6DCF5E;
}
.BgClassName
{
background-color: #6DCF5E;
}
</style>
border-color css
<style>
span { border-color: #6DCF5E; }
span { border-color: rgb(109,207,94); }
td.TdClassName
{
border-color: #6DCF5E;
}
.TagClassName
{
border-color: #6DCF5E;
}
</style>