#77BF2B

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

Shades of Lima #77BF2B

Tints of Lima #77BF2B

Color information

#77BF2B (or 0x77BF2B) is unknown color: approx Lima. HEX triplet: 77, BF and 2B. RGB value is (119,191,43). Sum of RGB (Red+Green+Blue) = 119+191+43=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BF2B is #8840D4. Grayscale: #999999. Windows color (decimal): -8929493 or 2867063. OLE color: 2867063.

HSL color Cylindrical-coordinate representation of color #77BF2B: hue angle of 89.19º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77BF2B is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB11919143-
CMYK0.3800.770.25
HSL89.19º63.25%45.88%-
HSV(B)89.19º77.49%74.9%-
XYZ26.6741.368.86-
YUV152.666.15104.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 191 (75% from 255) = 54.11%
BLUE value IS 43 (17.19% from 255) = 12.18%
R=33.71%
G=54.11%
B=12.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119191430.3800.770.2589.1963.2545.88
Hex77BF2B2604D19593f2e
Octal16727753460115311317756
Binary11101111011111110101110011001001101110011011001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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