#74BB56

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

Shades of Mantis #74BB56

Tints of Mantis #74BB56

Color information

#74BB56 (or 0x74BB56) is unknown color: approx Mantis. HEX triplet: 74, BB and 56. RGB value is (116,187,86). Sum of RGB (Red+Green+Blue) = 116+187+86=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB56 is #8B44A9. Grayscale: #9A9A9A. Windows color (decimal): -9127082 or 5684084. OLE color: 5684084.

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

Color convert

RGB11618786-
CMYK0.3800.540.27
HSL102.18º42.62%53.53%-
HSV(B)102.18º54.01%73.33%-
XYZ26.6539.9315.11-
YUV154.2689.48100.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 187 (73.44% from 255) = 48.07%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=29.82%
G=48.07%
B=22.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116187860.3800.540.27102.1842.6253.53
Hex74BB56260361B662b36
Octal16427312646066331465366
Binary11101001011101110101101001100110110110111100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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