#73C564

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

Shades of Mantis #73C564

Tints of Mantis #73C564

Color information

#73C564 (or 0x73C564) is unknown color: approx Mantis. HEX triplet: 73, C5 and 64. RGB value is (115,197,100). Sum of RGB (Red+Green+Blue) = 115+197+100=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #73C564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C564 is #8C3A9B. Grayscale: #A1A1A1. Windows color (decimal): -9190044 or 6604147. OLE color: 6604147.

HSL color Cylindrical-coordinate representation of color #73C564: hue angle of 110.72º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73C564 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB115197100-
CMYK0.4200.490.23
HSL110.72º45.54%58.24%-
HSV(B)110.72º49.24%77.25%-
XYZ29.3444.519.1-
YUV161.4293.3394.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 197 (77.34% from 255) = 47.82%
BLUE value IS 100 (39.45% from 255) = 24.27%
R=27.91%
G=47.82%
B=24.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151971000.4200.490.23110.7245.5458.24
Hex73C5642A031176f2e3a
Octal16330514452061271575672
Binary11100111100010111001001010100110001101111101111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,197,100); }

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

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

 a { background-color: rgb(115,197,100); }

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

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

 span { border-color: rgb(115,197,100); }

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