#74BC58

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

Shades of Mantis #74BC58

Tints of Mantis #74BC58

Color information

#74BC58 (or 0x74BC58) is unknown color: approx Mantis. HEX triplet: 74, BC and 58. RGB value is (116,188,88). Sum of RGB (Red+Green+Blue) = 116+188+88=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC58 is #8B43A7. Grayscale: #9B9B9B. Windows color (decimal): -9126824 or 5815412. OLE color: 5815412.

HSL color Cylindrical-coordinate representation of color #74BC58: hue angle of 103.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74BC58 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB11618888-
CMYK0.3800.530.26
HSL103.2º42.74%54.12%-
HSV(B)103.2º53.19%73.73%-
XYZ26.9540.3815.61-
YUV155.0790.15100.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 188 (73.83% from 255) = 47.96%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=29.59%
G=47.96%
B=22.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116188880.3800.530.26103.242.7454.12
Hex74BC58260351A672b36
Octal16427413046065321475366
Binary11101001011110010110001001100110101110101100111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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