#74C549

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

Shades of Mantis #74C549

Tints of Mantis #74C549

Color information

#74C549 (or 0x74C549) is unknown color: approx Mantis. HEX triplet: 74, C5 and 49. RGB value is (116,197,73). Sum of RGB (Red+Green+Blue) = 116+197+73=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #74C549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C549 is #8B3AB6. Grayscale: #9F9F9F. Windows color (decimal): -9124535 or 4834676. OLE color: 4834676.

HSL color Cylindrical-coordinate representation of color #74C549: hue angle of 99.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74C549 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB11619773-
CMYK0.4100.630.23
HSL99.19º51.67%52.94%-
HSV(B)99.19º62.94%77.25%-
XYZ28.3744.1313.33-
YUV158.6479.6697.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 197 (77.34% from 255) = 51.04%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=30.05%
G=51.04%
B=18.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116197730.4100.630.2399.1951.6752.94
Hex74C5492903F17633435
Octal16430511151077271436465
Binary11101001100010110010011010010111111101111100011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C549; }

 p { color: rgb(116,197,73); }

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

<style>
 a { background-color: #74C549; }

 a { background-color: rgb(116,197,73); }

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

<style>
 span { border-color: #74C549; }

 span { border-color: rgb(116,197,73); }

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