#74BC59

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

Shades of Mantis #74BC59

Tints of Mantis #74BC59

Color information

#74BC59 (or 0x74BC59) is unknown color: approx Mantis. HEX triplet: 74, BC and 59. RGB value is (116,188,89). Sum of RGB (Red+Green+Blue) = 116+188+89=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC59 is #8B43A6. Grayscale: #9B9B9B. Windows color (decimal): -9126823 or 5880948. OLE color: 5880948.

HSL color Cylindrical-coordinate representation of color #74BC59: hue angle of 103.64º degrees, saturation: 0.42, 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 #74BC59 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB11618889-
CMYK0.3800.530.26
HSL103.64º42.49%54.31%-
HSV(B)103.64º52.66%73.73%-
XYZ26.9940.415.83-
YUV155.1990.65100.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=29.52%
G=47.84%
B=22.65%

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
Decimal116188890.3800.530.26103.6442.4954.31
Hex74BC59260351A682a36
Octal16427413146065321505266
Binary11101001011110010110011001100110101110101101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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