Html Css Color HEX #77BC1F Lima

📋 copy color: '#77BC1F'

red 119 ◦ green 188 ◦ blue 31

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

Shades of Lima #77BC1F

Tints of Lima #77BC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.62%

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

R = 35.21%
G = 55.62%
B = 9.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#77BC1F (or 0x77BC1F) is known color: Lima. HEX triplet: 77, BC and 1F. RGB value is (119,188,31). Sum of RGB (Red+Green+Blue) = 119+188+31=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC1F is #8843E0. Grayscale: #969696. Windows color (decimal): -8930273 or 2079863. OLE color: 2079863.

HSL color Cylindrical-coordinate representation of color #77BC1F: hue angle of 86.37º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77BC1F is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 188 31 -
CMYK 0.37 0 0.84 0.26
HSL 86.37º 0.72% 0.43% -
HSV(B) 86.37º 0.84% 0.74% -
XYZ 25.84 39.99 7.65 -
YUV 149.47 61.14 106.27 -
System Red Green Blue C M Y K H S L
Decimal 119 188 31 0.37 0 0.84 0.26 86.37 0.72 0.43
Hex 77 BC 1F 25 0 54 1A 56 48 2B
Octal 167 274 37 45 0 124 32 126 110 53
Binary 1110111 10111100 11111 100101 0 1010100 11010 1010110 1001000 101011

Color Harmonies of #77BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC1F

Black with #77BC1F

Text Example


Text Example

White with #77BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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