Shades of Mantis #68D852
Tints of Mantis #68D852
RGB
CMYK
RGB Variations
Color information
#68D852 (or 0x68D852) is known color: Mantis. HEX triplet: 68, D8 and 52. RGB value is (104,216,82). Sum of RGB (Red+Green+Blue) = 104+216+82=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #68D852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D852 is #9727AD. Grayscale: #A7A7A7. Windows color (decimal): -9906094 or 5429352. OLE color: 5429352.
HSL color Cylindrical-coordinate representation of color #68D852: hue angle of 110.15º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68D852 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 82 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.15 |
| HSL | 110.15º | 0.63% | 0.58% | - |
| HSV(B) | 110.15º | 0.62% | 0.85% | - |
| XYZ | 31.79 | 52.66 | 16.47 | - |
| YUV | 167.24 | 79.89 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 82 | 0.52 | 0 | 0.62 | 0.15 | 110.15 | 0.63 | 0.58 |
| Hex | 68 | D8 | 52 | 34 | 0 | 3E | F | 6E | 3F | 3A |
| Octal | 150 | 330 | 122 | 64 | 0 | 76 | 17 | 156 | 77 | 72 |
| Binary | 1101000 | 11011000 | 1010010 | 110100 | 0 | 111110 | 1111 | 1101110 | 111111 | 111010 |
Color Harmonies of #68D852
Complementary color
Monochromatic Colors of #68D852
Black with #68D852
Text Example
Text Example
White with #68D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D852; }
p { color: rgb(104,216,82); }
H1.HeaderClassName
{
color: #68D852;
}
.AnyTagClassName
{
color: #68D852;
}
</style>
background-color css
<style>
a { background-color: #68D852; }
a { background-color: rgb(104,216,82); }
div.DivClassName
{
background-color: #68D852;
}
.BgClassName
{
background-color: #68D852;
}
</style>
border-color css
<style>
span { border-color: #68D852; }
span { border-color: rgb(104,216,82); }
td.TdClassName
{
border-color: #68D852;
}
.TagClassName
{
border-color: #68D852;
}
</style>