#77BA2F

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

Shades of Lima #77BA2F

Tints of Lima #77BA2F

Color information

#77BA2F (or 0x77BA2F) is unknown color: approx Lima. HEX triplet: 77, BA and 2F. RGB value is (119,186,47). Sum of RGB (Red+Green+Blue) = 119+186+47=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BA2F is #8845D0. Grayscale: #969696. Windows color (decimal): -8930769 or 3127927. OLE color: 3127927.

HSL color Cylindrical-coordinate representation of color #77BA2F: hue angle of 88.92º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77BA2F is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB11918647-
CMYK0.3600.750.27
HSL88.92º59.66%45.69%-
HSV(B)88.92º74.73%72.94%-
XYZ25.6839.248.91-
YUV150.1269.8105.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 186 (73.05% from 255) = 52.84%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=33.81%
G=52.84%
B=13.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119186470.3600.750.2788.9259.6645.69
Hex77BA2F2404B1B593c2e
Octal16727257440113331317456
Binary11101111011101010111110010001001011110111011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,186,47); }

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

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

 a { background-color: rgb(119,186,47); }

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

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

 span { border-color: rgb(119,186,47); }

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