Shades of Mantis #68DA4D
Tints of Mantis #68DA4D
RGB
CMYK
RGB Variations
Color information
#68DA4D (or 0x68DA4D) is known color: Mantis. HEX triplet: 68, DA and 4D. RGB value is (104,218,77). Sum of RGB (Red+Green+Blue) = 104+218+77=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA4D is #9725B2. Grayscale: #A8A8A8. Windows color (decimal): -9905587 or 5102184. OLE color: 5102184.
HSL color Cylindrical-coordinate representation of color #68DA4D: hue angle of 108.51º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68DA4D is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 77 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.15 |
| HSL | 108.51º | 0.66% | 0.58% | - |
| HSV(B) | 108.51º | 0.65% | 0.85% | - |
| XYZ | 32.12 | 53.62 | 15.68 | - |
| YUV | 167.84 | 76.73 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 77 | 0.52 | 0 | 0.65 | 0.15 | 108.51 | 0.66 | 0.58 |
| Hex | 68 | DA | 4D | 34 | 0 | 41 | F | 6D | 42 | 3A |
| Octal | 150 | 332 | 115 | 64 | 0 | 101 | 17 | 155 | 102 | 72 |
| Binary | 1101000 | 11011010 | 1001101 | 110100 | 0 | 1000001 | 1111 | 1101101 | 1000010 | 111010 |
Color Harmonies of #68DA4D
Complementary color
Monochromatic Colors of #68DA4D
Black with #68DA4D
Text Example
Text Example
White with #68DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA4D; }
p { color: rgb(104,218,77); }
H1.HeaderClassName
{
color: #68DA4D;
}
.AnyTagClassName
{
color: #68DA4D;
}
</style>
background-color css
<style>
a { background-color: #68DA4D; }
a { background-color: rgb(104,218,77); }
div.DivClassName
{
background-color: #68DA4D;
}
.BgClassName
{
background-color: #68DA4D;
}
</style>
border-color css
<style>
span { border-color: #68DA4D; }
span { border-color: rgb(104,218,77); }
td.TdClassName
{
border-color: #68DA4D;
}
.TagClassName
{
border-color: #68DA4D;
}
</style>