Html Css Color HEX #77B521 Lima

📋 copy color: '#77B521'

red 119 ◦ green 181 ◦ blue 33

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

Shades of Lima #77B521

Tints of Lima #77B521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.91%

R = 35.74%
G = 54.35%
B = 9.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#77B521 (or 0x77B521) is known color: Lima. HEX triplet: 77, B5 and 21. RGB value is (119,181,33). Sum of RGB (Red+Green+Blue) = 119+181+33=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #77B521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B521 is #884ADE. Grayscale: #929292. Windows color (decimal): -8932063 or 2209143. OLE color: 2209143.

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

Color convert

RGB 119 181 33 -
CMYK 0.34 0 0.82 0.29
HSL 85.14º 0.69% 0.42% -
HSV(B) 85.14º 0.82% 0.71% -
XYZ 24.41 37.08 7.31 -
YUV 145.59 64.46 109.03 -
System Red Green Blue C M Y K H S L
Decimal 119 181 33 0.34 0 0.82 0.29 85.14 0.69 0.42
Hex 77 B5 21 22 0 52 1D 55 45 2A
Octal 167 265 41 42 0 122 35 125 105 52
Binary 1110111 10110101 100001 100010 0 1010010 11101 1010101 1000101 101010

Color Harmonies of #77B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B521

Black with #77B521

Text Example


Text Example

White with #77B521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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