#73D061

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

Shades of Mantis #73D061

Tints of Mantis #73D061

Color information

#73D061 (or 0x73D061) is unknown color: approx Mantis. HEX triplet: 73, D0 and 61. RGB value is (115,208,97). Sum of RGB (Red+Green+Blue) = 115+208+97=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #73D061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D061 is #8C2F9E. Grayscale: #A7A7A7. Windows color (decimal): -9187231 or 6410355. OLE color: 6410355.

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

Color convert

RGB11520897-
CMYK0.4500.530.18
HSL110.27º54.15%59.8%-
HSV(B)110.27º53.37%81.57%-
XYZ31.7849.6219.21-
YUV167.5488.1990.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 208 (81.64% from 255) = 49.52%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=27.38%
G=49.52%
B=23.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115208970.4500.530.18110.2754.1559.8
Hex73D0612D035126e363c
Octal16332014155065221566674
Binary11100111101000011000011011010110101100101101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,208,97); }

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

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

 a { background-color: rgb(115,208,97); }

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

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

 span { border-color: rgb(115,208,97); }

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