#73C35F

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

Shades of Mantis #73C35F

Tints of Mantis #73C35F

Color information

#73C35F (or 0x73C35F) is unknown color: approx Mantis. HEX triplet: 73, C3 and 5F. RGB value is (115,195,95). Sum of RGB (Red+Green+Blue) = 115+195+95=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #73C35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C35F is #8C3CA0. Grayscale: #A0A0A0. Windows color (decimal): -9190561 or 6275955. OLE color: 6275955.

HSL color Cylindrical-coordinate representation of color #73C35F: hue angle of 108º 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 #73C35F is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB11519595-
CMYK0.4100.510.24
HSL108º45.45%56.86%-
HSV(B)108º51.28%76.47%-
XYZ28.6543.517.71-
YUV159.6891.596.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 195 (76.56% from 255) = 48.15%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=28.40%
G=48.15%
B=23.46%

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
Decimal115195950.4100.510.2410845.4556.86
Hex73C35F29033186c2d39
Octal16330313751063301545571
Binary11100111100001110111111010010110011110001101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,195,95); }

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

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

 a { background-color: rgb(115,195,95); }

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

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

 span { border-color: rgb(115,195,95); }

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