Html Css Color HEX #77D311 Lima

📋 copy color: '#77D311'

red 119 ◦ green 211 ◦ blue 17

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

Shades of Lima #77D311

Tints of Lima #77D311

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.81%

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 34.29%
G = 60.81%
B = 4.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#77D311 (or 0x77D311) is known color: Lima. HEX triplet: 77, D3 and 11. RGB value is (119,211,17). Sum of RGB (Red+Green+Blue) = 119+211+17=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #77D311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77D311 is #882CEE. Grayscale: #A2A2A2. Windows color (decimal): -8924399 or 1168247. OLE color: 1168247.

HSL color Cylindrical-coordinate representation of color #77D311: hue angle of 88.45º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77D311 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 211 17 -
CMYK 0.44 0 0.92 0.17
HSL 88.45º 0.85% 0.45% -
HSV(B) 88.45º 0.92% 0.83% -
XYZ 31 50.55 8.65 -
YUV 161.38 46.52 97.77 -
System Red Green Blue C M Y K H S L
Decimal 119 211 17 0.44 0 0.92 0.17 88.45 0.85 0.45
Hex 77 D3 11 2C 0 5C 11 58 55 2D
Octal 167 323 21 54 0 134 21 130 125 55
Binary 1110111 11010011 10001 101100 0 1011100 10001 1011000 1010101 101101

Color Harmonies of #77D311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D311

Black with #77D311

Text Example


Text Example

White with #77D311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,211,17); }

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

background-color css

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

 a { background-color: rgb(119,211,17); }

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

border-color css

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

 span { border-color: rgb(119,211,17); }

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