Shades of Mantis #73D944
Tints of Mantis #73D944
RGB
CMYK
RGB Variations
Color information
#73D944 (or 0x73D944) is known color: Mantis. HEX triplet: 73, D9 and 44. RGB value is (115,217,68). Sum of RGB (Red+Green+Blue) = 115+217+68=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #73D944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D944 is #8C26BB. Grayscale: #AAAAAA. Windows color (decimal): -9184956 or 4512115. OLE color: 4512115.
HSL color Cylindrical-coordinate representation of color #73D944: hue angle of 101.07º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73D944 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 68 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.15 |
| HSL | 101.07º | 0.66% | 0.56% | - |
| HSV(B) | 101.07º | 0.69% | 0.85% | - |
| XYZ | 32.93 | 53.69 | 14.1 | - |
| YUV | 169.52 | 70.71 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 68 | 0.47 | 0 | 0.69 | 0.15 | 101.07 | 0.66 | 0.56 |
| Hex | 73 | D9 | 44 | 2F | 0 | 45 | F | 65 | 42 | 38 |
| Octal | 163 | 331 | 104 | 57 | 0 | 105 | 17 | 145 | 102 | 70 |
| Binary | 1110011 | 11011001 | 1000100 | 101111 | 0 | 1000101 | 1111 | 1100101 | 1000010 | 111000 |
Color Harmonies of #73D944
Complementary color
Monochromatic Colors of #73D944
Black with #73D944
Text Example
Text Example
White with #73D944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D944; }
p { color: rgb(115,217,68); }
H1.HeaderClassName
{
color: #73D944;
}
.AnyTagClassName
{
color: #73D944;
}
</style>
background-color css
<style>
a { background-color: #73D944; }
a { background-color: rgb(115,217,68); }
div.DivClassName
{
background-color: #73D944;
}
.BgClassName
{
background-color: #73D944;
}
</style>
border-color css
<style>
span { border-color: #73D944; }
span { border-color: rgb(115,217,68); }
td.TdClassName
{
border-color: #73D944;
}
.TagClassName
{
border-color: #73D944;
}
</style>