Shades of Mantis #73DB3D
Tints of Mantis #73DB3D
RGB
CMYK
RGB Variations
Color information
#73DB3D (or 0x73DB3D) is known color: Mantis. HEX triplet: 73, DB and 3D. RGB value is (115,219,61). Sum of RGB (Red+Green+Blue) = 115+219+61=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DB3D is #8C24C2. Grayscale: #AAAAAA. Windows color (decimal): -9184451 or 4053875. OLE color: 4053875.
HSL color Cylindrical-coordinate representation of color #73DB3D: hue angle of 99.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73DB3D is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 61 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.14 |
| HSL | 99.49º | 0.69% | 0.55% | - |
| HSV(B) | 99.49º | 0.72% | 0.86% | - |
| XYZ | 33.24 | 54.64 | 13.21 | - |
| YUV | 169.89 | 66.54 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 61 | 0.47 | 0 | 0.72 | 0.14 | 99.49 | 0.69 | 0.55 |
| Hex | 73 | DB | 3D | 2F | 0 | 48 | E | 63 | 45 | 37 |
| Octal | 163 | 333 | 75 | 57 | 0 | 110 | 16 | 143 | 105 | 67 |
| Binary | 1110011 | 11011011 | 111101 | 101111 | 0 | 1001000 | 1110 | 1100011 | 1000101 | 110111 |
Color Harmonies of #73DB3D
Complementary color
Monochromatic Colors of #73DB3D
Black with #73DB3D
Text Example
Text Example
White with #73DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB3D; }
p { color: rgb(115,219,61); }
H1.HeaderClassName
{
color: #73DB3D;
}
.AnyTagClassName
{
color: #73DB3D;
}
</style>
background-color css
<style>
a { background-color: #73DB3D; }
a { background-color: rgb(115,219,61); }
div.DivClassName
{
background-color: #73DB3D;
}
.BgClassName
{
background-color: #73DB3D;
}
</style>
border-color css
<style>
span { border-color: #73DB3D; }
span { border-color: rgb(115,219,61); }
td.TdClassName
{
border-color: #73DB3D;
}
.TagClassName
{
border-color: #73DB3D;
}
</style>