Shades of Mantis #73DF39
Tints of Mantis #73DF39
RGB
CMYK
RGB Variations
Color information
#73DF39 (or 0x73DF39) is known color: Mantis. HEX triplet: 73, DF and 39. RGB value is (115,223,57). Sum of RGB (Red+Green+Blue) = 115+223+57=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DF39 is #8C20C6. Grayscale: #ACACAC. Windows color (decimal): -9183431 or 3792755. OLE color: 3792755.
HSL color Cylindrical-coordinate representation of color #73DF39: hue angle of 99.04º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73DF39 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 57 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.13 |
| HSL | 99.04º | 0.72% | 0.55% | - |
| HSV(B) | 99.04º | 0.74% | 0.87% | - |
| XYZ | 34.2 | 56.72 | 13.02 | - |
| YUV | 171.78 | 63.22 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 57 | 0.48 | 0 | 0.74 | 0.13 | 99.04 | 0.72 | 0.55 |
| Hex | 73 | DF | 39 | 30 | 0 | 4A | D | 63 | 48 | 37 |
| Octal | 163 | 337 | 71 | 60 | 0 | 112 | 15 | 143 | 110 | 67 |
| Binary | 1110011 | 11011111 | 111001 | 110000 | 0 | 1001010 | 1101 | 1100011 | 1001000 | 110111 |
Color Harmonies of #73DF39
Complementary color
Monochromatic Colors of #73DF39
Black with #73DF39
Text Example
Text Example
White with #73DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF39; }
p { color: rgb(115,223,57); }
H1.HeaderClassName
{
color: #73DF39;
}
.AnyTagClassName
{
color: #73DF39;
}
</style>
background-color css
<style>
a { background-color: #73DF39; }
a { background-color: rgb(115,223,57); }
div.DivClassName
{
background-color: #73DF39;
}
.BgClassName
{
background-color: #73DF39;
}
</style>
border-color css
<style>
span { border-color: #73DF39; }
span { border-color: rgb(115,223,57); }
td.TdClassName
{
border-color: #73DF39;
}
.TagClassName
{
border-color: #73DF39;
}
</style>