Shades of Mantis #68D453
Tints of Mantis #68D453
RGB
CMYK
RGB Variations
Color information
#68D453 (or 0x68D453) is known color: Mantis. HEX triplet: 68, D4 and 53. RGB value is (104,212,83). Sum of RGB (Red+Green+Blue) = 104+212+83=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #68D453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D453 is #972BAC. Grayscale: #A5A5A5. Windows color (decimal): -9907117 or 5493864. OLE color: 5493864.
HSL color Cylindrical-coordinate representation of color #68D453: hue angle of 110.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68D453 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 83 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.17 |
| HSL | 110.23º | 0.6% | 0.58% | - |
| HSV(B) | 110.23º | 0.61% | 0.83% | - |
| XYZ | 30.81 | 50.65 | 16.34 | - |
| YUV | 165 | 81.72 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 83 | 0.51 | 0 | 0.61 | 0.17 | 110.23 | 0.6 | 0.58 |
| Hex | 68 | D4 | 53 | 33 | 0 | 3D | 11 | 6E | 3C | 3A |
| Octal | 150 | 324 | 123 | 63 | 0 | 75 | 21 | 156 | 74 | 72 |
| Binary | 1101000 | 11010100 | 1010011 | 110011 | 0 | 111101 | 10001 | 1101110 | 111100 | 111010 |
Color Harmonies of #68D453
Complementary color
Monochromatic Colors of #68D453
Black with #68D453
Text Example
Text Example
White with #68D453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D453; }
p { color: rgb(104,212,83); }
H1.HeaderClassName
{
color: #68D453;
}
.AnyTagClassName
{
color: #68D453;
}
</style>
background-color css
<style>
a { background-color: #68D453; }
a { background-color: rgb(104,212,83); }
div.DivClassName
{
background-color: #68D453;
}
.BgClassName
{
background-color: #68D453;
}
</style>
border-color css
<style>
span { border-color: #68D453; }
span { border-color: rgb(104,212,83); }
td.TdClassName
{
border-color: #68D453;
}
.TagClassName
{
border-color: #68D453;
}
</style>