Shades of Mantis #73DB3C
Tints of Mantis #73DB3C
RGB
CMYK
RGB Variations
Color information
#73DB3C (or 0x73DB3C) is known color: Mantis. HEX triplet: 73, DB and 3C. RGB value is (115,219,60). Sum of RGB (Red+Green+Blue) = 115+219+60=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DB3C is #8C24C3. Grayscale: #AAAAAA. Windows color (decimal): -9184452 or 3988339. OLE color: 3988339.
HSL color Cylindrical-coordinate representation of color #73DB3C: hue angle of 99.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73DB3C is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 60 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.14 |
| HSL | 99.25º | 0.69% | 0.55% | - |
| HSV(B) | 99.25º | 0.73% | 0.86% | - |
| XYZ | 33.22 | 54.63 | 13.07 | - |
| YUV | 169.78 | 66.04 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 60 | 0.47 | 0 | 0.73 | 0.14 | 99.25 | 0.69 | 0.55 |
| Hex | 73 | DB | 3C | 2F | 0 | 49 | E | 63 | 45 | 37 |
| Octal | 163 | 333 | 74 | 57 | 0 | 111 | 16 | 143 | 105 | 67 |
| Binary | 1110011 | 11011011 | 111100 | 101111 | 0 | 1001001 | 1110 | 1100011 | 1000101 | 110111 |
Color Harmonies of #73DB3C
Complementary color
Monochromatic Colors of #73DB3C
Black with #73DB3C
Text Example
Text Example
White with #73DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB3C; }
p { color: rgb(115,219,60); }
H1.HeaderClassName
{
color: #73DB3C;
}
.AnyTagClassName
{
color: #73DB3C;
}
</style>
background-color css
<style>
a { background-color: #73DB3C; }
a { background-color: rgb(115,219,60); }
div.DivClassName
{
background-color: #73DB3C;
}
.BgClassName
{
background-color: #73DB3C;
}
</style>
border-color css
<style>
span { border-color: #73DB3C; }
span { border-color: rgb(115,219,60); }
td.TdClassName
{
border-color: #73DB3C;
}
.TagClassName
{
border-color: #73DB3C;
}
</style>