Html Css Color HEX #77CA20 Lima

📋 copy color: '#77CA20'

red 119 ◦ green 202 ◦ blue 32

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

Shades of Lima #77CA20

Tints of Lima #77CA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 33.71%
G = 57.22%
B = 9.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#77CA20 (or 0x77CA20) is known color: Lima. HEX triplet: 77, CA and 20. RGB value is (119,202,32). Sum of RGB (Red+Green+Blue) = 119+202+32=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA20 is #8835DF. Grayscale: #9E9E9E. Windows color (decimal): -8926688 or 2148983. OLE color: 2148983.

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

Color convert

RGB 119 202 32 -
CMYK 0.41 0 0.84 0.21
HSL 89.29º 0.73% 0.46% -
HSV(B) 89.29º 0.84% 0.79% -
XYZ 28.99 46.27 8.77 -
YUV 157.8 57 100.32 -
System Red Green Blue C M Y K H S L
Decimal 119 202 32 0.41 0 0.84 0.21 89.29 0.73 0.46
Hex 77 CA 20 29 0 54 15 59 49 2E
Octal 167 312 40 51 0 124 25 131 111 56
Binary 1110111 11001010 100000 101001 0 1010100 10101 1011001 1001001 101110

Color Harmonies of #77CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA20

Black with #77CA20

Text Example


Text Example

White with #77CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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