Html Css Color HEX #77D414 Lima

📋 copy color: '#77D414'

red 119 ◦ green 212 ◦ blue 20

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

Shades of Lima #77D414

Tints of Lima #77D414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.4%

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 33.9%
G = 60.4%
B = 5.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#77D414 (or 0x77D414) is known color: Lima. HEX triplet: 77, D4 and 14. RGB value is (119,212,20). Sum of RGB (Red+Green+Blue) = 119+212+20=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 212 (83.20% from 255 or 60.40% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 212 - color contains mainly: green. Hex color #77D414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77D414 is #882BEB. Grayscale: #A2A2A2. Windows color (decimal): -8924140 or 1365111. OLE color: 1365111.

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

Color convert

RGB 119 212 20 -
CMYK 0.44 0 0.91 0.17
HSL 89.06º 0.83% 0.45% -
HSV(B) 89.06º 0.91% 0.83% -
XYZ 31.28 51.06 8.87 -
YUV 162.31 47.69 97.11 -
System Red Green Blue C M Y K H S L
Decimal 119 212 20 0.44 0 0.91 0.17 89.06 0.83 0.45
Hex 77 D4 14 2C 0 5B 11 59 53 2D
Octal 167 324 24 54 0 133 21 131 123 55
Binary 1110111 11010100 10100 101100 0 1011011 10001 1011001 1010011 101101

Color Harmonies of #77D414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D414

Black with #77D414

Text Example


Text Example

White with #77D414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,212,20); }

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

background-color css

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

 a { background-color: rgb(119,212,20); }

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

border-color css

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

 span { border-color: rgb(119,212,20); }

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