#74BE61

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

Shades of Mantis #74BE61

Tints of Mantis #74BE61

Color information

#74BE61 (or 0x74BE61) is unknown color: approx Mantis. HEX triplet: 74, BE and 61. RGB value is (116,190,97). Sum of RGB (Red+Green+Blue) = 116+190+97=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE61 is #8B419E. Grayscale: #9D9D9D. Windows color (decimal): -9126303 or 6405748. OLE color: 6405748.

HSL color Cylindrical-coordinate representation of color #74BE61: hue angle of 107.74º 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 #74BE61 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB11619097-
CMYK0.3900.490.25
HSL107.74º41.7%56.27%-
HSV(B)107.74º48.95%74.51%-
XYZ27.7741.417.84-
YUV157.2793.9898.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=28.78%
G=47.15%
B=24.07%

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
Decimal116190970.3900.490.25107.7441.756.27
Hex74BE6127031196c2a38
Octal16427614147061311545270
Binary11101001011111011000011001110110001110011101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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