Shades of Mantis #68D456
Tints of Mantis #68D456
RGB
CMYK
RGB Variations
Color information
#68D456 (or 0x68D456) is known color: Mantis. HEX triplet: 68, D4 and 56. RGB value is (104,212,86). Sum of RGB (Red+Green+Blue) = 104+212+86=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 212 (83.20% from 255 or 52.74% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 212 - color contains mainly: green. Hex color #68D456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D456 is #972BA9. Grayscale: #A5A5A5. Windows color (decimal): -9907114 or 5690472. OLE color: 5690472.
HSL color Cylindrical-coordinate representation of color #68D456: hue angle of 111.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68D456 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 86 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.17 |
| HSL | 111.43º | 0.59% | 0.58% | - |
| HSV(B) | 111.43º | 0.59% | 0.83% | - |
| XYZ | 30.93 | 50.7 | 16.96 | - |
| YUV | 165.34 | 83.22 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 86 | 0.51 | 0 | 0.59 | 0.17 | 111.43 | 0.59 | 0.58 |
| Hex | 68 | D4 | 56 | 33 | 0 | 3B | 11 | 6F | 3B | 3A |
| Octal | 150 | 324 | 126 | 63 | 0 | 73 | 21 | 157 | 73 | 72 |
| Binary | 1101000 | 11010100 | 1010110 | 110011 | 0 | 111011 | 10001 | 1101111 | 111011 | 111010 |
Color Harmonies of #68D456
Complementary color
Monochromatic Colors of #68D456
Black with #68D456
Text Example
Text Example
White with #68D456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D456; }
p { color: rgb(104,212,86); }
H1.HeaderClassName
{
color: #68D456;
}
.AnyTagClassName
{
color: #68D456;
}
</style>
background-color css
<style>
a { background-color: #68D456; }
a { background-color: rgb(104,212,86); }
div.DivClassName
{
background-color: #68D456;
}
.BgClassName
{
background-color: #68D456;
}
</style>
border-color css
<style>
span { border-color: #68D456; }
span { border-color: rgb(104,212,86); }
td.TdClassName
{
border-color: #68D456;
}
.TagClassName
{
border-color: #68D456;
}
</style>