Html Css Color HEX #77CA31 Lima

📋 copy color: '#77CA31'

red 119 ◦ green 202 ◦ blue 49

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

Shades of Lima #77CA31

Tints of Lima #77CA31

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.59%

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 32.16%
G = 54.59%
B = 13.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#77CA31 (or 0x77CA31) is known color: Lima. HEX triplet: 77, CA and 31. RGB value is (119,202,49). Sum of RGB (Red+Green+Blue) = 119+202+49=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA31 is #8835CE. Grayscale: #A0A0A0. Windows color (decimal): -8926671 or 3263095. OLE color: 3263095.

HSL color Cylindrical-coordinate representation of color #77CA31: hue angle of 92.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77CA31 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 49 -
CMYK 0.41 0 0.76 0.21
HSL 92.55º 0.61% 0.49% -
HSV(B) 92.55º 0.76% 0.79% -
XYZ 29.28 46.38 10.32 -
YUV 159.74 65.5 98.94 -
System Red Green Blue C M Y K H S L
Decimal 119 202 49 0.41 0 0.76 0.21 92.55 0.61 0.49
Hex 77 CA 31 29 0 4C 15 5D 3D 31
Octal 167 312 61 51 0 114 25 135 75 61
Binary 1110111 11001010 110001 101001 0 1001100 10101 1011101 111101 110001

Color Harmonies of #77CA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA31

Black with #77CA31

Text Example


Text Example

White with #77CA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,202,49); }

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

background-color css

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

 a { background-color: rgb(119,202,49); }

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

border-color css

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

 span { border-color: rgb(119,202,49); }

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