Html Css Color HEX #77D116 Lima

📋 copy color: '#77D116'

red 119 ◦ green 209 ◦ blue 22

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

Shades of Lima #77D116

Tints of Lima #77D116

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.71%

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

R = 34%
G = 59.71%
B = 6.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#77D116 (or 0x77D116) is known color: Lima. HEX triplet: 77, D1 and 16. RGB value is (119,209,22). Sum of RGB (Red+Green+Blue) = 119+209+22=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #77D116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77D116 is #882EE9. Grayscale: #A1A1A1. Windows color (decimal): -8924906 or 1495415. OLE color: 1495415.

HSL color Cylindrical-coordinate representation of color #77D116: hue angle of 88.88º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77D116 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 209 22 -
CMYK 0.43 0 0.89 0.18
HSL 88.88º 0.81% 0.45% -
HSV(B) 88.88º 0.89% 0.82% -
XYZ 30.55 49.58 8.72 -
YUV 160.77 49.68 98.21 -
System Red Green Blue C M Y K H S L
Decimal 119 209 22 0.43 0 0.89 0.18 88.88 0.81 0.45
Hex 77 D1 16 2B 0 59 12 59 51 2D
Octal 167 321 26 53 0 131 22 131 121 55
Binary 1110111 11010001 10110 101011 0 1011001 10010 1011001 1010001 101101

Color Harmonies of #77D116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D116

Black with #77D116

Text Example


Text Example

White with #77D116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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