Html Css Color HEX #77C52F Lima

📋 copy color: '#77C52F'

red 119 ◦ green 197 ◦ blue 47

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

Shades of Lima #77C52F

Tints of Lima #77C52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.27%

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 32.78%
G = 54.27%
B = 12.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#77C52F (or 0x77C52F) is known color: Lima. HEX triplet: 77, C5 and 2F. RGB value is (119,197,47). Sum of RGB (Red+Green+Blue) = 119+197+47=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #77C52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C52F is #883AD0. Grayscale: #9D9D9D. Windows color (decimal): -8927953 or 3130743. OLE color: 3130743.

HSL color Cylindrical-coordinate representation of color #77C52F: hue angle of 91.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77C52F is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 197 47 -
CMYK 0.40 0 0.76 0.23
HSL 91.2º 0.61% 0.48% -
HSV(B) 91.2º 0.76% 0.77% -
XYZ 28.09 44.06 9.71 -
YUV 156.58 66.16 101.2 -
System Red Green Blue C M Y K H S L
Decimal 119 197 47 0.40 0 0.76 0.23 91.2 0.61 0.48
Hex 77 C5 2F 28 0 4C 17 5B 3D 30
Octal 167 305 57 50 0 114 27 133 75 60
Binary 1110111 11000101 101111 101000 0 1001100 10111 1011011 111101 110000

Color Harmonies of #77C52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C52F

Black with #77C52F

Text Example


Text Example

White with #77C52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,197,47); }

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

background-color css

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

 a { background-color: rgb(119,197,47); }

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

border-color css

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

 span { border-color: rgb(119,197,47); }

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