Shades of Mantis #73CD4A
Tints of Mantis #73CD4A
RGB
CMYK
RGB Variations
Color information
#73CD4A (or 0x73CD4A) is known color: Mantis. HEX triplet: 73, CD and 4A. RGB value is (115,205,74). Sum of RGB (Red+Green+Blue) = 115+205+74=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD4A is #8C32B5. Grayscale: #A3A3A3. Windows color (decimal): -9188022 or 4902259. OLE color: 4902259.
HSL color Cylindrical-coordinate representation of color #73CD4A: hue angle of 101.22º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73CD4A is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 74 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.20 |
| HSL | 101.22º | 0.57% | 0.55% | - |
| HSV(B) | 101.22º | 0.64% | 0.8% | - |
| XYZ | 30.14 | 47.8 | 14.12 | - |
| YUV | 163.16 | 77.68 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 74 | 0.44 | 0 | 0.64 | 0.20 | 101.22 | 0.57 | 0.55 |
| Hex | 73 | CD | 4A | 2C | 0 | 40 | 14 | 65 | 39 | 37 |
| Octal | 163 | 315 | 112 | 54 | 0 | 100 | 24 | 145 | 71 | 67 |
| Binary | 1110011 | 11001101 | 1001010 | 101100 | 0 | 1000000 | 10100 | 1100101 | 111001 | 110111 |
Color Harmonies of #73CD4A
Complementary color
Monochromatic Colors of #73CD4A
Black with #73CD4A
Text Example
Text Example
White with #73CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD4A; }
p { color: rgb(115,205,74); }
H1.HeaderClassName
{
color: #73CD4A;
}
.AnyTagClassName
{
color: #73CD4A;
}
</style>
background-color css
<style>
a { background-color: #73CD4A; }
a { background-color: rgb(115,205,74); }
div.DivClassName
{
background-color: #73CD4A;
}
.BgClassName
{
background-color: #73CD4A;
}
</style>
border-color css
<style>
span { border-color: #73CD4A; }
span { border-color: rgb(115,205,74); }
td.TdClassName
{
border-color: #73CD4A;
}
.TagClassName
{
border-color: #73CD4A;
}
</style>