#73CA4A

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

Shades of Mantis #73CA4A

Tints of Mantis #73CA4A

Color information

#73CA4A (or 0x73CA4A) is unknown color: approx Mantis. HEX triplet: 73, CA and 4A. RGB value is (115,202,74). Sum of RGB (Red+Green+Blue) = 115+202+74=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CA4A is #8C35B5. Grayscale: #A1A1A1. Windows color (decimal): -9188790 or 4901491. OLE color: 4901491.

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

Color convert

RGB11520274-
CMYK0.4300.630.21
HSL100.78º54.7%54.12%-
HSV(B)100.78º63.37%79.22%-
XYZ29.4346.3813.88-
YUV161.478.6894.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 202 (79.30% from 255) = 51.66%
BLUE value IS 74 (29.30% from 255) = 18.93%
R=29.41%
G=51.66%
B=18.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115202740.4300.630.21100.7854.754.12
Hex73CA4A2B03F15653736
Octal16331211253077251456766
Binary11100111100101010010101010110111111101011100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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