#74C45E

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

Shades of Mantis #74C45E

Tints of Mantis #74C45E

Color information

#74C45E (or 0x74C45E) is unknown color: approx Mantis. HEX triplet: 74, C4 and 5E. RGB value is (116,196,94). Sum of RGB (Red+Green+Blue) = 116+196+94=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #74C45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C45E is #8B3BA1. Grayscale: #A0A0A0. Windows color (decimal): -9124770 or 6210676. OLE color: 6210676.

HSL color Cylindrical-coordinate representation of color #74C45E: hue angle of 107.06º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74C45E is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB11619694-
CMYK0.4100.520.23
HSL107.06º46.36%56.86%-
HSV(B)107.06º52.04%76.86%-
XYZ28.964417.56-
YUV160.4590.596.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 196 (76.95% from 255) = 48.28%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=28.57%
G=48.28%
B=23.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116196940.4100.520.23107.0646.3656.86
Hex74C45E29034176b2e39
Octal16430413651064271535671
Binary11101001100010010111101010010110100101111101011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,196,94); }

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

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

 a { background-color: rgb(116,196,94); }

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

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

 span { border-color: rgb(116,196,94); }

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