#74B358

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

Shades of Mantis #74B358

Tints of Mantis #74B358

Color information

#74B358 (or 0x74B358) is unknown color: approx Mantis. HEX triplet: 74, B3 and 58. RGB value is (116,179,88). Sum of RGB (Red+Green+Blue) = 116+179+88=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #74B358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B358 is #8B4CA7. Grayscale: #969696. Windows color (decimal): -9129128 or 5813108. OLE color: 5813108.

HSL color Cylindrical-coordinate representation of color #74B358: hue angle of 101.54º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74B358 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB11617988-
CMYK0.3500.510.30
HSL101.54º37.45%52.35%-
HSV(B)101.54º50.84%70.2%-
XYZ25.0836.6614.99-
YUV149.7993.13103.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=30.29%
G=46.74%
B=22.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116179880.3500.510.30101.5437.4552.35
Hex74B358230331E662534
Octal16426313043063361464564
Binary11101001011001110110001000110110011111101100110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,179,88); }

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

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

 a { background-color: rgb(116,179,88); }

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

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

 span { border-color: rgb(116,179,88); }

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