Shades of Mantis #68CC57
Tints of Mantis #68CC57
RGB
CMYK
RGB Variations
Color information
#68CC57 (or 0x68CC57) is known color: Mantis. HEX triplet: 68, CC and 57. RGB value is (104,204,87). Sum of RGB (Red+Green+Blue) = 104+204+87=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CC57 is #9733A8. Grayscale: #A1A1A1. Windows color (decimal): -9909161 or 5753960. OLE color: 5753960.
HSL color Cylindrical-coordinate representation of color #68CC57: hue angle of 111.28º 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 #68CC57 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 87 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.2 |
| HSL | 111.28º | 0.53% | 0.57% | - |
| HSV(B) | 111.28º | 0.57% | 0.8% | - |
| XYZ | 29.02 | 46.82 | 16.52 | - |
| YUV | 160.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 87 | 0.49 | 0 | 0.57 | 0.2 | 111.28 | 0.53 | 0.57 |
| Hex | 68 | CC | 57 | 31 | 0 | 39 | 14 | 6F | 35 | 39 |
| Octal | 150 | 314 | 127 | 61 | 0 | 71 | 24 | 157 | 65 | 71 |
| Binary | 1101000 | 11001100 | 1010111 | 110001 | 0 | 111001 | 10100 | 1101111 | 110101 | 111001 |
Color Harmonies of #68CC57
Complementary color
Monochromatic Colors of #68CC57
Black with #68CC57
Text Example
Text Example
White with #68CC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC57; }
p { color: rgb(104,204,87); }
H1.HeaderClassName
{
color: #68CC57;
}
.AnyTagClassName
{
color: #68CC57;
}
</style>
background-color css
<style>
a { background-color: #68CC57; }
a { background-color: rgb(104,204,87); }
div.DivClassName
{
background-color: #68CC57;
}
.BgClassName
{
background-color: #68CC57;
}
</style>
border-color css
<style>
span { border-color: #68CC57; }
span { border-color: rgb(104,204,87); }
td.TdClassName
{
border-color: #68CC57;
}
.TagClassName
{
border-color: #68CC57;
}
</style>