#74C160

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

Shades of Mantis #74C160

Tints of Mantis #74C160

Color information

#74C160 (or 0x74C160) is unknown color: approx Mantis. HEX triplet: 74, C1 and 60. RGB value is (116,193,96). Sum of RGB (Red+Green+Blue) = 116+193+96=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #74C160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C160 is #8B3E9F. Grayscale: #9F9F9F. Windows color (decimal): -9125536 or 6340980. OLE color: 6340980.

HSL color Cylindrical-coordinate representation of color #74C160: hue angle of 107.63º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C160 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB11619396-
CMYK0.4000.500.24
HSL107.63º43.89%56.67%-
HSV(B)107.63º50.26%75.69%-
XYZ28.3842.717.81-
YUV158.9292.4997.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=28.64%
G=47.65%
B=23.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116193960.4000.500.24107.6343.8956.67
Hex74C16028032186c2c39
Octal16430114050062301545471
Binary11101001100000111000001010000110010110001101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,193,96); }

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

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

 a { background-color: rgb(116,193,96); }

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

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

 span { border-color: rgb(116,193,96); }

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