#73C94D

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

Shades of Mantis #73C94D

Tints of Mantis #73C94D

Color information

#73C94D (or 0x73C94D) is unknown color: approx Mantis. HEX triplet: 73, C9 and 4D. RGB value is (115,201,77). Sum of RGB (Red+Green+Blue) = 115+201+77=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #73C94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C94D is #8C36B2. Grayscale: #A1A1A1. Windows color (decimal): -9189043 or 5097843. OLE color: 5097843.

HSL color Cylindrical-coordinate representation of color #73C94D: hue angle of 101.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73C94D is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB11520177-
CMYK0.4300.620.21
HSL101.61º53.45%54.51%-
HSV(B)101.61º61.69%78.82%-
XYZ29.345.9514.35-
YUV161.1580.5195.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 201 (78.91% from 255) = 51.15%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=29.26%
G=51.15%
B=19.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115201770.4300.620.21101.6153.4554.51
Hex73C94D2B03E15663537
Octal16331111553076251466567
Binary11100111100100110011011010110111110101011100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,201,77); }

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

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

 a { background-color: rgb(115,201,77); }

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

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

 span { border-color: rgb(115,201,77); }

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