#73BC5B

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

Shades of Mantis #73BC5B

Tints of Mantis #73BC5B

Color information

#73BC5B (or 0x73BC5B) is unknown color: approx Mantis. HEX triplet: 73, BC and 5B. RGB value is (115,188,91). Sum of RGB (Red+Green+Blue) = 115+188+91=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BC5B is #8C43A4. Grayscale: #9B9B9B. Windows color (decimal): -9192357 or 6012019. OLE color: 6012019.

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

Color convert

RGB11518891-
CMYK0.3900.520.26
HSL105.15º41.99%54.71%-
HSV(B)105.15º51.6%73.73%-
XYZ26.9440.3716.27-
YUV155.1191.8299.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 188 (73.83% from 255) = 47.72%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=29.19%
G=47.72%
B=23.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115188910.3900.520.26105.1541.9954.71
Hex73BC5B270341A692a37
Octal16327413347064321515267
Binary11100111011110010110111001110110100110101101001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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