#74D348

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

Shades of Mantis #74D348

Tints of Mantis #74D348

Color information

#74D348 (or 0x74D348) is unknown color: approx Mantis. HEX triplet: 74, D3 and 48. RGB value is (116,211,72). Sum of RGB (Red+Green+Blue) = 116+211+72=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #74D348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D348 is #8B2CB7. Grayscale: #A7A7A7. Windows color (decimal): -9120952 or 4772724. OLE color: 4772724.

HSL color Cylindrical-coordinate representation of color #74D348: hue angle of 101.01º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74D348 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB11621172-
CMYK0.4500.660.17
HSL101.01º61.23%55.49%-
HSV(B)101.01º65.88%82.75%-
XYZ31.6750.7714.26-
YUV166.7574.5391.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 211 (82.81% from 255) = 52.88%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=29.07%
G=52.88%
B=18.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal116211720.4500.660.17101.0161.2355.49
Hex74D3482D04211653d37
Octal164323110550102211457567
Binary111010011010011100100010110101000010100011100101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,211,72); }

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

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

 a { background-color: rgb(116,211,72); }

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

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

 span { border-color: rgb(116,211,72); }

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