#74BF5D

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

Shades of Mantis #74BF5D

Tints of Mantis #74BF5D

Color information

#74BF5D (or 0x74BF5D) is unknown color: approx Mantis. HEX triplet: 74, BF and 5D. RGB value is (116,191,93). Sum of RGB (Red+Green+Blue) = 116+191+93=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF5D is #8B40A2. Grayscale: #9D9D9D. Windows color (decimal): -9126051 or 6143860. OLE color: 6143860.

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

Color convert

RGB11619193-
CMYK0.3900.510.25
HSL105.92º43.36%55.69%-
HSV(B)105.92º51.31%74.9%-
XYZ27.8141.7616.95-
YUV157.491.6598.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=29%
G=47.75%
B=23.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116191930.3900.510.25105.9243.3655.69
Hex74BF5D27033196a2b38
Octal16427713547063311525370
Binary11101001011111110111011001110110011110011101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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