Html Css Color HEX #77C134 Lima

📋 copy color: '#77C134'

red 119 ◦ green 193 ◦ blue 52

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

Shades of Lima #77C134

Tints of Lima #77C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.02%

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 32.69%
G = 53.02%
B = 14.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#77C134 (or 0x77C134) is known color: Lima. HEX triplet: 77, C1 and 34. RGB value is (119,193,52). Sum of RGB (Red+Green+Blue) = 119+193+52=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #77C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C134 is #883ECB. Grayscale: #9B9B9B. Windows color (decimal): -8928972 or 3457399. OLE color: 3457399.

HSL color Cylindrical-coordinate representation of color #77C134: hue angle of 91.49º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77C134 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 193 52 -
CMYK 0.38 0 0.73 0.24
HSL 91.49º 0.58% 0.48% -
HSV(B) 91.49º 0.73% 0.76% -
XYZ 27.3 42.31 9.98 -
YUV 154.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 119 193 52 0.38 0 0.73 0.24 91.49 0.58 0.48
Hex 77 C1 34 26 0 49 18 5B 3A 30
Octal 167 301 64 46 0 111 30 133 72 60
Binary 1110111 11000001 110100 100110 0 1001001 11000 1011011 111010 110000

Color Harmonies of #77C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C134

Black with #77C134

Text Example


Text Example

White with #77C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,193,52); }

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

background-color css

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

 a { background-color: rgb(119,193,52); }

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

border-color css

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

 span { border-color: rgb(119,193,52); }

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