#77BD29

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

Shades of Lima #77BD29

Tints of Lima #77BD29

Color information

#77BD29 (or 0x77BD29) is unknown color: approx Lima. HEX triplet: 77, BD and 29. RGB value is (119,189,41). Sum of RGB (Red+Green+Blue) = 119+189+41=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD29 is #8842D6. Grayscale: #979797. Windows color (decimal): -8930007 or 2735479. OLE color: 2735479.

HSL color Cylindrical-coordinate representation of color #77BD29: hue angle of 88.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77BD29 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB11918941-
CMYK0.3700.780.26
HSL88.38º64.35%45.1%-
HSV(B)88.38º78.31%74.12%-
XYZ26.2140.488.53-
YUV151.265.81105.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 189 (74.22% from 255) = 54.15%
BLUE value IS 41 (16.41% from 255) = 11.75%
R=34.10%
G=54.15%
B=11.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal119189410.3700.780.2688.3864.3545.1
Hex77BD292504E1A58402d
Octal167275514501163213010055
Binary111011110111101101001100101010011101101010110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,189,41); }

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

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

 a { background-color: rgb(119,189,41); }

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

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

 span { border-color: rgb(119,189,41); }

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