#77BF5E

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

Shades of Mantis #77BF5E

Tints of Mantis #77BF5E

Color information

#77BF5E (or 0x77BF5E) is unknown color: approx Mantis. HEX triplet: 77, BF and 5E. RGB value is (119,191,94). Sum of RGB (Red+Green+Blue) = 119+191+94=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF5E is #8840A1. Grayscale: #9E9E9E. Windows color (decimal): -8929442 or 6209399. OLE color: 6209399.

HSL color Cylindrical-coordinate representation of color #77BF5E: hue angle of 104.54º 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 #77BF5E is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB11919194-
CMYK0.3800.510.25
HSL104.54º43.11%55.88%-
HSV(B)104.54º50.79%74.9%-
XYZ28.2641.9917.21-
YUV158.4191.6599.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 94 (37.11% from 255) = 23.27%
R=29.46%
G=47.28%
B=23.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119191940.3800.510.25104.5443.1155.88
Hex77BF5E2603319692b38
Octal16727713646063311515370
Binary11101111011111110111101001100110011110011101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,94); }

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

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

 a { background-color: rgb(119,191,94); }

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

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

 span { border-color: rgb(119,191,94); }

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