Html Css Color HEX #77CA29 Lima

📋 copy color: '#77CA29'

red 119 ◦ green 202 ◦ blue 41

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

Shades of Lima #77CA29

Tints of Lima #77CA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.33%

R = 32.87%
G = 55.8%
B = 11.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#77CA29 (or 0x77CA29) is known color: Lima. HEX triplet: 77, CA and 29. RGB value is (119,202,41). Sum of RGB (Red+Green+Blue) = 119+202+41=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA29 is #8835D6. Grayscale: #9F9F9F. Windows color (decimal): -8926679 or 2738807. OLE color: 2738807.

HSL color Cylindrical-coordinate representation of color #77CA29: hue angle of 90.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77CA29 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 41 -
CMYK 0.41 0 0.80 0.21
HSL 90.93º 0.66% 0.48% -
HSV(B) 90.93º 0.8% 0.79% -
XYZ 29.13 46.32 9.5 -
YUV 158.83 61.5 99.59 -
System Red Green Blue C M Y K H S L
Decimal 119 202 41 0.41 0 0.80 0.21 90.93 0.66 0.48
Hex 77 CA 29 29 0 50 15 5B 42 30
Octal 167 312 51 51 0 120 25 133 102 60
Binary 1110111 11001010 101001 101001 0 1010000 10101 1011011 1000010 110000

Color Harmonies of #77CA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA29

Black with #77CA29

Text Example


Text Example

White with #77CA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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