#73C260

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

Shades of Mantis #73C260

Tints of Mantis #73C260

Color information

#73C260 (or 0x73C260) is unknown color: approx Mantis. HEX triplet: 73, C2 and 60. RGB value is (115,194,96). Sum of RGB (Red+Green+Blue) = 115+194+96=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #73C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C260 is #8C3D9F. Grayscale: #9F9F9F. Windows color (decimal): -9190816 or 6341235. OLE color: 6341235.

HSL color Cylindrical-coordinate representation of color #73C260: hue angle of 108.37º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73C260 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB11519496-
CMYK0.4100.510.24
HSL108.37º44.55%56.86%-
HSV(B)108.37º50.52%76.08%-
XYZ28.4743.0717.88-
YUV159.2192.3396.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 194 (76.17% from 255) = 47.90%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=28.40%
G=47.90%
B=23.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal115194960.4100.510.24108.3744.5556.86
Hex73C26029033186c2d39
Octal16330214051063301545571
Binary11100111100001011000001010010110011110001101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,194,96); }

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

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

 a { background-color: rgb(115,194,96); }

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

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

 span { border-color: rgb(115,194,96); }

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