#77ba18

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

Shades of Lima #77BA18

Tints of Lima #77BA18

Color information

#77BA18 (or 0x77BA18) is unknown color: approx Lima. HEX triplet: 77, BA and 18. RGB value is (119,186,24). Sum of RGB (Red+Green+Blue) = 119+186+24=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BA18 is #8845E7. Grayscale: #949494. Windows color (decimal): -8930792 or 1620599. OLE color: 1620599.

HSL color Cylindrical-coordinate representation of color #77BA18: hue angle of 84.81º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77BA18 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB11918624-
CMYK0.3600.870.27
HSL84.81º77.14%41.18%-
HSV(B)84.81º87.1%72.94%-
XYZ25.3339.117.08-
YUV147.558.3107.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 186 (73.05% from 255) = 56.53%
BLUE value IS 24 (9.77% from 255) = 7.29%
R=36.17%
G=56.53%
B=7.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119186240.3600.870.2784.8177.1441.18
Hex77BA18240571B554d29
Octal167272304401273312511551
Binary11101111011101011000100100010101111101110101011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ba18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,186,24); }

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

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

 a { background-color: rgb(119,186,24); }

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

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

 span { border-color: rgb(119,186,24); }

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