Html Css Color HEX #77B41B Lima

📋 copy color: '#77B41B'

red 119 ◦ green 180 ◦ blue 27

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

Shades of Lima #77B41B

Tints of Lima #77B41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.21%

 BLUE value IS 27 (10.94% from 255) = 8.28%

R = 36.5%
G = 55.21%
B = 8.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#77B41B (or 0x77B41B) is known color: Lima. HEX triplet: 77, B4 and 1B. RGB value is (119,180,27). Sum of RGB (Red+Green+Blue) = 119+180+27=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #77B41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B41B is #884BE4. Grayscale: #909090. Windows color (decimal): -8932325 or 1815671. OLE color: 1815671.

HSL color Cylindrical-coordinate representation of color #77B41B: hue angle of 83.92º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77B41B is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 180 27 -
CMYK 0.34 0 0.85 0.29
HSL 83.92º 0.74% 0.41% -
HSV(B) 83.92º 0.85% 0.71% -
XYZ 24.13 36.64 6.84 -
YUV 144.32 61.79 109.94 -
System Red Green Blue C M Y K H S L
Decimal 119 180 27 0.34 0 0.85 0.29 83.92 0.74 0.41
Hex 77 B4 1B 22 0 55 1D 54 4A 29
Octal 167 264 33 42 0 125 35 124 112 51
Binary 1110111 10110100 11011 100010 0 1010101 11101 1010100 1001010 101001

Color Harmonies of #77B41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B41B

Black with #77B41B

Text Example


Text Example

White with #77B41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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