#73C050

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

Shades of Mantis #73C050

Tints of Mantis #73C050

Color information

#73C050 (or 0x73C050) is unknown color: approx Mantis. HEX triplet: 73, C0 and 50. RGB value is (115,192,80). Sum of RGB (Red+Green+Blue) = 115+192+80=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #73C050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C050 is #8C3FAF. Grayscale: #9C9C9C. Windows color (decimal): -9191344 or 5292147. OLE color: 5292147.

HSL color Cylindrical-coordinate representation of color #73C050: hue angle of 101.25º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73C050 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB11519280-
CMYK0.4000.580.25
HSL101.25º47.06%53.33%-
HSV(B)101.25º58.33%75.29%-
XYZ27.3741.9214.24-
YUV156.2184.9998.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 192 (75.39% from 255) = 49.61%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=29.72%
G=49.61%
B=20.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115192800.4000.580.25101.2547.0653.33
Hex73C0502803A19652f35
Octal16330012050072311455765
Binary11100111100000010100001010000111010110011100101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,192,80); }

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

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

 a { background-color: rgb(115,192,80); }

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

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

 span { border-color: rgb(115,192,80); }

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