Html Css Color HEX #77BC32 Lima

📋 copy color: '#77BC32'

red 119 ◦ green 188 ◦ blue 50

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

Shades of Lima #77BC32

Tints of Lima #77BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.66%

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 33.33%
G = 52.66%
B = 14.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#77BC32 (or 0x77BC32) is known color: Lima. HEX triplet: 77, BC and 32. RGB value is (119,188,50). Sum of RGB (Red+Green+Blue) = 119+188+50=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC32 is #8843CD. Grayscale: #989898. Windows color (decimal): -8930254 or 3325047. OLE color: 3325047.

HSL color Cylindrical-coordinate representation of color #77BC32: hue angle of 90º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77BC32 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 188 50 -
CMYK 0.37 0 0.73 0.26
HSL 90º 0.58% 0.47% -
HSV(B) 90º 0.73% 0.74% -
XYZ 26.17 40.12 9.38 -
YUV 151.64 70.64 104.72 -
System Red Green Blue C M Y K H S L
Decimal 119 188 50 0.37 0 0.73 0.26 90 0.58 0.47
Hex 77 BC 32 25 0 49 1A 5A 3A 2F
Octal 167 274 62 45 0 111 32 132 72 57
Binary 1110111 10111100 110010 100101 0 1001001 11010 1011010 111010 101111

Color Harmonies of #77BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC32

Black with #77BC32

Text Example


Text Example

White with #77BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,188,50); }

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

background-color css

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

 a { background-color: rgb(119,188,50); }

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

border-color css

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

 span { border-color: rgb(119,188,50); }

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