#73D65F

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

Shades of Mantis #73D65F

Tints of Mantis #73D65F

Color information

#73D65F (or 0x73D65F) is unknown color: approx Mantis. HEX triplet: 73, D6 and 5F. RGB value is (115,214,95). Sum of RGB (Red+Green+Blue) = 115+214+95=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #73D65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D65F is #8C29A0. Grayscale: #ABABAB. Windows color (decimal): -9185697 or 6280819. OLE color: 6280819.

HSL color Cylindrical-coordinate representation of color #73D65F: hue angle of 109.92º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73D65F is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB11521495-
CMYK0.4600.560.16
HSL109.92º59.2%60.59%-
HSV(B)109.92º55.61%83.92%-
XYZ33.1852.5619.22-
YUV170.8385.288.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 214 (83.98% from 255) = 50.47%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=27.12%
G=50.47%
B=22.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal115214950.4600.560.16109.9259.260.59
Hex73D65F2E038106e3b3d
Octal16332613756070201567375
Binary11100111101011010111111011100111000100001101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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