#77C61C

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

Shades of Lima #77C61C

Tints of Lima #77C61C

Color information

#77C61C (or 0x77C61C) is unknown color: approx Lima. HEX triplet: 77, C6 and 1C. RGB value is (119,198,28). Sum of RGB (Red+Green+Blue) = 119+198+28=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #77C61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C61C is #8839E3. Grayscale: #9B9B9B. Windows color (decimal): -8927716 or 1885815. OLE color: 1885815.

HSL color Cylindrical-coordinate representation of color #77C61C: hue angle of 87.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77C61C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB11919828-
CMYK0.4000.860.22
HSL87.88º75.22%44.31%-
HSV(B)87.88º85.86%77.65%-
XYZ28.0144.398.19-
YUV15556.33102.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 198 (77.73% from 255) = 57.39%
BLUE value IS 28 (11.33% from 255) = 8.12%
R=34.49%
G=57.39%
B=8.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119198280.4000.860.2287.8875.2244.31
Hex77C61C2805616584b2c
Octal167306345001262613011354
Binary11101111100011011100101000010101101011010110001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,198,28); }

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

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

 a { background-color: rgb(119,198,28); }

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

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

 span { border-color: rgb(119,198,28); }

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