#74D050

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

Shades of Mantis #74D050

Tints of Mantis #74D050

Color information

#74D050 (or 0x74D050) is unknown color: approx Mantis. HEX triplet: 74, D0 and 50. RGB value is (116,208,80). Sum of RGB (Red+Green+Blue) = 116+208+80=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #74D050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D050 is #8B2FAF. Grayscale: #A6A6A6. Windows color (decimal): -9121712 or 5296244. OLE color: 5296244.

HSL color Cylindrical-coordinate representation of color #74D050: hue angle of 103.12º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74D050 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB11620880-
CMYK0.4400.620.18
HSL103.12º57.66%56.47%-
HSV(B)103.12º61.54%81.57%-
XYZ31.2149.415.48-
YUV165.979.5292.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 208 (81.64% from 255) = 51.49%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=28.71%
G=51.49%
B=19.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116208800.4400.620.18103.1257.6656.47
Hex74D0502C03E12673a38
Octal16432012054076221477270
Binary11101001101000010100001011000111110100101100111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,208,80); }

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

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

 a { background-color: rgb(116,208,80); }

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

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

 span { border-color: rgb(116,208,80); }

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