#74DF45

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

Shades of Mantis #74DF45

Tints of Mantis #74DF45

Color information

#74DF45 (or 0x74DF45) is unknown color: approx Mantis. HEX triplet: 74, DF and 45. RGB value is (116,223,69). Sum of RGB (Red+Green+Blue) = 116+223+69=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DF45 is #8B20BA. Grayscale: #ADADAD. Windows color (decimal): -9117883 or 4579188. OLE color: 4579188.

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

Color convert

RGB11622369-
CMYK0.4800.690.13
HSL101.69º70.64%57.25%-
HSV(B)101.69º69.06%87.45%-
XYZ34.6656.9214.79-
YUV173.4569.0587.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 223 (87.5% from 255) = 54.66%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=28.43%
G=54.66%
B=16.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116223690.4800.690.13101.6970.6457.25
Hex74DF4530045D664739
Octal1643371056001051514610771
Binary111010011011111100010111000001000101110111001101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,223,69); }

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

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

 a { background-color: rgb(116,223,69); }

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

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

 span { border-color: rgb(116,223,69); }

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