Html Css Color HEX #77BC16 Lima

📋 copy color: '#77BC16'

red 119 ◦ green 188 ◦ blue 22

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

Shades of Lima #77BC16

Tints of Lima #77BC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 36.17%
G = 57.14%
B = 6.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#77BC16 (or 0x77BC16) is known color: Lima. HEX triplet: 77, BC and 16. RGB value is (119,188,22). Sum of RGB (Red+Green+Blue) = 119+188+22=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BC16 is #8843E9. Grayscale: #959595. Windows color (decimal): -8930282 or 1490039. OLE color: 1490039.

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

Color convert

RGB 119 188 22 -
CMYK 0.37 0 0.88 0.26
HSL 84.94º 0.79% 0.41% -
HSV(B) 84.94º 0.88% 0.74% -
XYZ 25.74 39.95 7.11 -
YUV 148.45 56.64 107 -
System Red Green Blue C M Y K H S L
Decimal 119 188 22 0.37 0 0.88 0.26 84.94 0.79 0.41
Hex 77 BC 16 25 0 58 1A 55 4F 29
Octal 167 274 26 45 0 130 32 125 117 51
Binary 1110111 10111100 10110 100101 0 1011000 11010 1010101 1001111 101001

Color Harmonies of #77BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC16

Black with #77BC16

Text Example


Text Example

White with #77BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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