#73CA47

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

Shades of Mantis #73CA47

Tints of Mantis #73CA47

Color information

#73CA47 (or 0x73CA47) is unknown color: approx Mantis. HEX triplet: 73, CA and 47. RGB value is (115,202,71). Sum of RGB (Red+Green+Blue) = 115+202+71=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CA47 is #8C35B8. Grayscale: #A1A1A1. Windows color (decimal): -9188793 or 4704883. OLE color: 4704883.

HSL color Cylindrical-coordinate representation of color #73CA47: hue angle of 99.85º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73CA47 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB11520271-
CMYK0.4300.650.21
HSL99.85º55.27%53.53%-
HSV(B)99.85º64.85%79.22%-
XYZ29.3346.3413.36-
YUV161.0577.1895.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 202 (79.30% from 255) = 52.06%
BLUE value IS 71 (28.12% from 255) = 18.30%
R=29.64%
G=52.06%
B=18.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115202710.4300.650.2199.8555.2753.53
Hex73CA472B04115643736
Octal163312107530101251446766
Binary111001111001010100011110101101000001101011100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,202,71); }

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

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

 a { background-color: rgb(115,202,71); }

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

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

 span { border-color: rgb(115,202,71); }

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