Html Css Color HEX #77C01A Lima

📋 copy color: '#77C01A'

red 119 ◦ green 192 ◦ blue 26

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

Shades of Lima #77C01A

Tints of Lima #77C01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

 BLUE value IS 26 (10.55% from 255) = 7.72%

R = 35.31%
G = 56.97%
B = 7.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#77C01A (or 0x77C01A) is known color: Lima. HEX triplet: 77, C0 and 1A. RGB value is (119,192,26). Sum of RGB (Red+Green+Blue) = 119+192+26=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #77C01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C01A is #883FE5. Grayscale: #979797. Windows color (decimal): -8929254 or 1753207. OLE color: 1753207.

HSL color Cylindrical-coordinate representation of color #77C01A: hue angle of 86.39º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77C01A is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 26 -
CMYK 0.38 0 0.86 0.25
HSL 86.39º 0.76% 0.43% -
HSV(B) 86.39º 0.86% 0.75% -
XYZ 26.64 41.7 7.62 -
YUV 151.25 57.32 105 -
System Red Green Blue C M Y K H S L
Decimal 119 192 26 0.38 0 0.86 0.25 86.39 0.76 0.43
Hex 77 C0 1A 26 0 56 19 56 4C 2B
Octal 167 300 32 46 0 126 31 126 114 53
Binary 1110111 11000000 11010 100110 0 1010110 11001 1010110 1001100 101011

Color Harmonies of #77C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C01A

Black with #77C01A

Text Example


Text Example

White with #77C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,26); }

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

background-color css

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

 a { background-color: rgb(119,192,26); }

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

border-color css

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

 span { border-color: rgb(119,192,26); }

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