#74CF45

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

Shades of Mantis #74CF45

Tints of Mantis #74CF45

Color information

#74CF45 (or 0x74CF45) is unknown color: approx Mantis. HEX triplet: 74, CF and 45. RGB value is (116,207,69). Sum of RGB (Red+Green+Blue) = 116+207+69=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CF45 is #8B30BA. Grayscale: #A4A4A4. Windows color (decimal): -9121979 or 4575092. OLE color: 4575092.

HSL color Cylindrical-coordinate representation of color #74CF45: hue angle of 99.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74CF45 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB11620769-
CMYK0.4400.670.19
HSL99.57º58.97%54.12%-
HSV(B)99.57º66.67%81.18%-
XYZ30.5948.7713.43-
YUV164.0674.3593.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 207 (81.25% from 255) = 52.81%
BLUE value IS 69 (27.34% from 255) = 17.60%
R=29.59%
G=52.81%
B=17.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116207690.4400.670.1999.5758.9754.12
Hex74CF452C04313643b36
Octal164317105540103231447366
Binary111010011001111100010110110001000011100111100100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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