Html Css Color HEX #77B518 Lima

📋 copy color: '#77B518'

red 119 ◦ green 181 ◦ blue 24

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

Shades of Lima #77B518

Tints of Lima #77B518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.86%

 BLUE value IS 24 (9.77% from 255) = 7.41%

R = 36.73%
G = 55.86%
B = 7.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#77B518 (or 0x77B518) is known color: Lima. HEX triplet: 77, B5 and 18. RGB value is (119,181,24). Sum of RGB (Red+Green+Blue) = 119+181+24=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #77B518 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B518 is #884AE7. Grayscale: #919191. Windows color (decimal): -8932072 or 1619319. OLE color: 1619319.

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

Color convert

RGB 119 181 24 -
CMYK 0.34 0 0.87 0.29
HSL 83.69º 0.77% 0.4% -
HSV(B) 83.69º 0.87% 0.71% -
XYZ 24.3 37.04 6.73 -
YUV 144.56 59.96 109.77 -
System Red Green Blue C M Y K H S L
Decimal 119 181 24 0.34 0 0.87 0.29 83.69 0.77 0.4
Hex 77 B5 18 22 0 57 1D 54 4D 28
Octal 167 265 30 42 0 127 35 124 115 50
Binary 1110111 10110101 11000 100010 0 1010111 11101 1010100 1001101 101000

Color Harmonies of #77B518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B518

Black with #77B518

Text Example


Text Example

White with #77B518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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