Html Css Color HEX #77B52F Lima

📋 copy color: '#77B52F'

red 119 ◦ green 181 ◦ blue 47

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

Shades of Lima #77B52F

Tints of Lima #77B52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.16%

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

R = 34.29%
G = 52.16%
B = 13.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#77B52F (or 0x77B52F) is known color: Lima. HEX triplet: 77, B5 and 2F. RGB value is (119,181,47). Sum of RGB (Red+Green+Blue) = 119+181+47=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #77B52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B52F is #884AD0. Grayscale: #939393. Windows color (decimal): -8932049 or 3126647. OLE color: 3126647.

HSL color Cylindrical-coordinate representation of color #77B52F: hue angle of 87.76º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77B52F is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 181 47 -
CMYK 0.34 0 0.74 0.29
HSL 87.76º 0.59% 0.45% -
HSV(B) 87.76º 0.74% 0.71% -
XYZ 24.64 37.17 8.57 -
YUV 147.19 71.46 107.9 -
System Red Green Blue C M Y K H S L
Decimal 119 181 47 0.34 0 0.74 0.29 87.76 0.59 0.45
Hex 77 B5 2F 22 0 4A 1D 58 3B 2D
Octal 167 265 57 42 0 112 35 130 73 55
Binary 1110111 10110101 101111 100010 0 1001010 11101 1011000 111011 101101

Color Harmonies of #77B52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B52F

Black with #77B52F

Text Example


Text Example

White with #77B52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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