#74C059

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

Shades of Mantis #74C059

Tints of Mantis #74C059

Color information

#74C059 (or 0x74C059) is unknown color: approx Mantis. HEX triplet: 74, C0 and 59. RGB value is (116,192,89). Sum of RGB (Red+Green+Blue) = 116+192+89=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #74C059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C059 is #8B3FA6. Grayscale: #9D9D9D. Windows color (decimal): -9125799 or 5881972. OLE color: 5881972.

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

Color convert

RGB11619289-
CMYK0.4000.540.25
HSL104.27º44.98%55.1%-
HSV(B)104.27º53.65%75.29%-
XYZ27.8642.1316.12-
YUV157.5389.3298.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 192 (75.39% from 255) = 48.36%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=29.22%
G=48.36%
B=22.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116192890.4000.540.25104.2744.9855.1
Hex74C0592803619682d37
Octal16430013150066311505567
Binary11101001100000010110011010000110110110011101000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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