#77BB50

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

Shades of Mantis #77BB50

Tints of Mantis #77BB50

Color information

#77BB50 (or 0x77BB50) is unknown color: approx Mantis. HEX triplet: 77, BB and 50. RGB value is (119,187,80). Sum of RGB (Red+Green+Blue) = 119+187+80=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BB50 is #8844AF. Grayscale: #9A9A9A. Windows color (decimal): -8930480 or 5290871. OLE color: 5290871.

HSL color Cylindrical-coordinate representation of color #77BB50: hue angle of 98.13º 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 #77BB50 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB11918780-
CMYK0.3600.570.27
HSL98.13º44.03%52.35%-
HSV(B)98.13º57.22%73.33%-
XYZ26.8340.0413.9-
YUV154.4785.97102.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 187 (73.44% from 255) = 48.45%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=30.83%
G=48.45%
B=20.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119187800.3600.570.2798.1344.0352.35
Hex77BB50240391B622c34
Octal16727312044071331425464
Binary11101111011101110100001001000111001110111100010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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