Html Css Color HEX #77B232 Lima

📋 copy color: '#77B232'

red 119 ◦ green 178 ◦ blue 50

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

Shades of Lima #77B232

Tints of Lima #77B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.3%

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 34.29%
G = 51.3%
B = 14.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#77B232 (or 0x77B232) is known color: Lima. HEX triplet: 77, B2 and 32. RGB value is (119,178,50). Sum of RGB (Red+Green+Blue) = 119+178+50=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #77B232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77B232 is #884DCD. Grayscale: #929292. Windows color (decimal): -8932814 or 3322487. OLE color: 3322487.

HSL color Cylindrical-coordinate representation of color #77B232: hue angle of 87.66º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77B232 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 178 50 -
CMYK 0.33 0 0.72 0.30
HSL 87.66º 0.56% 0.45% -
HSV(B) 87.66º 0.72% 0.7% -
XYZ 24.1 35.99 8.69 -
YUV 145.77 73.95 108.91 -
System Red Green Blue C M Y K H S L
Decimal 119 178 50 0.33 0 0.72 0.30 87.66 0.56 0.45
Hex 77 B2 32 21 0 48 1E 58 38 2D
Octal 167 262 62 41 0 110 36 130 70 55
Binary 1110111 10110010 110010 100001 0 1001000 11110 1011000 111000 101101

Color Harmonies of #77B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B232

Black with #77B232

Text Example


Text Example

White with #77B232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,178,50); }

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

background-color css

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

 a { background-color: rgb(119,178,50); }

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

border-color css

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

 span { border-color: rgb(119,178,50); }

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