Shades of Mantis #68CD58
Tints of Mantis #68CD58
RGB
CMYK
RGB Variations
Color information
#68CD58 (or 0x68CD58) is known color: Mantis. HEX triplet: 68, CD and 58. RGB value is (104,205,88). Sum of RGB (Red+Green+Blue) = 104+205+88=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD58 is #9732A7. Grayscale: #A1A1A1. Windows color (decimal): -9908904 or 5819752. OLE color: 5819752.
HSL color Cylindrical-coordinate representation of color #68CD58: hue angle of 111.79º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68CD58 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 88 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.20 |
| HSL | 111.79º | 0.54% | 0.57% | - |
| HSV(B) | 111.79º | 0.57% | 0.8% | - |
| XYZ | 29.3 | 47.31 | 16.82 | - |
| YUV | 161.46 | 86.54 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 88 | 0.49 | 0 | 0.57 | 0.20 | 111.79 | 0.54 | 0.57 |
| Hex | 68 | CD | 58 | 31 | 0 | 39 | 14 | 70 | 36 | 39 |
| Octal | 150 | 315 | 130 | 61 | 0 | 71 | 24 | 160 | 66 | 71 |
| Binary | 1101000 | 11001101 | 1011000 | 110001 | 0 | 111001 | 10100 | 1110000 | 110110 | 111001 |
Color Harmonies of #68CD58
Complementary color
Monochromatic Colors of #68CD58
Black with #68CD58
Text Example
Text Example
White with #68CD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD58; }
p { color: rgb(104,205,88); }
H1.HeaderClassName
{
color: #68CD58;
}
.AnyTagClassName
{
color: #68CD58;
}
</style>
background-color css
<style>
a { background-color: #68CD58; }
a { background-color: rgb(104,205,88); }
div.DivClassName
{
background-color: #68CD58;
}
.BgClassName
{
background-color: #68CD58;
}
</style>
border-color css
<style>
span { border-color: #68CD58; }
span { border-color: rgb(104,205,88); }
td.TdClassName
{
border-color: #68CD58;
}
.TagClassName
{
border-color: #68CD58;
}
</style>