#73C152

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

Shades of Mantis #73C152

Tints of Mantis #73C152

Color information

#73C152 (or 0x73C152) is unknown color: approx Mantis. HEX triplet: 73, C1 and 52. RGB value is (115,193,82). Sum of RGB (Red+Green+Blue) = 115+193+82=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #73C152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C152 is #8C3EAD. Grayscale: #9D9D9D. Windows color (decimal): -9191086 or 5423475. OLE color: 5423475.

HSL color Cylindrical-coordinate representation of color #73C152: hue angle of 102.16º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73C152 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB11519382-
CMYK0.4000.580.24
HSL102.16º47.23%53.92%-
HSV(B)102.16º57.51%75.69%-
XYZ27.6642.3914.71-
YUV157.0285.6698.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 193 (75.78% from 255) = 49.49%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=29.49%
G=49.49%
B=21.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal115193820.4000.580.24102.1647.2353.92
Hex73C1522803A18662f36
Octal16330112250072301465766
Binary11100111100000110100101010000111010110001100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,193,82); }

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

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

 a { background-color: rgb(115,193,82); }

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

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

 span { border-color: rgb(115,193,82); }

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