Html Css Color HEX #77BD1B Lima

📋 copy color: '#77BD1B'

red 119 ◦ green 189 ◦ blue 27

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

Shades of Lima #77BD1B

Tints of Lima #77BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.42%

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 35.52%
G = 56.42%
B = 8.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#77BD1B (or 0x77BD1B) is known color: Lima. HEX triplet: 77, BD and 1B. RGB value is (119,189,27). Sum of RGB (Red+Green+Blue) = 119+189+27=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD1B is #8842E4. Grayscale: #969696. Windows color (decimal): -8930021 or 1817975. OLE color: 1817975.

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

Color convert

RGB 119 189 27 -
CMYK 0.37 0 0.86 0.26
HSL 85.93º 0.75% 0.42% -
HSV(B) 85.93º 0.86% 0.74% -
XYZ 26 40.4 7.46 -
YUV 149.6 58.81 106.17 -
System Red Green Blue C M Y K H S L
Decimal 119 189 27 0.37 0 0.86 0.26 85.93 0.75 0.42
Hex 77 BD 1B 25 0 56 1A 56 4B 2A
Octal 167 275 33 45 0 126 32 126 113 52
Binary 1110111 10111101 11011 100101 0 1010110 11010 1010110 1001011 101010

Color Harmonies of #77BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BD1B

Black with #77BD1B

Text Example


Text Example

White with #77BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,189,27); }

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

background-color css

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

 a { background-color: rgb(119,189,27); }

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

border-color css

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

 span { border-color: rgb(119,189,27); }

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