Shades of Mantis #68DA51
Tints of Mantis #68DA51
RGB
CMYK
RGB Variations
Color information
#68DA51 (or 0x68DA51) is known color: Mantis. HEX triplet: 68, DA and 51. RGB value is (104,218,81). Sum of RGB (Red+Green+Blue) = 104+218+81=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA51 is #9725AE. Grayscale: #A8A8A8. Windows color (decimal): -9905583 or 5364328. OLE color: 5364328.
HSL color Cylindrical-coordinate representation of color #68DA51: hue angle of 109.93º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68DA51 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 81 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.15 |
| HSL | 109.93º | 0.65% | 0.59% | - |
| HSV(B) | 109.93º | 0.63% | 0.85% | - |
| XYZ | 32.27 | 53.68 | 16.45 | - |
| YUV | 168.3 | 78.73 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 81 | 0.52 | 0 | 0.63 | 0.15 | 109.93 | 0.65 | 0.59 |
| Hex | 68 | DA | 51 | 34 | 0 | 3F | F | 6E | 41 | 3B |
| Octal | 150 | 332 | 121 | 64 | 0 | 77 | 17 | 156 | 101 | 73 |
| Binary | 1101000 | 11011010 | 1010001 | 110100 | 0 | 111111 | 1111 | 1101110 | 1000001 | 111011 |
Color Harmonies of #68DA51
Complementary color
Monochromatic Colors of #68DA51
Black with #68DA51
Text Example
Text Example
White with #68DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA51; }
p { color: rgb(104,218,81); }
H1.HeaderClassName
{
color: #68DA51;
}
.AnyTagClassName
{
color: #68DA51;
}
</style>
background-color css
<style>
a { background-color: #68DA51; }
a { background-color: rgb(104,218,81); }
div.DivClassName
{
background-color: #68DA51;
}
.BgClassName
{
background-color: #68DA51;
}
</style>
border-color css
<style>
span { border-color: #68DA51; }
span { border-color: rgb(104,218,81); }
td.TdClassName
{
border-color: #68DA51;
}
.TagClassName
{
border-color: #68DA51;
}
</style>