#73CC4D

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

Shades of Mantis #73CC4D

Tints of Mantis #73CC4D

Color information

#73CC4D (or 0x73CC4D) is unknown color: approx Mantis. HEX triplet: 73, CC and 4D. RGB value is (115,204,77). Sum of RGB (Red+Green+Blue) = 115+204+77=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CC4D is #8C33B2. Grayscale: #A3A3A3. Windows color (decimal): -9188275 or 5098611. OLE color: 5098611.

HSL color Cylindrical-coordinate representation of color #73CC4D: hue angle of 102.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73CC4D is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB11520477-
CMYK0.4400.620.2
HSL102.05º55.46%55.1%-
HSV(B)102.05º62.25%80%-
XYZ3047.3714.58-
YUV162.9179.5193.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 204 (80.08% from 255) = 51.52%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=29.04%
G=51.52%
B=19.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115204770.4400.620.2102.0555.4655.1
Hex73CC4D2C03E14663737
Octal16331411554076241466767
Binary11100111100110010011011011000111110101001100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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