Shades of Mantis #68DC4D
Tints of Mantis #68DC4D
RGB
CMYK
RGB Variations
Color information
#68DC4D (or 0x68DC4D) is known color: Mantis. HEX triplet: 68, DC and 4D. RGB value is (104,220,77). Sum of RGB (Red+Green+Blue) = 104+220+77=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC4D is #9723B2. Grayscale: #A9A9A9. Windows color (decimal): -9905075 or 5102696. OLE color: 5102696.
HSL color Cylindrical-coordinate representation of color #68DC4D: hue angle of 108.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68DC4D is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 77 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.14 |
| HSL | 108.67º | 0.67% | 0.58% | - |
| HSV(B) | 108.67º | 0.65% | 0.86% | - |
| XYZ | 32.64 | 54.67 | 15.85 | - |
| YUV | 169.01 | 76.07 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 77 | 0.53 | 0 | 0.65 | 0.14 | 108.67 | 0.67 | 0.58 |
| Hex | 68 | DC | 4D | 35 | 0 | 41 | E | 6D | 43 | 3A |
| Octal | 150 | 334 | 115 | 65 | 0 | 101 | 16 | 155 | 103 | 72 |
| Binary | 1101000 | 11011100 | 1001101 | 110101 | 0 | 1000001 | 1110 | 1101101 | 1000011 | 111010 |
Color Harmonies of #68DC4D
Complementary color
Monochromatic Colors of #68DC4D
Black with #68DC4D
Text Example
Text Example
White with #68DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC4D; }
p { color: rgb(104,220,77); }
H1.HeaderClassName
{
color: #68DC4D;
}
.AnyTagClassName
{
color: #68DC4D;
}
</style>
background-color css
<style>
a { background-color: #68DC4D; }
a { background-color: rgb(104,220,77); }
div.DivClassName
{
background-color: #68DC4D;
}
.BgClassName
{
background-color: #68DC4D;
}
</style>
border-color css
<style>
span { border-color: #68DC4D; }
span { border-color: rgb(104,220,77); }
td.TdClassName
{
border-color: #68DC4D;
}
.TagClassName
{
border-color: #68DC4D;
}
</style>