Html Css Color HEX #77C320 Lima

📋 copy color: '#77C320'

red 119 ◦ green 195 ◦ blue 32

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

Shades of Lima #77C320

Tints of Lima #77C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.36%

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 34.39%
G = 56.36%
B = 9.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#77C320 (or 0x77C320) is known color: Lima. HEX triplet: 77, C3 and 20. RGB value is (119,195,32). Sum of RGB (Red+Green+Blue) = 119+195+32=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #77C320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C320 is #883CDF. Grayscale: #9A9A9A. Windows color (decimal): -8928480 or 2147191. OLE color: 2147191.

HSL color Cylindrical-coordinate representation of color #77C320: hue angle of 87.98º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77C320 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 195 32 -
CMYK 0.39 0 0.84 0.24
HSL 87.98º 0.72% 0.45% -
HSV(B) 87.98º 0.84% 0.76% -
XYZ 27.38 43.06 8.23 -
YUV 153.69 59.32 103.25 -
System Red Green Blue C M Y K H S L
Decimal 119 195 32 0.39 0 0.84 0.24 87.98 0.72 0.45
Hex 77 C3 20 27 0 54 18 58 48 2D
Octal 167 303 40 47 0 124 30 130 110 55
Binary 1110111 11000011 100000 100111 0 1010100 11000 1011000 1001000 101101

Color Harmonies of #77C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C320

Black with #77C320

Text Example


Text Example

White with #77C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,195,32); }

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

background-color css

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

 a { background-color: rgb(119,195,32); }

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

border-color css

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

 span { border-color: rgb(119,195,32); }

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