Shades of Mantis #73D24A
Tints of Mantis #73D24A
RGB
CMYK
RGB Variations
Color information
#73D24A (or 0x73D24A) is known color: Mantis. HEX triplet: 73, D2 and 4A. RGB value is (115,210,74). Sum of RGB (Red+Green+Blue) = 115+210+74=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #73D24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D24A is #8C2DB5. Grayscale: #A6A6A6. Windows color (decimal): -9186742 or 4903539. OLE color: 4903539.
HSL color Cylindrical-coordinate representation of color #73D24A: hue angle of 101.91º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73D24A is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 74 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.18 |
| HSL | 101.91º | 0.6% | 0.56% | - |
| HSV(B) | 101.91º | 0.65% | 0.82% | - |
| XYZ | 31.35 | 50.23 | 14.52 | - |
| YUV | 166.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 74 | 0.45 | 0 | 0.65 | 0.18 | 101.91 | 0.6 | 0.56 |
| Hex | 73 | D2 | 4A | 2D | 0 | 41 | 12 | 66 | 3C | 38 |
| Octal | 163 | 322 | 112 | 55 | 0 | 101 | 22 | 146 | 74 | 70 |
| Binary | 1110011 | 11010010 | 1001010 | 101101 | 0 | 1000001 | 10010 | 1100110 | 111100 | 111000 |
Color Harmonies of #73D24A
Complementary color
Monochromatic Colors of #73D24A
Black with #73D24A
Text Example
Text Example
White with #73D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D24A; }
p { color: rgb(115,210,74); }
H1.HeaderClassName
{
color: #73D24A;
}
.AnyTagClassName
{
color: #73D24A;
}
</style>
background-color css
<style>
a { background-color: #73D24A; }
a { background-color: rgb(115,210,74); }
div.DivClassName
{
background-color: #73D24A;
}
.BgClassName
{
background-color: #73D24A;
}
</style>
border-color css
<style>
span { border-color: #73D24A; }
span { border-color: rgb(115,210,74); }
td.TdClassName
{
border-color: #73D24A;
}
.TagClassName
{
border-color: #73D24A;
}
</style>