Shades of Mantis #73BE57
Tints of Mantis #73BE57
RGB
CMYK
RGB Variations
Color information
#73BE57 (or 0x73BE57) is known color: Mantis. HEX triplet: 73, BE and 57. RGB value is (115,190,87). Sum of RGB (Red+Green+Blue) = 115+190+87=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BE57 is #8C41A8. Grayscale: #9C9C9C. Windows color (decimal): -9191849 or 5750387. OLE color: 5750387.
HSL color Cylindrical-coordinate representation of color #73BE57: hue angle of 103.69º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73BE57 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 87 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.25 |
| HSL | 103.69º | 0.44% | 0.54% | - |
| HSV(B) | 103.69º | 0.54% | 0.75% | - |
| XYZ | 27.2 | 41.16 | 15.53 | - |
| YUV | 155.83 | 89.15 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 87 | 0.39 | 0 | 0.54 | 0.25 | 103.69 | 0.44 | 0.54 |
| Hex | 73 | BE | 57 | 27 | 0 | 36 | 19 | 68 | 2C | 36 |
| Octal | 163 | 276 | 127 | 47 | 0 | 66 | 31 | 150 | 54 | 66 |
| Binary | 1110011 | 10111110 | 1010111 | 100111 | 0 | 110110 | 11001 | 1101000 | 101100 | 110110 |
Color Harmonies of #73BE57
Complementary color
Monochromatic Colors of #73BE57
Black with #73BE57
Text Example
Text Example
White with #73BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BE57; }
p { color: rgb(115,190,87); }
H1.HeaderClassName
{
color: #73BE57;
}
.AnyTagClassName
{
color: #73BE57;
}
</style>
background-color css
<style>
a { background-color: #73BE57; }
a { background-color: rgb(115,190,87); }
div.DivClassName
{
background-color: #73BE57;
}
.BgClassName
{
background-color: #73BE57;
}
</style>
border-color css
<style>
span { border-color: #73BE57; }
span { border-color: rgb(115,190,87); }
td.TdClassName
{
border-color: #73BE57;
}
.TagClassName
{
border-color: #73BE57;
}
</style>