Shades of Mantis #68D351
Tints of Mantis #68D351
RGB
CMYK
RGB Variations
Color information
#68D351 (or 0x68D351) is known color: Mantis. HEX triplet: 68, D3 and 51. RGB value is (104,211,81). Sum of RGB (Red+Green+Blue) = 104+211+81=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #68D351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D351 is #972CAE. Grayscale: #A4A4A4. Windows color (decimal): -9907375 or 5362536. OLE color: 5362536.
HSL color Cylindrical-coordinate representation of color #68D351: hue angle of 109.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68D351 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 81 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.17 |
| HSL | 109.38º | 0.6% | 0.57% | - |
| HSV(B) | 109.38º | 0.62% | 0.83% | - |
| XYZ | 30.49 | 50.13 | 15.85 | - |
| YUV | 164.19 | 81.05 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 81 | 0.51 | 0 | 0.62 | 0.17 | 109.38 | 0.6 | 0.57 |
| Hex | 68 | D3 | 51 | 33 | 0 | 3E | 11 | 6D | 3C | 39 |
| Octal | 150 | 323 | 121 | 63 | 0 | 76 | 21 | 155 | 74 | 71 |
| Binary | 1101000 | 11010011 | 1010001 | 110011 | 0 | 111110 | 10001 | 1101101 | 111100 | 111001 |
Color Harmonies of #68D351
Complementary color
Monochromatic Colors of #68D351
Black with #68D351
Text Example
Text Example
White with #68D351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D351; }
p { color: rgb(104,211,81); }
H1.HeaderClassName
{
color: #68D351;
}
.AnyTagClassName
{
color: #68D351;
}
</style>
background-color css
<style>
a { background-color: #68D351; }
a { background-color: rgb(104,211,81); }
div.DivClassName
{
background-color: #68D351;
}
.BgClassName
{
background-color: #68D351;
}
</style>
border-color css
<style>
span { border-color: #68D351; }
span { border-color: rgb(104,211,81); }
td.TdClassName
{
border-color: #68D351;
}
.TagClassName
{
border-color: #68D351;
}
</style>