Shades of Mantis #73BF68
Tints of Mantis #73BF68
RGB
CMYK
RGB Variations
Color information
#73BF68 (or 0x73BF68) is known color: Mantis. HEX triplet: 73, BF and 68. RGB value is (115,191,104). Sum of RGB (Red+Green+Blue) = 115+191+104=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF68 is #8C4097. Grayscale: #9E9E9E. Windows color (decimal): -9191576 or 6864755. OLE color: 6864755.
HSL color Cylindrical-coordinate representation of color #73BF68: hue angle of 112.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73BF68 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 104 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.25 |
| HSL | 112.41º | 0.4% | 0.58% | - |
| HSV(B) | 112.41º | 0.46% | 0.75% | - |
| XYZ | 28.2 | 41.91 | 19.7 | - |
| YUV | 158.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 104 | 0.40 | 0 | 0.46 | 0.25 | 112.41 | 0.4 | 0.58 |
| Hex | 73 | BF | 68 | 28 | 0 | 2E | 19 | 70 | 28 | 3A |
| Octal | 163 | 277 | 150 | 50 | 0 | 56 | 31 | 160 | 50 | 72 |
| Binary | 1110011 | 10111111 | 1101000 | 101000 | 0 | 101110 | 11001 | 1110000 | 101000 | 111010 |
Color Harmonies of #73BF68
Complementary color
Monochromatic Colors of #73BF68
Black with #73BF68
Text Example
Text Example
White with #73BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF68; }
p { color: rgb(115,191,104); }
H1.HeaderClassName
{
color: #73BF68;
}
.AnyTagClassName
{
color: #73BF68;
}
</style>
background-color css
<style>
a { background-color: #73BF68; }
a { background-color: rgb(115,191,104); }
div.DivClassName
{
background-color: #73BF68;
}
.BgClassName
{
background-color: #73BF68;
}
</style>
border-color css
<style>
span { border-color: #73BF68; }
span { border-color: rgb(115,191,104); }
td.TdClassName
{
border-color: #73BF68;
}
.TagClassName
{
border-color: #73BF68;
}
</style>