#77C61B

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

Shades of Lima #77C61B

Tints of Lima #77C61B

Color information

#77C61B (or 0x77C61B) is unknown color: approx Lima. HEX triplet: 77, C6 and 1B. RGB value is (119,198,27). Sum of RGB (Red+Green+Blue) = 119+198+27=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #77C61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C61B is #8839E4. Grayscale: #9B9B9B. Windows color (decimal): -8927717 or 1820279. OLE color: 1820279.

HSL color Cylindrical-coordinate representation of color #77C61B: hue angle of 87.72º degrees, saturation: 0.76, 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 #77C61B is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB11919827-
CMYK0.4000.860.22
HSL87.72º76%44.12%-
HSV(B)87.72º86.36%77.65%-
XYZ2844.398.13-
YUV154.8855.83102.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 198 (77.73% from 255) = 57.56%
BLUE value IS 27 (10.94% from 255) = 7.85%
R=34.59%
G=57.56%
B=7.85%

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
Decimal119198270.4000.860.2287.727644.12
Hex77C61B2805616584c2c
Octal167306335001262613011454
Binary11101111100011011011101000010101101011010110001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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