#73D45F

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

Shades of Mantis #73D45F

Tints of Mantis #73D45F

Color information

#73D45F (or 0x73D45F) is unknown color: approx Mantis. HEX triplet: 73, D4 and 5F. RGB value is (115,212,95). Sum of RGB (Red+Green+Blue) = 115+212+95=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #73D45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D45F is #8C2BA0. Grayscale: #AAAAAA. Windows color (decimal): -9186209 or 6280307. OLE color: 6280307.

HSL color Cylindrical-coordinate representation of color #73D45F: hue angle of 109.74º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D45F is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB11521295-
CMYK0.4600.550.17
HSL109.74º57.64%60.2%-
HSV(B)109.74º55.19%83.14%-
XYZ32.6851.5619.06-
YUV169.6685.8689.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 212 (83.20% from 255) = 50.24%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=27.25%
G=50.24%
B=22.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal115212950.4600.550.17109.7457.6460.2
Hex73D45F2E037116e3a3c
Octal16332413756067211567274
Binary11100111101010010111111011100110111100011101110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,212,95); }

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

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

 a { background-color: rgb(115,212,95); }

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

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

 span { border-color: rgb(115,212,95); }

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