Shades of Mantis #68D952
Tints of Mantis #68D952
RGB
CMYK
RGB Variations
Color information
#68D952 (or 0x68D952) is known color: Mantis. HEX triplet: 68, D9 and 52. RGB value is (104,217,82). Sum of RGB (Red+Green+Blue) = 104+217+82=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #68D952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D952 is #9726AD. Grayscale: #A8A8A8. Windows color (decimal): -9905838 or 5429608. OLE color: 5429608.
HSL color Cylindrical-coordinate representation of color #68D952: hue angle of 110.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68D952 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 82 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.15 |
| HSL | 110.22º | 0.64% | 0.59% | - |
| HSV(B) | 110.22º | 0.62% | 0.85% | - |
| XYZ | 32.04 | 53.18 | 16.56 | - |
| YUV | 167.82 | 79.56 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 82 | 0.52 | 0 | 0.62 | 0.15 | 110.22 | 0.64 | 0.59 |
| Hex | 68 | D9 | 52 | 34 | 0 | 3E | F | 6E | 40 | 3B |
| Octal | 150 | 331 | 122 | 64 | 0 | 76 | 17 | 156 | 100 | 73 |
| Binary | 1101000 | 11011001 | 1010010 | 110100 | 0 | 111110 | 1111 | 1101110 | 1000000 | 111011 |
Color Harmonies of #68D952
Complementary color
Monochromatic Colors of #68D952
Black with #68D952
Text Example
Text Example
White with #68D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D952; }
p { color: rgb(104,217,82); }
H1.HeaderClassName
{
color: #68D952;
}
.AnyTagClassName
{
color: #68D952;
}
</style>
background-color css
<style>
a { background-color: #68D952; }
a { background-color: rgb(104,217,82); }
div.DivClassName
{
background-color: #68D952;
}
.BgClassName
{
background-color: #68D952;
}
</style>
border-color css
<style>
span { border-color: #68D952; }
span { border-color: rgb(104,217,82); }
td.TdClassName
{
border-color: #68D952;
}
.TagClassName
{
border-color: #68D952;
}
</style>