Shades of Mantis #68DA50
Tints of Mantis #68DA50
RGB
CMYK
RGB Variations
Color information
#68DA50 (or 0x68DA50) is known color: Mantis. HEX triplet: 68, DA and 50. RGB value is (104,218,80). Sum of RGB (Red+Green+Blue) = 104+218+80=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA50 is #9725AF. Grayscale: #A8A8A8. Windows color (decimal): -9905584 or 5298792. OLE color: 5298792.
HSL color Cylindrical-coordinate representation of color #68DA50: hue angle of 109.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68DA50 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 80 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.15 |
| HSL | 109.57º | 0.65% | 0.58% | - |
| HSV(B) | 109.57º | 0.63% | 0.85% | - |
| XYZ | 32.23 | 53.67 | 16.25 | - |
| YUV | 168.18 | 78.23 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 80 | 0.52 | 0 | 0.63 | 0.15 | 109.57 | 0.65 | 0.58 |
| Hex | 68 | DA | 50 | 34 | 0 | 3F | F | 6E | 41 | 3A |
| Octal | 150 | 332 | 120 | 64 | 0 | 77 | 17 | 156 | 101 | 72 |
| Binary | 1101000 | 11011010 | 1010000 | 110100 | 0 | 111111 | 1111 | 1101110 | 1000001 | 111010 |
Color Harmonies of #68DA50
Complementary color
Monochromatic Colors of #68DA50
Black with #68DA50
Text Example
Text Example
White with #68DA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA50; }
p { color: rgb(104,218,80); }
H1.HeaderClassName
{
color: #68DA50;
}
.AnyTagClassName
{
color: #68DA50;
}
</style>
background-color css
<style>
a { background-color: #68DA50; }
a { background-color: rgb(104,218,80); }
div.DivClassName
{
background-color: #68DA50;
}
.BgClassName
{
background-color: #68DA50;
}
</style>
border-color css
<style>
span { border-color: #68DA50; }
span { border-color: rgb(104,218,80); }
td.TdClassName
{
border-color: #68DA50;
}
.TagClassName
{
border-color: #68DA50;
}
</style>