#74BE5A

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

Shades of Mantis #74BE5A

Tints of Mantis #74BE5A

Color information

#74BE5A (or 0x74BE5A) is unknown color: approx Mantis. HEX triplet: 74, BE and 5A. RGB value is (116,190,90). Sum of RGB (Red+Green+Blue) = 116+190+90=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE5A is #8B41A5. Grayscale: #9C9C9C. Windows color (decimal): -9126310 or 5946996. OLE color: 5946996.

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

Color convert

RGB11619090-
CMYK0.3900.530.25
HSL104.4º43.48%54.9%-
HSV(B)104.4º52.63%74.51%-
XYZ27.4641.2816.19-
YUV156.4790.4899.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 190 (74.61% from 255) = 47.98%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=29.29%
G=47.98%
B=22.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116190900.3900.530.25104.443.4854.9
Hex74BE5A2703519682b37
Octal16427613247065311505367
Binary11101001011111010110101001110110101110011101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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