#73D84C

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

Shades of Mantis #73D84C

Tints of Mantis #73D84C

Color information

#73D84C (or 0x73D84C) is unknown color: approx Mantis. HEX triplet: 73, D8 and 4C. RGB value is (115,216,76). Sum of RGB (Red+Green+Blue) = 115+216+76=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #73D84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D84C is #8C27B3. Grayscale: #AAAAAA. Windows color (decimal): -9185204 or 5036147. OLE color: 5036147.

HSL color Cylindrical-coordinate representation of color #73D84C: hue angle of 103.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73D84C is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB11521676-
CMYK0.4700.650.15
HSL103.29º64.22%57.25%-
HSV(B)103.29º64.81%84.71%-
XYZ32.9353.2815.39-
YUV169.8475.0488.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 216 (84.77% from 255) = 53.07%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=28.26%
G=53.07%
B=18.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal115216760.4700.650.15103.2964.2257.25
Hex73D84C2F041F674039
Octal1633301145701011714710071
Binary111001111011000100110010111101000001111111001111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,216,76); }

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

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

 a { background-color: rgb(115,216,76); }

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

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

 span { border-color: rgb(115,216,76); }

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