#74DE4C

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

Shades of Mantis #74DE4C

Tints of Mantis #74DE4C

Color information

#74DE4C (or 0x74DE4C) is unknown color: approx Mantis. HEX triplet: 74, DE and 4C. RGB value is (116,222,76). Sum of RGB (Red+Green+Blue) = 116+222+76=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE4C is #8B21B3. Grayscale: #AEAEAE. Windows color (decimal): -9118132 or 5037684. OLE color: 5037684.

HSL color Cylindrical-coordinate representation of color #74DE4C: hue angle of 103.56º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74DE4C is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB11622276-
CMYK0.4800.660.13
HSL103.56º68.87%58.43%-
HSV(B)103.56º65.77%87.06%-
XYZ34.6356.4815.91-
YUV173.6672.8886.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 222 (87.11% from 255) = 53.62%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=28.02%
G=53.62%
B=18.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116222760.4800.660.13103.5668.8758.43
Hex74DE4C30042D68453a
Octal1643361146001021515010572
Binary111010011011110100110011000001000010110111010001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,76); }

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

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

 a { background-color: rgb(116,222,76); }

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

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

 span { border-color: rgb(116,222,76); }

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