#73D148

Color #73D148 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #73D148

Tints of Mantis #73D148

Color information

#73D148 (or 0x73D148) is unknown color: approx Mantis. HEX triplet: 73, D1 and 48. RGB value is (115,209,72). Sum of RGB (Red+Green+Blue) = 115+209+72=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #73D148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D148 is #8C2EB7. Grayscale: #A5A5A5. Windows color (decimal): -9187000 or 4772211. OLE color: 4772211.

HSL color Cylindrical-coordinate representation of color #73D148: hue angle of 101.17º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73D148 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB11520972-
CMYK0.4500.660.18
HSL101.17º59.83%55.1%-
HSV(B)101.17º65.55%81.96%-
XYZ31.0449.7114.09-
YUV165.2875.3692.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 209 (82.03% from 255) = 52.78%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=29.04%
G=52.78%
B=18.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115209720.4500.660.18101.1759.8355.1
Hex73D1482D04212653c37
Octal163321110550102221457467
Binary111001111010001100100010110101000010100101100101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73D148; }

 p { color: rgb(115,209,72); }

 H1.HeaderClassName
 {
   color: #73D148;
 }
 .AnyTagClassName
 {
   color: #73D148;
 }
</style>
background-color css

<style>
 a { background-color: #73D148; }

 a { background-color: rgb(115,209,72); }

 div.DivClassName
 {
   background-color: #73D148;
 }
 .BgClassName
 {
   background-color: #73D148;
 }
</style>
border-color css

<style>
 span { border-color: #73D148; }

 span { border-color: rgb(115,209,72); }

 td.TdClassName
 {
   border-color: #73D148;
 }
 .TagClassName
 {
   border-color: #73D148;
 }
</style>