#73BF56

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

Shades of Mantis #73BF56

Tints of Mantis #73BF56

Color information

#73BF56 (or 0x73BF56) is unknown color: approx Mantis. HEX triplet: 73, BF and 56. RGB value is (115,191,86). Sum of RGB (Red+Green+Blue) = 115+191+86=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BF56 is #8C40A9. Grayscale: #9C9C9C. Windows color (decimal): -9191594 or 5685107. OLE color: 5685107.

HSL color Cylindrical-coordinate representation of color #73BF56: hue angle of 103.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73BF56 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB11519186-
CMYK0.4000.550.25
HSL103.43º45.06%54.31%-
HSV(B)103.43º54.97%74.9%-
XYZ27.3841.5815.39-
YUV156.3188.3298.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 191 (75% from 255) = 48.72%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=29.34%
G=48.72%
B=21.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115191860.4000.550.25103.4345.0654.31
Hex73BF562803719672d36
Octal16327712650067311475566
Binary11100111011111110101101010000110111110011100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,191,86); }

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

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

 a { background-color: rgb(115,191,86); }

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

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

 span { border-color: rgb(115,191,86); }

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