Shades of Mantis #73D75C
Tints of Mantis #73D75C
RGB
CMYK
RGB Variations
Color information
#73D75C (or 0x73D75C) is known color: Mantis. HEX triplet: 73, D7 and 5C. RGB value is (115,215,92). Sum of RGB (Red+Green+Blue) = 115+215+92=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #73D75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D75C is #8C28A3. Grayscale: #ABABAB. Windows color (decimal): -9185444 or 6084467. OLE color: 6084467.
HSL color Cylindrical-coordinate representation of color #73D75C: hue angle of 108.78º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73D75C is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 92 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.16 |
| HSL | 108.78º | 0.61% | 0.6% | - |
| HSV(B) | 108.78º | 0.57% | 0.84% | - |
| XYZ | 33.3 | 53.02 | 18.6 | - |
| YUV | 171.08 | 83.37 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 92 | 0.47 | 0 | 0.57 | 0.16 | 108.78 | 0.61 | 0.6 |
| Hex | 73 | D7 | 5C | 2F | 0 | 39 | 10 | 6D | 3D | 3C |
| Octal | 163 | 327 | 134 | 57 | 0 | 71 | 20 | 155 | 75 | 74 |
| Binary | 1110011 | 11010111 | 1011100 | 101111 | 0 | 111001 | 10000 | 1101101 | 111101 | 111100 |
Color Harmonies of #73D75C
Complementary color
Monochromatic Colors of #73D75C
Black with #73D75C
Text Example
Text Example
White with #73D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D75C; }
p { color: rgb(115,215,92); }
H1.HeaderClassName
{
color: #73D75C;
}
.AnyTagClassName
{
color: #73D75C;
}
</style>
background-color css
<style>
a { background-color: #73D75C; }
a { background-color: rgb(115,215,92); }
div.DivClassName
{
background-color: #73D75C;
}
.BgClassName
{
background-color: #73D75C;
}
</style>
border-color css
<style>
span { border-color: #73D75C; }
span { border-color: rgb(115,215,92); }
td.TdClassName
{
border-color: #73D75C;
}
.TagClassName
{
border-color: #73D75C;
}
</style>