#77BD26

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

Shades of Lima #77BD26

Tints of Lima #77BD26

Color information

#77BD26 (or 0x77BD26) is unknown color: approx Lima. HEX triplet: 77, BD and 26. RGB value is (119,189,38). Sum of RGB (Red+Green+Blue) = 119+189+38=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD26 is #8842D9. Grayscale: #979797. Windows color (decimal): -8930010 or 2538871. OLE color: 2538871.

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

Color convert

RGB11918938-
CMYK0.3700.800.26
HSL87.81º66.52%44.51%-
HSV(B)87.81º79.89%74.12%-
XYZ26.1640.468.26-
YUV150.8664.31105.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 189 (74.22% from 255) = 54.62%
BLUE value IS 38 (15.23% from 255) = 10.98%
R=34.39%
G=54.62%
B=10.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal119189380.3700.800.2687.8166.5244.51
Hex77BD26250501A58432d
Octal167275464501203213010355
Binary111011110111101100110100101010100001101010110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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