#74C05A

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

Shades of Mantis #74C05A

Tints of Mantis #74C05A

Color information

#74C05A (or 0x74C05A) is unknown color: approx Mantis. HEX triplet: 74, C0 and 5A. RGB value is (116,192,90). Sum of RGB (Red+Green+Blue) = 116+192+90=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #74C05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C05A is #8B3FA5. Grayscale: #9D9D9D. Windows color (decimal): -9125798 or 5947508. OLE color: 5947508.

HSL color Cylindrical-coordinate representation of color #74C05A: hue angle of 104.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74C05A is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB11619290-
CMYK0.4000.530.25
HSL104.71º44.74%55.29%-
HSV(B)104.71º53.12%75.29%-
XYZ27.942.1516.34-
YUV157.6589.8298.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 192 (75.39% from 255) = 48.24%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=29.15%
G=48.24%
B=22.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116192900.4000.530.25104.7144.7455.29
Hex74C05A2803519692d37
Octal16430013250065311515567
Binary11101001100000010110101010000110101110011101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,192,90); }

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

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

 a { background-color: rgb(116,192,90); }

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

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

 span { border-color: rgb(116,192,90); }

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