Shades of Mantis #68D358
Tints of Mantis #68D358
RGB
CMYK
RGB Variations
Color information
#68D358 (or 0x68D358) is known color: Mantis. HEX triplet: 68, D3 and 58. RGB value is (104,211,88). Sum of RGB (Red+Green+Blue) = 104+211+88=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #68D358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D358 is #972CA7. Grayscale: #A5A5A5. Windows color (decimal): -9907368 or 5821288. OLE color: 5821288.
HSL color Cylindrical-coordinate representation of color #68D358: hue angle of 112.2º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68D358 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 88 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.17 |
| HSL | 112.2º | 0.58% | 0.59% | - |
| HSV(B) | 112.2º | 0.58% | 0.83% | - |
| XYZ | 30.76 | 50.24 | 17.31 | - |
| YUV | 164.99 | 84.55 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 88 | 0.51 | 0 | 0.58 | 0.17 | 112.2 | 0.58 | 0.59 |
| Hex | 68 | D3 | 58 | 33 | 0 | 3A | 11 | 70 | 3A | 3B |
| Octal | 150 | 323 | 130 | 63 | 0 | 72 | 21 | 160 | 72 | 73 |
| Binary | 1101000 | 11010011 | 1011000 | 110011 | 0 | 111010 | 10001 | 1110000 | 111010 | 111011 |
Color Harmonies of #68D358
Complementary color
Monochromatic Colors of #68D358
Black with #68D358
Text Example
Text Example
White with #68D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D358; }
p { color: rgb(104,211,88); }
H1.HeaderClassName
{
color: #68D358;
}
.AnyTagClassName
{
color: #68D358;
}
</style>
background-color css
<style>
a { background-color: #68D358; }
a { background-color: rgb(104,211,88); }
div.DivClassName
{
background-color: #68D358;
}
.BgClassName
{
background-color: #68D358;
}
</style>
border-color css
<style>
span { border-color: #68D358; }
span { border-color: rgb(104,211,88); }
td.TdClassName
{
border-color: #68D358;
}
.TagClassName
{
border-color: #68D358;
}
</style>