Shades of Mantis #68DE49
Tints of Mantis #68DE49
RGB
CMYK
RGB Variations
Color information
#68DE49 (or 0x68DE49) is known color: Mantis. HEX triplet: 68, DE and 49. RGB value is (104,222,73). Sum of RGB (Red+Green+Blue) = 104+222+73=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 222 (87.11% from 255 or 55.64% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DE49 is #9721B6. Grayscale: #AAAAAA. Windows color (decimal): -9904567 or 4841064. OLE color: 4841064.
HSL color Cylindrical-coordinate representation of color #68DE49: hue angle of 107.52º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68DE49 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 73 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.13 |
| HSL | 107.52º | 0.69% | 0.58% | - |
| HSV(B) | 107.52º | 0.67% | 0.87% | - |
| XYZ | 33.03 | 55.67 | 15.31 | - |
| YUV | 169.73 | 73.41 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 73 | 0.53 | 0 | 0.67 | 0.13 | 107.52 | 0.69 | 0.58 |
| Hex | 68 | DE | 49 | 35 | 0 | 43 | D | 6C | 45 | 3A |
| Octal | 150 | 336 | 111 | 65 | 0 | 103 | 15 | 154 | 105 | 72 |
| Binary | 1101000 | 11011110 | 1001001 | 110101 | 0 | 1000011 | 1101 | 1101100 | 1000101 | 111010 |
Color Harmonies of #68DE49
Complementary color
Monochromatic Colors of #68DE49
Black with #68DE49
Text Example
Text Example
White with #68DE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE49; }
p { color: rgb(104,222,73); }
H1.HeaderClassName
{
color: #68DE49;
}
.AnyTagClassName
{
color: #68DE49;
}
</style>
background-color css
<style>
a { background-color: #68DE49; }
a { background-color: rgb(104,222,73); }
div.DivClassName
{
background-color: #68DE49;
}
.BgClassName
{
background-color: #68DE49;
}
</style>
border-color css
<style>
span { border-color: #68DE49; }
span { border-color: rgb(104,222,73); }
td.TdClassName
{
border-color: #68DE49;
}
.TagClassName
{
border-color: #68DE49;
}
</style>