Shades of Mantis #68D656
Tints of Mantis #68D656
RGB
CMYK
RGB Variations
Color information
#68D656 (or 0x68D656) is known color: Mantis. HEX triplet: 68, D6 and 56. RGB value is (104,214,86). Sum of RGB (Red+Green+Blue) = 104+214+86=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #68D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D656 is #9729A9. Grayscale: #A6A6A6. Windows color (decimal): -9906602 or 5690984. OLE color: 5690984.
HSL color Cylindrical-coordinate representation of color #68D656: hue angle of 111.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68D656 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 86 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.16 |
| HSL | 111.56º | 0.61% | 0.59% | - |
| HSV(B) | 111.56º | 0.6% | 0.84% | - |
| XYZ | 31.44 | 51.71 | 17.13 | - |
| YUV | 166.52 | 82.56 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 86 | 0.51 | 0 | 0.60 | 0.16 | 111.56 | 0.61 | 0.59 |
| Hex | 68 | D6 | 56 | 33 | 0 | 3C | 10 | 70 | 3D | 3B |
| Octal | 150 | 326 | 126 | 63 | 0 | 74 | 20 | 160 | 75 | 73 |
| Binary | 1101000 | 11010110 | 1010110 | 110011 | 0 | 111100 | 10000 | 1110000 | 111101 | 111011 |
Color Harmonies of #68D656
Complementary color
Monochromatic Colors of #68D656
Black with #68D656
Text Example
Text Example
White with #68D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D656; }
p { color: rgb(104,214,86); }
H1.HeaderClassName
{
color: #68D656;
}
.AnyTagClassName
{
color: #68D656;
}
</style>
background-color css
<style>
a { background-color: #68D656; }
a { background-color: rgb(104,214,86); }
div.DivClassName
{
background-color: #68D656;
}
.BgClassName
{
background-color: #68D656;
}
</style>
border-color css
<style>
span { border-color: #68D656; }
span { border-color: rgb(104,214,86); }
td.TdClassName
{
border-color: #68D656;
}
.TagClassName
{
border-color: #68D656;
}
</style>