Html Css Color HEX #77C61C Lima

📋 copy color: '#77C61C'

red 119 ◦ green 198 ◦ blue 28

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

Shades of Lima #77C61C

Tints of Lima #77C61C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.39%

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 34.49%
G = 57.39%
B = 8.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#77C61C (or 0x77C61C) is known color: Lima. HEX triplet: 77, C6 and 1C. RGB value is (119,198,28). Sum of RGB (Red+Green+Blue) = 119+198+28=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #77C61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C61C is #8839E3. Grayscale: #9B9B9B. Windows color (decimal): -8927716 or 1885815. OLE color: 1885815.

HSL color Cylindrical-coordinate representation of color #77C61C: hue angle of 87.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77C61C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 198 28 -
CMYK 0.40 0 0.86 0.22
HSL 87.88º 0.75% 0.44% -
HSV(B) 87.88º 0.86% 0.78% -
XYZ 28.01 44.39 8.19 -
YUV 155 56.33 102.32 -
System Red Green Blue C M Y K H S L
Decimal 119 198 28 0.40 0 0.86 0.22 87.88 0.75 0.44
Hex 77 C6 1C 28 0 56 16 58 4B 2C
Octal 167 306 34 50 0 126 26 130 113 54
Binary 1110111 11000110 11100 101000 0 1010110 10110 1011000 1001011 101100

Color Harmonies of #77C61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C61C

Black with #77C61C

Text Example


Text Example

White with #77C61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,198,28); }

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

background-color css

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

 a { background-color: rgb(119,198,28); }

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

border-color css

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

 span { border-color: rgb(119,198,28); }

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