#73DC48

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

Shades of Mantis #73DC48

Tints of Mantis #73DC48

Color information

#73DC48 (or 0x73DC48) is unknown color: approx Mantis. HEX triplet: 73, DC and 48. RGB value is (115,220,72). Sum of RGB (Red+Green+Blue) = 115+220+72=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DC48 is #8C23B7. Grayscale: #ACACAC. Windows color (decimal): -9184184 or 4775027. OLE color: 4775027.

HSL color Cylindrical-coordinate representation of color #73DC48: hue angle of 102.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73DC48 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB11522072-
CMYK0.4800.670.14
HSL102.57º67.89%57.25%-
HSV(B)102.57º67.27%86.27%-
XYZ33.8355.315.02-
YUV171.7371.7187.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 220 (86.33% from 255) = 54.05%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=28.26%
G=54.05%
B=17.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal115220720.4800.670.14102.5767.8957.25
Hex73DC4830043E674439
Octal1633341106001031614710471
Binary111001111011100100100011000001000011111011001111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,220,72); }

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

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

 a { background-color: rgb(115,220,72); }

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

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

 span { border-color: rgb(115,220,72); }

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