#74D344

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

Shades of Mantis #74D344

Tints of Mantis #74D344

Color information

#74D344 (or 0x74D344) is unknown color: approx Mantis. HEX triplet: 74, D3 and 44. RGB value is (116,211,68). Sum of RGB (Red+Green+Blue) = 116+211+68=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #74D344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D344 is #8B2CBB. Grayscale: #A6A6A6. Windows color (decimal): -9120956 or 4510580. OLE color: 4510580.

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

Color convert

RGB11621168-
CMYK0.4500.680.17
HSL99.86º61.9%54.71%-
HSV(B)99.86º67.77%82.75%-
XYZ31.5450.7213.6-
YUV166.2972.5392.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 211 (82.81% from 255) = 53.42%
BLUE value IS 68 (26.95% from 255) = 17.22%
R=29.37%
G=53.42%
B=17.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal116211680.4500.680.1799.8661.954.71
Hex74D3442D04411643e37
Octal164323104550104211447667
Binary111010011010011100010010110101000100100011100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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