Shades of Mantis #73DD57
Tints of Mantis #73DD57
RGB
CMYK
RGB Variations
Color information
#73DD57 (or 0x73DD57) is known color: Mantis. HEX triplet: 73, DD and 57. RGB value is (115,221,87). Sum of RGB (Red+Green+Blue) = 115+221+87=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DD57 is #8C22A8. Grayscale: #AEAEAE. Windows color (decimal): -9183913 or 5758323. OLE color: 5758323.
HSL color Cylindrical-coordinate representation of color #73DD57: hue angle of 107.46º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73DD57 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 87 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.13 |
| HSL | 107.46º | 0.66% | 0.6% | - |
| HSV(B) | 107.46º | 0.61% | 0.87% | - |
| XYZ | 34.65 | 56.05 | 18.01 | - |
| YUV | 174.03 | 78.88 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 87 | 0.48 | 0 | 0.61 | 0.13 | 107.46 | 0.66 | 0.6 |
| Hex | 73 | DD | 57 | 30 | 0 | 3D | D | 6B | 42 | 3C |
| Octal | 163 | 335 | 127 | 60 | 0 | 75 | 15 | 153 | 102 | 74 |
| Binary | 1110011 | 11011101 | 1010111 | 110000 | 0 | 111101 | 1101 | 1101011 | 1000010 | 111100 |
Color Harmonies of #73DD57
Complementary color
Monochromatic Colors of #73DD57
Black with #73DD57
Text Example
Text Example
White with #73DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DD57; }
p { color: rgb(115,221,87); }
H1.HeaderClassName
{
color: #73DD57;
}
.AnyTagClassName
{
color: #73DD57;
}
</style>
background-color css
<style>
a { background-color: #73DD57; }
a { background-color: rgb(115,221,87); }
div.DivClassName
{
background-color: #73DD57;
}
.BgClassName
{
background-color: #73DD57;
}
</style>
border-color css
<style>
span { border-color: #73DD57; }
span { border-color: rgb(115,221,87); }
td.TdClassName
{
border-color: #73DD57;
}
.TagClassName
{
border-color: #73DD57;
}
</style>