Shades of Mantis #68D84D
Tints of Mantis #68D84D
RGB
CMYK
RGB Variations
Color information
#68D84D (or 0x68D84D) is known color: Mantis. HEX triplet: 68, D8 and 4D. RGB value is (104,216,77). Sum of RGB (Red+Green+Blue) = 104+216+77=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #68D84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D84D is #9727B2. Grayscale: #A7A7A7. Windows color (decimal): -9906099 or 5101672. OLE color: 5101672.
HSL color Cylindrical-coordinate representation of color #68D84D: hue angle of 108.35º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68D84D is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 77 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.15 |
| HSL | 108.35º | 0.64% | 0.57% | - |
| HSV(B) | 108.35º | 0.64% | 0.85% | - |
| XYZ | 31.6 | 52.59 | 15.51 | - |
| YUV | 166.67 | 77.39 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 77 | 0.52 | 0 | 0.64 | 0.15 | 108.35 | 0.64 | 0.57 |
| Hex | 68 | D8 | 4D | 34 | 0 | 40 | F | 6C | 40 | 39 |
| Octal | 150 | 330 | 115 | 64 | 0 | 100 | 17 | 154 | 100 | 71 |
| Binary | 1101000 | 11011000 | 1001101 | 110100 | 0 | 1000000 | 1111 | 1101100 | 1000000 | 111001 |
Color Harmonies of #68D84D
Complementary color
Monochromatic Colors of #68D84D
Black with #68D84D
Text Example
Text Example
White with #68D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D84D; }
p { color: rgb(104,216,77); }
H1.HeaderClassName
{
color: #68D84D;
}
.AnyTagClassName
{
color: #68D84D;
}
</style>
background-color css
<style>
a { background-color: #68D84D; }
a { background-color: rgb(104,216,77); }
div.DivClassName
{
background-color: #68D84D;
}
.BgClassName
{
background-color: #68D84D;
}
</style>
border-color css
<style>
span { border-color: #68D84D; }
span { border-color: rgb(104,216,77); }
td.TdClassName
{
border-color: #68D84D;
}
.TagClassName
{
border-color: #68D84D;
}
</style>