#77BB12

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

Shades of Lima #77BB12

Tints of Lima #77BB12

Color information

#77BB12 (or 0x77BB12) is unknown color: approx Lima. HEX triplet: 77, BB and 12. RGB value is (119,187,18). Sum of RGB (Red+Green+Blue) = 119+187+18=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BB12 is #8844ED. Grayscale: #949494. Windows color (decimal): -8930542 or 1227639. OLE color: 1227639.

HSL color Cylindrical-coordinate representation of color #77BB12: hue angle of 84.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77BB12 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB11918718-
CMYK0.3600.900.27
HSL84.14º82.44%40.2%-
HSV(B)84.14º90.37%73.33%-
XYZ25.4939.516.85-
YUV147.454.97107.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 187 (73.44% from 255) = 57.72%
BLUE value IS 18 (7.42% from 255) = 5.56%
R=36.73%
G=57.72%
B=5.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119187180.3600.900.2784.1482.4440.2
Hex77BB122405A1B545228
Octal167273224401323312412250
Binary11101111011101110010100100010110101101110101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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