Shades of Mantis #68D950
Tints of Mantis #68D950
RGB
CMYK
RGB Variations
Color information
#68D950 (or 0x68D950) is known color: Mantis. HEX triplet: 68, D9 and 50. RGB value is (104,217,80). Sum of RGB (Red+Green+Blue) = 104+217+80=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #68D950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D950 is #9726AF. Grayscale: #A8A8A8. Windows color (decimal): -9905840 or 5298536. OLE color: 5298536.
HSL color Cylindrical-coordinate representation of color #68D950: hue angle of 109.49º degrees, saturation: 0.64, 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 #68D950 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 80 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.15 |
| HSL | 109.49º | 0.64% | 0.58% | - |
| HSV(B) | 109.49º | 0.63% | 0.85% | - |
| XYZ | 31.97 | 53.15 | 16.16 | - |
| YUV | 167.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 80 | 0.52 | 0 | 0.63 | 0.15 | 109.49 | 0.64 | 0.58 |
| Hex | 68 | D9 | 50 | 34 | 0 | 3F | F | 6D | 40 | 3A |
| Octal | 150 | 331 | 120 | 64 | 0 | 77 | 17 | 155 | 100 | 72 |
| Binary | 1101000 | 11011001 | 1010000 | 110100 | 0 | 111111 | 1111 | 1101101 | 1000000 | 111010 |
Color Harmonies of #68D950
Complementary color
Monochromatic Colors of #68D950
Black with #68D950
Text Example
Text Example
White with #68D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D950; }
p { color: rgb(104,217,80); }
H1.HeaderClassName
{
color: #68D950;
}
.AnyTagClassName
{
color: #68D950;
}
</style>
background-color css
<style>
a { background-color: #68D950; }
a { background-color: rgb(104,217,80); }
div.DivClassName
{
background-color: #68D950;
}
.BgClassName
{
background-color: #68D950;
}
</style>
border-color css
<style>
span { border-color: #68D950; }
span { border-color: rgb(104,217,80); }
td.TdClassName
{
border-color: #68D950;
}
.TagClassName
{
border-color: #68D950;
}
</style>