Shades of Mantis #68DA4E
Tints of Mantis #68DA4E
RGB
CMYK
RGB Variations
Color information
#68DA4E (or 0x68DA4E) is known color: Mantis. HEX triplet: 68, DA and 4E. RGB value is (104,218,78). Sum of RGB (Red+Green+Blue) = 104+218+78=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA4E is #9725B1. Grayscale: #A8A8A8. Windows color (decimal): -9905586 or 5167720. OLE color: 5167720.
HSL color Cylindrical-coordinate representation of color #68DA4E: hue angle of 108.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68DA4E is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 78 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.15 |
| HSL | 108.86º | 0.65% | 0.58% | - |
| HSV(B) | 108.86º | 0.64% | 0.85% | - |
| XYZ | 32.16 | 53.64 | 15.87 | - |
| YUV | 167.95 | 77.23 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 78 | 0.52 | 0 | 0.64 | 0.15 | 108.86 | 0.65 | 0.58 |
| Hex | 68 | DA | 4E | 34 | 0 | 40 | F | 6D | 41 | 3A |
| Octal | 150 | 332 | 116 | 64 | 0 | 100 | 17 | 155 | 101 | 72 |
| Binary | 1101000 | 11011010 | 1001110 | 110100 | 0 | 1000000 | 1111 | 1101101 | 1000001 | 111010 |
Color Harmonies of #68DA4E
Complementary color
Monochromatic Colors of #68DA4E
Black with #68DA4E
Text Example
Text Example
White with #68DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA4E; }
p { color: rgb(104,218,78); }
H1.HeaderClassName
{
color: #68DA4E;
}
.AnyTagClassName
{
color: #68DA4E;
}
</style>
background-color css
<style>
a { background-color: #68DA4E; }
a { background-color: rgb(104,218,78); }
div.DivClassName
{
background-color: #68DA4E;
}
.BgClassName
{
background-color: #68DA4E;
}
</style>
border-color css
<style>
span { border-color: #68DA4E; }
span { border-color: rgb(104,218,78); }
td.TdClassName
{
border-color: #68DA4E;
}
.TagClassName
{
border-color: #68DA4E;
}
</style>