Html Css Color HEX #77C01F Lima

📋 copy color: '#77C01F'

red 119 ◦ green 192 ◦ blue 31

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

Shades of Lima #77C01F

Tints of Lima #77C01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 34.8%
G = 56.14%
B = 9.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#77C01F (or 0x77C01F) is known color: Lima. HEX triplet: 77, C0 and 1F. RGB value is (119,192,31). Sum of RGB (Red+Green+Blue) = 119+192+31=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #77C01F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C01F is #883FE0. Grayscale: #989898. Windows color (decimal): -8929249 or 2080887. OLE color: 2080887.

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

Color convert

RGB 119 192 31 -
CMYK 0.38 0 0.84 0.25
HSL 87.2º 0.72% 0.44% -
HSV(B) 87.2º 0.84% 0.75% -
XYZ 26.7 41.72 7.94 -
YUV 151.82 59.82 104.59 -
System Red Green Blue C M Y K H S L
Decimal 119 192 31 0.38 0 0.84 0.25 87.2 0.72 0.44
Hex 77 C0 1F 26 0 54 19 57 48 2C
Octal 167 300 37 46 0 124 31 127 110 54
Binary 1110111 11000000 11111 100110 0 1010100 11001 1010111 1001000 101100

Color Harmonies of #77C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C01F

Black with #77C01F

Text Example


Text Example

White with #77C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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