Shades of Mantis #73D743
Tints of Mantis #73D743
RGB
CMYK
RGB Variations
Color information
#73D743 (or 0x73D743) is known color: Mantis. HEX triplet: 73, D7 and 43. RGB value is (115,215,67). Sum of RGB (Red+Green+Blue) = 115+215+67=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #73D743 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D743 is #8C28BC. Grayscale: #A8A8A8. Windows color (decimal): -9185469 or 4446067. OLE color: 4446067.
HSL color Cylindrical-coordinate representation of color #73D743: hue angle of 100.54º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73D743 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 67 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.16 |
| HSL | 100.54º | 0.65% | 0.55% | - |
| HSV(B) | 100.54º | 0.69% | 0.84% | - |
| XYZ | 32.38 | 52.65 | 13.77 | - |
| YUV | 168.23 | 70.87 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 67 | 0.47 | 0 | 0.69 | 0.16 | 100.54 | 0.65 | 0.55 |
| Hex | 73 | D7 | 43 | 2F | 0 | 45 | 10 | 65 | 41 | 37 |
| Octal | 163 | 327 | 103 | 57 | 0 | 105 | 20 | 145 | 101 | 67 |
| Binary | 1110011 | 11010111 | 1000011 | 101111 | 0 | 1000101 | 10000 | 1100101 | 1000001 | 110111 |
Color Harmonies of #73D743
Complementary color
Monochromatic Colors of #73D743
Black with #73D743
Text Example
Text Example
White with #73D743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D743; }
p { color: rgb(115,215,67); }
H1.HeaderClassName
{
color: #73D743;
}
.AnyTagClassName
{
color: #73D743;
}
</style>
background-color css
<style>
a { background-color: #73D743; }
a { background-color: rgb(115,215,67); }
div.DivClassName
{
background-color: #73D743;
}
.BgClassName
{
background-color: #73D743;
}
</style>
border-color css
<style>
span { border-color: #73D743; }
span { border-color: rgb(115,215,67); }
td.TdClassName
{
border-color: #73D743;
}
.TagClassName
{
border-color: #73D743;
}
</style>