Html Css Color HEX #77BA1D Lima

📋 copy color: '#77BA1D'

red 119 ◦ green 186 ◦ blue 29

#77BA1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #77BA1D

Tints of Lima #77BA1D

RGB

 RED value IS 119 (46.88% from 255) = 35.63%

 GREEN value IS 186 (73.05% from 255) = 55.69%

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 35.63%
G = 55.69%
B = 8.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#77BA1D (or 0x77BA1D) is known color: Lima. HEX triplet: 77, BA and 1D. RGB value is (119,186,29). Sum of RGB (Red+Green+Blue) = 119+186+29=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BA1D is #8845E2. Grayscale: #949494. Windows color (decimal): -8930787 or 1948279. OLE color: 1948279.

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

Color convert

RGB 119 186 29 -
CMYK 0.36 0 0.84 0.27
HSL 85.61º 0.73% 0.42% -
HSV(B) 85.61º 0.84% 0.73% -
XYZ 25.39 39.13 7.38 -
YUV 148.07 60.8 107.27 -
System Red Green Blue C M Y K H S L
Decimal 119 186 29 0.36 0 0.84 0.27 85.61 0.73 0.42
Hex 77 BA 1D 24 0 54 1B 56 49 2A
Octal 167 272 35 44 0 124 33 126 111 52
Binary 1110111 10111010 11101 100100 0 1010100 11011 1010110 1001001 101010

Color Harmonies of #77BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BA1D

Black with #77BA1D

Text Example


Text Example

White with #77BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77BA1D;
 }
 .AnyTagClassName
 {
   color: #77BA1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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