Shades of Mantis #68D64F
Tints of Mantis #68D64F
RGB
CMYK
RGB Variations
Color information
#68D64F (or 0x68D64F) is known color: Mantis. HEX triplet: 68, D6 and 4F. RGB value is (104,214,79). Sum of RGB (Red+Green+Blue) = 104+214+79=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #68D64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D64F is #9729B0. Grayscale: #A6A6A6. Windows color (decimal): -9906609 or 5232232. OLE color: 5232232.
HSL color Cylindrical-coordinate representation of color #68D64F: hue angle of 108.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68D64F is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 79 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.16 |
| HSL | 108.89º | 0.62% | 0.57% | - |
| HSV(B) | 108.89º | 0.63% | 0.84% | - |
| XYZ | 31.17 | 51.6 | 15.71 | - |
| YUV | 165.72 | 79.06 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 79 | 0.51 | 0 | 0.63 | 0.16 | 108.89 | 0.62 | 0.57 |
| Hex | 68 | D6 | 4F | 33 | 0 | 3F | 10 | 6D | 3E | 39 |
| Octal | 150 | 326 | 117 | 63 | 0 | 77 | 20 | 155 | 76 | 71 |
| Binary | 1101000 | 11010110 | 1001111 | 110011 | 0 | 111111 | 10000 | 1101101 | 111110 | 111001 |
Color Harmonies of #68D64F
Complementary color
Monochromatic Colors of #68D64F
Black with #68D64F
Text Example
Text Example
White with #68D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D64F; }
p { color: rgb(104,214,79); }
H1.HeaderClassName
{
color: #68D64F;
}
.AnyTagClassName
{
color: #68D64F;
}
</style>
background-color css
<style>
a { background-color: #68D64F; }
a { background-color: rgb(104,214,79); }
div.DivClassName
{
background-color: #68D64F;
}
.BgClassName
{
background-color: #68D64F;
}
</style>
border-color css
<style>
span { border-color: #68D64F; }
span { border-color: rgb(104,214,79); }
td.TdClassName
{
border-color: #68D64F;
}
.TagClassName
{
border-color: #68D64F;
}
</style>