Shades of Mantis #68DA4C
Tints of Mantis #68DA4C
RGB
CMYK
RGB Variations
Color information
#68DA4C (or 0x68DA4C) is known color: Mantis. HEX triplet: 68, DA and 4C. RGB value is (104,218,76). Sum of RGB (Red+Green+Blue) = 104+218+76=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DA4C is #9725B3. Grayscale: #A8A8A8. Windows color (decimal): -9905588 or 5036648. OLE color: 5036648.
HSL color Cylindrical-coordinate representation of color #68DA4C: hue angle of 108.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68DA4C is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 76 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.15 |
| HSL | 108.17º | 0.66% | 0.58% | - |
| HSV(B) | 108.17º | 0.65% | 0.85% | - |
| XYZ | 32.08 | 53.61 | 15.49 | - |
| YUV | 167.73 | 76.23 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 76 | 0.52 | 0 | 0.65 | 0.15 | 108.17 | 0.66 | 0.58 |
| Hex | 68 | DA | 4C | 34 | 0 | 41 | F | 6C | 42 | 3A |
| Octal | 150 | 332 | 114 | 64 | 0 | 101 | 17 | 154 | 102 | 72 |
| Binary | 1101000 | 11011010 | 1001100 | 110100 | 0 | 1000001 | 1111 | 1101100 | 1000010 | 111010 |
Color Harmonies of #68DA4C
Complementary color
Monochromatic Colors of #68DA4C
Black with #68DA4C
Text Example
Text Example
White with #68DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA4C; }
p { color: rgb(104,218,76); }
H1.HeaderClassName
{
color: #68DA4C;
}
.AnyTagClassName
{
color: #68DA4C;
}
</style>
background-color css
<style>
a { background-color: #68DA4C; }
a { background-color: rgb(104,218,76); }
div.DivClassName
{
background-color: #68DA4C;
}
.BgClassName
{
background-color: #68DA4C;
}
</style>
border-color css
<style>
span { border-color: #68DA4C; }
span { border-color: rgb(104,218,76); }
td.TdClassName
{
border-color: #68DA4C;
}
.TagClassName
{
border-color: #68DA4C;
}
</style>