#73BC5D

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

Shades of Mantis #73BC5D

Tints of Mantis #73BC5D

Color information

#73BC5D (or 0x73BC5D) is unknown color: approx Mantis. HEX triplet: 73, BC and 5D. RGB value is (115,188,93). Sum of RGB (Red+Green+Blue) = 115+188+93=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC5D is #8C43A2. Grayscale: #9B9B9B. Windows color (decimal): -9192355 or 6143091. OLE color: 6143091.

HSL color Cylindrical-coordinate representation of color #73BC5D: hue angle of 106.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BC5D is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB11518893-
CMYK0.3900.510.26
HSL106.11º41.48%55.1%-
HSV(B)106.11º50.53%73.73%-
XYZ27.0340.416.73-
YUV155.3492.8299.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 188 (73.83% from 255) = 47.47%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=29.04%
G=47.47%
B=23.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115188930.3900.510.26106.1141.4855.1
Hex73BC5D270331A6a2937
Octal16327413547063321525167
Binary11100111011110010111011001110110011110101101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,188,93); }

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

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

 a { background-color: rgb(115,188,93); }

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

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

 span { border-color: rgb(115,188,93); }

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