Shades of Mantis #68D752
Tints of Mantis #68D752
RGB
CMYK
RGB Variations
Color information
#68D752 (or 0x68D752) is known color: Mantis. HEX triplet: 68, D7 and 52. RGB value is (104,215,82). Sum of RGB (Red+Green+Blue) = 104+215+82=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #68D752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D752 is #9728AD. Grayscale: #A7A7A7. Windows color (decimal): -9906350 or 5429096. OLE color: 5429096.
HSL color Cylindrical-coordinate representation of color #68D752: hue angle of 110.08º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68D752 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 82 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.16 |
| HSL | 110.08º | 0.62% | 0.58% | - |
| HSV(B) | 110.08º | 0.62% | 0.84% | - |
| XYZ | 31.53 | 52.15 | 16.39 | - |
| YUV | 166.65 | 80.23 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 82 | 0.52 | 0 | 0.62 | 0.16 | 110.08 | 0.62 | 0.58 |
| Hex | 68 | D7 | 52 | 34 | 0 | 3E | 10 | 6E | 3E | 3A |
| Octal | 150 | 327 | 122 | 64 | 0 | 76 | 20 | 156 | 76 | 72 |
| Binary | 1101000 | 11010111 | 1010010 | 110100 | 0 | 111110 | 10000 | 1101110 | 111110 | 111010 |
Color Harmonies of #68D752
Complementary color
Monochromatic Colors of #68D752
Black with #68D752
Text Example
Text Example
White with #68D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D752; }
p { color: rgb(104,215,82); }
H1.HeaderClassName
{
color: #68D752;
}
.AnyTagClassName
{
color: #68D752;
}
</style>
background-color css
<style>
a { background-color: #68D752; }
a { background-color: rgb(104,215,82); }
div.DivClassName
{
background-color: #68D752;
}
.BgClassName
{
background-color: #68D752;
}
</style>
border-color css
<style>
span { border-color: #68D752; }
span { border-color: rgb(104,215,82); }
td.TdClassName
{
border-color: #68D752;
}
.TagClassName
{
border-color: #68D752;
}
</style>