#77BE12

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

Shades of Lima #77BE12

Tints of Lima #77BE12

Color information

#77BE12 (or 0x77BE12) is unknown color: approx Lima. HEX triplet: 77, BE and 12. RGB value is (119,190,18). Sum of RGB (Red+Green+Blue) = 119+190+18=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BE12 is #8841ED. Grayscale: #959595. Windows color (decimal): -8929774 or 1228407. OLE color: 1228407.

HSL color Cylindrical-coordinate representation of color #77BE12: hue angle of 84.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77BE12 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB11919018-
CMYK0.3700.910.25
HSL84.77º82.69%40.78%-
HSV(B)84.77º90.53%74.51%-
XYZ26.1340.797.07-
YUV149.1653.98106.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 190 (74.61% from 255) = 58.10%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=36.39%
G=58.10%
B=5.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119190180.3700.910.2584.7782.6940.78
Hex77BE122505B19555329
Octal167276224501333112512351
Binary11101111011111010010100101010110111100110101011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,190,18); }

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

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

 a { background-color: rgb(119,190,18); }

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

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

 span { border-color: rgb(119,190,18); }

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