#74BB5C

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

Shades of Mantis #74BB5C

Tints of Mantis #74BB5C

Color information

#74BB5C (or 0x74BB5C) is unknown color: approx Mantis. HEX triplet: 74, BB and 5C. RGB value is (116,187,92). Sum of RGB (Red+Green+Blue) = 116+187+92=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB5C is #8B44A3. Grayscale: #9B9B9B. Windows color (decimal): -9127076 or 6077300. OLE color: 6077300.

HSL color Cylindrical-coordinate representation of color #74BB5C: hue angle of 104.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BB5C is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB11618792-
CMYK0.3800.510.27
HSL104.84º41.13%54.71%-
HSV(B)104.84º50.8%73.33%-
XYZ26.940.0316.43-
YUV154.9492.48100.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 187 (73.44% from 255) = 47.34%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=29.37%
G=47.34%
B=23.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116187920.3800.510.27104.8441.1354.71
Hex74BB5C260331B692937
Octal16427313446063331515167
Binary11101001011101110111001001100110011110111101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,187,92); }

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

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

 a { background-color: rgb(116,187,92); }

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

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

 span { border-color: rgb(116,187,92); }

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