Shades of Mantis #73B25C
Tints of Mantis #73B25C
RGB
CMYK
RGB Variations
Color information
#73B25C (or 0x73B25C) is known color: Mantis. HEX triplet: 73, B2 and 5C. RGB value is (115,178,92). Sum of RGB (Red+Green+Blue) = 115+178+92=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #73B25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B25C is #8C4DA3. Grayscale: #959595. Windows color (decimal): -9194916 or 6074995. OLE color: 6074995.
HSL color Cylindrical-coordinate representation of color #73B25C: hue angle of 103.95º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73B25C is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 92 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.30 |
| HSL | 103.95º | 0.36% | 0.53% | - |
| HSV(B) | 103.95º | 0.48% | 0.7% | - |
| XYZ | 24.92 | 36.26 | 15.81 | - |
| YUV | 149.36 | 95.63 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 92 | 0.35 | 0 | 0.48 | 0.30 | 103.95 | 0.36 | 0.53 |
| Hex | 73 | B2 | 5C | 23 | 0 | 30 | 1E | 68 | 24 | 35 |
| Octal | 163 | 262 | 134 | 43 | 0 | 60 | 36 | 150 | 44 | 65 |
| Binary | 1110011 | 10110010 | 1011100 | 100011 | 0 | 110000 | 11110 | 1101000 | 100100 | 110101 |
Color Harmonies of #73B25C
Complementary color
Monochromatic Colors of #73B25C
Black with #73B25C
Text Example
Text Example
White with #73B25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B25C; }
p { color: rgb(115,178,92); }
H1.HeaderClassName
{
color: #73B25C;
}
.AnyTagClassName
{
color: #73B25C;
}
</style>
background-color css
<style>
a { background-color: #73B25C; }
a { background-color: rgb(115,178,92); }
div.DivClassName
{
background-color: #73B25C;
}
.BgClassName
{
background-color: #73B25C;
}
</style>
border-color css
<style>
span { border-color: #73B25C; }
span { border-color: rgb(115,178,92); }
td.TdClassName
{
border-color: #73B25C;
}
.TagClassName
{
border-color: #73B25C;
}
</style>