Shades of Mantis #73C268
Tints of Mantis #73C268
RGB
CMYK
RGB Variations
Color information
#73C268 (or 0x73C268) is known color: Mantis. HEX triplet: 73, C2 and 68. RGB value is (115,194,104). Sum of RGB (Red+Green+Blue) = 115+194+104=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #73C268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C268 is #8C3D97. Grayscale: #A0A0A0. Windows color (decimal): -9190808 or 6865523. OLE color: 6865523.
HSL color Cylindrical-coordinate representation of color #73C268: hue angle of 112.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73C268 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 194 | 104 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.24 |
| HSL | 112.67º | 0.42% | 0.58% | - |
| HSV(B) | 112.67º | 0.46% | 0.76% | - |
| XYZ | 28.86 | 43.23 | 19.92 | - |
| YUV | 160.12 | 96.33 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 104 | 0.41 | 0 | 0.46 | 0.24 | 112.67 | 0.42 | 0.58 |
| Hex | 73 | C2 | 68 | 29 | 0 | 2E | 18 | 71 | 2A | 3A |
| Octal | 163 | 302 | 150 | 51 | 0 | 56 | 30 | 161 | 52 | 72 |
| Binary | 1110011 | 11000010 | 1101000 | 101001 | 0 | 101110 | 11000 | 1110001 | 101010 | 111010 |
Color Harmonies of #73C268
Complementary color
Monochromatic Colors of #73C268
Black with #73C268
Text Example
Text Example
White with #73C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C268; }
p { color: rgb(115,194,104); }
H1.HeaderClassName
{
color: #73C268;
}
.AnyTagClassName
{
color: #73C268;
}
</style>
background-color css
<style>
a { background-color: #73C268; }
a { background-color: rgb(115,194,104); }
div.DivClassName
{
background-color: #73C268;
}
.BgClassName
{
background-color: #73C268;
}
</style>
border-color css
<style>
span { border-color: #73C268; }
span { border-color: rgb(115,194,104); }
td.TdClassName
{
border-color: #73C268;
}
.TagClassName
{
border-color: #73C268;
}
</style>