#77BF1A

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

Shades of Lima #77BF1A

Tints of Lima #77BF1A

Color information

#77BF1A (or 0x77BF1A) is unknown color: approx Lima. HEX triplet: 77, BF and 1A. RGB value is (119,191,26). Sum of RGB (Red+Green+Blue) = 119+191+26=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BF1A is #8840E5. Grayscale: #979797. Windows color (decimal): -8929510 or 1752951. OLE color: 1752951.

HSL color Cylindrical-coordinate representation of color #77BF1A: hue angle of 86.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77BF1A is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB11919126-
CMYK0.3800.860.25
HSL86.18º76.04%42.55%-
HSV(B)86.18º86.39%74.9%-
XYZ26.4341.267.55-
YUV150.6657.65105.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 191 (75% from 255) = 56.85%
BLUE value IS 26 (10.55% from 255) = 7.74%
R=35.42%
G=56.85%
B=7.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119191260.3800.860.2586.1876.0442.55
Hex77BF1A2605619564c2b
Octal167277324601263112611453
Binary11101111011111111010100110010101101100110101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,26); }

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

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

 a { background-color: rgb(119,191,26); }

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

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

 span { border-color: rgb(119,191,26); }

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