Shades of Mantis #68E048
Tints of Mantis #68E048
RGB
CMYK
RGB Variations
Color information
#68E048 (or 0x68E048) is known color: Mantis. HEX triplet: 68, E0 and 48. RGB value is (104,224,72). Sum of RGB (Red+Green+Blue) = 104+224+72=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #68E048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E048 is #971FB7. Grayscale: #ABABAB. Windows color (decimal): -9904056 or 4776040. OLE color: 4776040.
HSL color Cylindrical-coordinate representation of color #68E048: hue angle of 107.37º degrees, saturation: 0.71, 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 #68E048 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 224 | 72 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.12 |
| HSL | 107.37º | 0.71% | 0.58% | - |
| HSV(B) | 107.37º | 0.68% | 0.88% | - |
| XYZ | 33.53 | 56.72 | 15.31 | - |
| YUV | 170.79 | 72.24 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 224 | 72 | 0.54 | 0 | 0.68 | 0.12 | 107.37 | 0.71 | 0.58 |
| Hex | 68 | E0 | 48 | 36 | 0 | 44 | C | 6B | 47 | 3A |
| Octal | 150 | 340 | 110 | 66 | 0 | 104 | 14 | 153 | 107 | 72 |
| Binary | 1101000 | 11100000 | 1001000 | 110110 | 0 | 1000100 | 1100 | 1101011 | 1000111 | 111010 |
Color Harmonies of #68E048
Complementary color
Monochromatic Colors of #68E048
Black with #68E048
Text Example
Text Example
White with #68E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E048; }
p { color: rgb(104,224,72); }
H1.HeaderClassName
{
color: #68E048;
}
.AnyTagClassName
{
color: #68E048;
}
</style>
background-color css
<style>
a { background-color: #68E048; }
a { background-color: rgb(104,224,72); }
div.DivClassName
{
background-color: #68E048;
}
.BgClassName
{
background-color: #68E048;
}
</style>
border-color css
<style>
span { border-color: #68E048; }
span { border-color: rgb(104,224,72); }
td.TdClassName
{
border-color: #68E048;
}
.TagClassName
{
border-color: #68E048;
}
</style>