Shades of Mantis #68E147
Tints of Mantis #68E147
RGB
CMYK
RGB Variations
Color information
#68E147 (or 0x68E147) is known color: Mantis. HEX triplet: 68, E1 and 47. RGB value is (104,225,71). Sum of RGB (Red+Green+Blue) = 104+225+71=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #68E147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E147 is #971EB8. Grayscale: #ABABAB. Windows color (decimal): -9903801 or 4710760. OLE color: 4710760.
HSL color Cylindrical-coordinate representation of color #68E147: hue angle of 107.14º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68E147 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 71 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.12 |
| HSL | 107.14º | 0.72% | 0.58% | - |
| HSV(B) | 107.14º | 0.68% | 0.88% | - |
| XYZ | 33.77 | 57.25 | 15.23 | - |
| YUV | 171.27 | 71.41 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 71 | 0.54 | 0 | 0.68 | 0.12 | 107.14 | 0.72 | 0.58 |
| Hex | 68 | E1 | 47 | 36 | 0 | 44 | C | 6B | 48 | 3A |
| Octal | 150 | 341 | 107 | 66 | 0 | 104 | 14 | 153 | 110 | 72 |
| Binary | 1101000 | 11100001 | 1000111 | 110110 | 0 | 1000100 | 1100 | 1101011 | 1001000 | 111010 |
Color Harmonies of #68E147
Complementary color
Monochromatic Colors of #68E147
Black with #68E147
Text Example
Text Example
White with #68E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E147; }
p { color: rgb(104,225,71); }
H1.HeaderClassName
{
color: #68E147;
}
.AnyTagClassName
{
color: #68E147;
}
</style>
background-color css
<style>
a { background-color: #68E147; }
a { background-color: rgb(104,225,71); }
div.DivClassName
{
background-color: #68E147;
}
.BgClassName
{
background-color: #68E147;
}
</style>
border-color css
<style>
span { border-color: #68E147; }
span { border-color: rgb(104,225,71); }
td.TdClassName
{
border-color: #68E147;
}
.TagClassName
{
border-color: #68E147;
}
</style>