Shades of Mantis #68D757
Tints of Mantis #68D757
RGB
CMYK
RGB Variations
Color information
#68D757 (or 0x68D757) is known color: Mantis. HEX triplet: 68, D7 and 57. RGB value is (104,215,87). Sum of RGB (Red+Green+Blue) = 104+215+87=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #68D757 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D757 is #9728A8. Grayscale: #A7A7A7. Windows color (decimal): -9906345 or 5756776. OLE color: 5756776.
HSL color Cylindrical-coordinate representation of color #68D757: hue angle of 112.03º degrees, saturation: 0.62, 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 #68D757 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 87 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.16 |
| HSL | 112.03º | 0.62% | 0.59% | - |
| HSV(B) | 112.03º | 0.6% | 0.84% | - |
| XYZ | 31.73 | 52.23 | 17.43 | - |
| YUV | 167.22 | 82.73 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 87 | 0.52 | 0 | 0.60 | 0.16 | 112.03 | 0.62 | 0.59 |
| Hex | 68 | D7 | 57 | 34 | 0 | 3C | 10 | 70 | 3E | 3B |
| Octal | 150 | 327 | 127 | 64 | 0 | 74 | 20 | 160 | 76 | 73 |
| Binary | 1101000 | 11010111 | 1010111 | 110100 | 0 | 111100 | 10000 | 1110000 | 111110 | 111011 |
Color Harmonies of #68D757
Complementary color
Monochromatic Colors of #68D757
Black with #68D757
Text Example
Text Example
White with #68D757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D757; }
p { color: rgb(104,215,87); }
H1.HeaderClassName
{
color: #68D757;
}
.AnyTagClassName
{
color: #68D757;
}
</style>
background-color css
<style>
a { background-color: #68D757; }
a { background-color: rgb(104,215,87); }
div.DivClassName
{
background-color: #68D757;
}
.BgClassName
{
background-color: #68D757;
}
</style>
border-color css
<style>
span { border-color: #68D757; }
span { border-color: rgb(104,215,87); }
td.TdClassName
{
border-color: #68D757;
}
.TagClassName
{
border-color: #68D757;
}
</style>