Shades of Mantis #73BD66
Tints of Mantis #73BD66
RGB
CMYK
RGB Variations
Color information
#73BD66 (or 0x73BD66) is known color: Mantis. HEX triplet: 73, BD and 66. RGB value is (115,189,102). Sum of RGB (Red+Green+Blue) = 115+189+102=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD66 is #8C4299. Grayscale: #9D9D9D. Windows color (decimal): -9192090 or 6733171. OLE color: 6733171.
HSL color Cylindrical-coordinate representation of color #73BD66: hue angle of 111.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73BD66 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 102 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.26 |
| HSL | 111.03º | 0.4% | 0.57% | - |
| HSV(B) | 111.03º | 0.46% | 0.74% | - |
| XYZ | 27.67 | 41 | 19.03 | - |
| YUV | 156.96 | 96.98 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 102 | 0.39 | 0 | 0.46 | 0.26 | 111.03 | 0.4 | 0.57 |
| Hex | 73 | BD | 66 | 27 | 0 | 2E | 1A | 6F | 28 | 39 |
| Octal | 163 | 275 | 146 | 47 | 0 | 56 | 32 | 157 | 50 | 71 |
| Binary | 1110011 | 10111101 | 1100110 | 100111 | 0 | 101110 | 11010 | 1101111 | 101000 | 111001 |
Color Harmonies of #73BD66
Complementary color
Monochromatic Colors of #73BD66
Black with #73BD66
Text Example
Text Example
White with #73BD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD66; }
p { color: rgb(115,189,102); }
H1.HeaderClassName
{
color: #73BD66;
}
.AnyTagClassName
{
color: #73BD66;
}
</style>
background-color css
<style>
a { background-color: #73BD66; }
a { background-color: rgb(115,189,102); }
div.DivClassName
{
background-color: #73BD66;
}
.BgClassName
{
background-color: #73BD66;
}
</style>
border-color css
<style>
span { border-color: #73BD66; }
span { border-color: rgb(115,189,102); }
td.TdClassName
{
border-color: #73BD66;
}
.TagClassName
{
border-color: #73BD66;
}
</style>