Shades of Mantis #73BF66
Tints of Mantis #73BF66
RGB
CMYK
RGB Variations
Color information
#73BF66 (or 0x73BF66) is known color: Mantis. HEX triplet: 73, BF and 66. RGB value is (115,191,102). Sum of RGB (Red+Green+Blue) = 115+191+102=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF66 is #8C4099. Grayscale: #9E9E9E. Windows color (decimal): -9191578 or 6733683. OLE color: 6733683.
HSL color Cylindrical-coordinate representation of color #73BF66: hue angle of 111.24º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73BF66 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 102 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.25 |
| HSL | 111.24º | 0.41% | 0.57% | - |
| HSV(B) | 111.24º | 0.47% | 0.75% | - |
| XYZ | 28.1 | 41.87 | 19.17 | - |
| YUV | 158.13 | 96.32 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 102 | 0.40 | 0 | 0.47 | 0.25 | 111.24 | 0.41 | 0.57 |
| Hex | 73 | BF | 66 | 28 | 0 | 2F | 19 | 6F | 29 | 39 |
| Octal | 163 | 277 | 146 | 50 | 0 | 57 | 31 | 157 | 51 | 71 |
| Binary | 1110011 | 10111111 | 1100110 | 101000 | 0 | 101111 | 11001 | 1101111 | 101001 | 111001 |
Color Harmonies of #73BF66
Complementary color
Monochromatic Colors of #73BF66
Black with #73BF66
Text Example
Text Example
White with #73BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF66; }
p { color: rgb(115,191,102); }
H1.HeaderClassName
{
color: #73BF66;
}
.AnyTagClassName
{
color: #73BF66;
}
</style>
background-color css
<style>
a { background-color: #73BF66; }
a { background-color: rgb(115,191,102); }
div.DivClassName
{
background-color: #73BF66;
}
.BgClassName
{
background-color: #73BF66;
}
</style>
border-color css
<style>
span { border-color: #73BF66; }
span { border-color: rgb(115,191,102); }
td.TdClassName
{
border-color: #73BF66;
}
.TagClassName
{
border-color: #73BF66;
}
</style>