#74BF60

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

Shades of Mantis #74BF60

Tints of Mantis #74BF60

Color information

#74BF60 (or 0x74BF60) is unknown color: approx Mantis. HEX triplet: 74, BF and 60. RGB value is (116,191,96). Sum of RGB (Red+Green+Blue) = 116+191+96=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF60 is #8B409F. Grayscale: #9E9E9E. Windows color (decimal): -9126048 or 6340468. OLE color: 6340468.

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

Color convert

RGB11619196-
CMYK0.3900.500.25
HSL107.37º42.6%56.27%-
HSV(B)107.37º49.74%74.9%-
XYZ27.9441.8217.67-
YUV157.7493.1598.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=28.78%
G=47.39%
B=23.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116191960.3900.500.25107.3742.656.27
Hex74BF6027032196b2b38
Octal16427714047062311535370
Binary11101001011111111000001001110110010110011101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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