Shades of Mantis #68CC58
Tints of Mantis #68CC58
RGB
CMYK
RGB Variations
Color information
#68CC58 (or 0x68CC58) is known color: Mantis. HEX triplet: 68, CC and 58. RGB value is (104,204,88). Sum of RGB (Red+Green+Blue) = 104+204+88=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CC58 is #9733A7. Grayscale: #A1A1A1. Windows color (decimal): -9909160 or 5819496. OLE color: 5819496.
HSL color Cylindrical-coordinate representation of color #68CC58: hue angle of 111.72º degrees, saturation: 0.53, 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 #68CC58 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 88 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.2 |
| HSL | 111.72º | 0.53% | 0.57% | - |
| HSV(B) | 111.72º | 0.57% | 0.8% | - |
| XYZ | 29.06 | 46.83 | 16.74 | - |
| YUV | 160.88 | 86.87 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 88 | 0.49 | 0 | 0.57 | 0.2 | 111.72 | 0.53 | 0.57 |
| Hex | 68 | CC | 58 | 31 | 0 | 39 | 14 | 70 | 35 | 39 |
| Octal | 150 | 314 | 130 | 61 | 0 | 71 | 24 | 160 | 65 | 71 |
| Binary | 1101000 | 11001100 | 1011000 | 110001 | 0 | 111001 | 10100 | 1110000 | 110101 | 111001 |
Color Harmonies of #68CC58
Complementary color
Monochromatic Colors of #68CC58
Black with #68CC58
Text Example
Text Example
White with #68CC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC58; }
p { color: rgb(104,204,88); }
H1.HeaderClassName
{
color: #68CC58;
}
.AnyTagClassName
{
color: #68CC58;
}
</style>
background-color css
<style>
a { background-color: #68CC58; }
a { background-color: rgb(104,204,88); }
div.DivClassName
{
background-color: #68CC58;
}
.BgClassName
{
background-color: #68CC58;
}
</style>
border-color css
<style>
span { border-color: #68CC58; }
span { border-color: rgb(104,204,88); }
td.TdClassName
{
border-color: #68CC58;
}
.TagClassName
{
border-color: #68CC58;
}
</style>