#73DC50

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

Shades of Mantis #73DC50

Tints of Mantis #73DC50

Color information

#73DC50 (or 0x73DC50) is unknown color: approx Mantis. HEX triplet: 73, DC and 50. RGB value is (115,220,80). Sum of RGB (Red+Green+Blue) = 115+220+80=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC50 is #8C23AF. Grayscale: #ADADAD. Windows color (decimal): -9184176 or 5299315. OLE color: 5299315.

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

Color convert

RGB11522080-
CMYK0.4800.640.14
HSL105º66.67%58.82%-
HSV(B)105º63.64%86.27%-
XYZ34.1155.4116.49-
YUV172.6475.7186.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 220 (86.33% from 255) = 53.01%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=27.71%
G=53.01%
B=19.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal115220800.4800.640.1410566.6758.82
Hex73DC5030040E69433b
Octal1633341206001001615110373
Binary111001111011100101000011000001000000111011010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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