#73D75D

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

Shades of Mantis #73D75D

Tints of Mantis #73D75D

Color information

#73D75D (or 0x73D75D) is unknown color: approx Mantis. HEX triplet: 73, D7 and 5D. RGB value is (115,215,93). Sum of RGB (Red+Green+Blue) = 115+215+93=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #73D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D75D is #8C28A2. Grayscale: #ABABAB. Windows color (decimal): -9185443 or 6150003. OLE color: 6150003.

HSL color Cylindrical-coordinate representation of color #73D75D: hue angle of 109.18º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73D75D is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB11521593-
CMYK0.4700.570.16
HSL109.18º60.4%60.39%-
HSV(B)109.18º56.74%84.31%-
XYZ33.3553.0418.84-
YUV171.1983.8787.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 215 (84.38% from 255) = 50.83%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=27.19%
G=50.83%
B=21.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal115215930.4700.570.16109.1860.460.39
Hex73D75D2F039106d3c3c
Octal16332713557071201557474
Binary11100111101011110111011011110111001100001101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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