Shades of Mantis #68D74F
Tints of Mantis #68D74F
RGB
CMYK
RGB Variations
Color information
#68D74F (or 0x68D74F) is known color: Mantis. HEX triplet: 68, D7 and 4F. RGB value is (104,215,79). Sum of RGB (Red+Green+Blue) = 104+215+79=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #68D74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D74F is #9728B0. Grayscale: #A6A6A6. Windows color (decimal): -9906353 or 5232488. OLE color: 5232488.
HSL color Cylindrical-coordinate representation of color #68D74F: hue angle of 108.97º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68D74F is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 79 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.16 |
| HSL | 108.97º | 0.63% | 0.58% | - |
| HSV(B) | 108.97º | 0.63% | 0.84% | - |
| XYZ | 31.42 | 52.11 | 15.8 | - |
| YUV | 166.31 | 78.73 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 79 | 0.52 | 0 | 0.63 | 0.16 | 108.97 | 0.63 | 0.58 |
| Hex | 68 | D7 | 4F | 34 | 0 | 3F | 10 | 6D | 3F | 3A |
| Octal | 150 | 327 | 117 | 64 | 0 | 77 | 20 | 155 | 77 | 72 |
| Binary | 1101000 | 11010111 | 1001111 | 110100 | 0 | 111111 | 10000 | 1101101 | 111111 | 111010 |
Color Harmonies of #68D74F
Complementary color
Monochromatic Colors of #68D74F
Black with #68D74F
Text Example
Text Example
White with #68D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D74F; }
p { color: rgb(104,215,79); }
H1.HeaderClassName
{
color: #68D74F;
}
.AnyTagClassName
{
color: #68D74F;
}
</style>
background-color css
<style>
a { background-color: #68D74F; }
a { background-color: rgb(104,215,79); }
div.DivClassName
{
background-color: #68D74F;
}
.BgClassName
{
background-color: #68D74F;
}
</style>
border-color css
<style>
span { border-color: #68D74F; }
span { border-color: rgb(104,215,79); }
td.TdClassName
{
border-color: #68D74F;
}
.TagClassName
{
border-color: #68D74F;
}
</style>