#74BF61

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

Shades of Mantis #74BF61

Tints of Mantis #74BF61

Color information

#74BF61 (or 0x74BF61) is unknown color: approx Mantis. HEX triplet: 74, BF and 61. RGB value is (116,191,97). Sum of RGB (Red+Green+Blue) = 116+191+97=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF61 is #8B409E. Grayscale: #9E9E9E. Windows color (decimal): -9126047 or 6406004. OLE color: 6406004.

HSL color Cylindrical-coordinate representation of color #74BF61: hue angle of 107.87º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74BF61 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB11619197-
CMYK0.3900.490.25
HSL107.87º42.34%56.47%-
HSV(B)107.87º49.21%74.9%-
XYZ27.9941.8417.91-
YUV157.8693.6598.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=28.71%
G=47.28%
B=24.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116191970.3900.490.25107.8742.3456.47
Hex74BF6127031196c2a38
Octal16427714147061311545270
Binary11101001011111111000011001110110001110011101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,97); }

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

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

 a { background-color: rgb(116,191,97); }

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

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

 span { border-color: rgb(116,191,97); }

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