Shades of Mantis #68D556
Tints of Mantis #68D556
RGB
CMYK
RGB Variations
Color information
#68D556 (or 0x68D556) is known color: Mantis. HEX triplet: 68, D5 and 56. RGB value is (104,213,86). Sum of RGB (Red+Green+Blue) = 104+213+86=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #68D556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D556 is #972AA9. Grayscale: #A6A6A6. Windows color (decimal): -9906858 or 5690728. OLE color: 5690728.
HSL color Cylindrical-coordinate representation of color #68D556: hue angle of 111.5º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68D556 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 86 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.16 |
| HSL | 111.5º | 0.6% | 0.59% | - |
| HSV(B) | 111.5º | 0.6% | 0.84% | - |
| XYZ | 31.18 | 51.2 | 17.04 | - |
| YUV | 165.93 | 82.89 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 86 | 0.51 | 0 | 0.60 | 0.16 | 111.5 | 0.6 | 0.59 |
| Hex | 68 | D5 | 56 | 33 | 0 | 3C | 10 | 6F | 3C | 3B |
| Octal | 150 | 325 | 126 | 63 | 0 | 74 | 20 | 157 | 74 | 73 |
| Binary | 1101000 | 11010101 | 1010110 | 110011 | 0 | 111100 | 10000 | 1101111 | 111100 | 111011 |
Color Harmonies of #68D556
Complementary color
Monochromatic Colors of #68D556
Black with #68D556
Text Example
Text Example
White with #68D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D556; }
p { color: rgb(104,213,86); }
H1.HeaderClassName
{
color: #68D556;
}
.AnyTagClassName
{
color: #68D556;
}
</style>
background-color css
<style>
a { background-color: #68D556; }
a { background-color: rgb(104,213,86); }
div.DivClassName
{
background-color: #68D556;
}
.BgClassName
{
background-color: #68D556;
}
</style>
border-color css
<style>
span { border-color: #68D556; }
span { border-color: rgb(104,213,86); }
td.TdClassName
{
border-color: #68D556;
}
.TagClassName
{
border-color: #68D556;
}
</style>