#74BB50

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

Shades of Mantis #74BB50

Tints of Mantis #74BB50

Color information

#74BB50 (or 0x74BB50) is unknown color: approx Mantis. HEX triplet: 74, BB and 50. RGB value is (116,187,80). Sum of RGB (Red+Green+Blue) = 116+187+80=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB50 is #8B44AF. Grayscale: #999999. Windows color (decimal): -9127088 or 5290868. OLE color: 5290868.

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

Color convert

RGB11618780-
CMYK0.3800.570.27
HSL99.81º44.03%52.35%-
HSV(B)99.81º57.22%73.33%-
XYZ26.4239.8313.89-
YUV153.5786.48101.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 187 (73.44% from 255) = 48.83%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=30.29%
G=48.83%
B=20.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116187800.3800.570.2799.8144.0352.35
Hex74BB50260391B642c34
Octal16427312046071331445464
Binary11101001011101110100001001100111001110111100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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