Html Css Color HEX #77BC28 Lima

📋 copy color: '#77BC28'

red 119 ◦ green 188 ◦ blue 40

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

Shades of Lima #77BC28

Tints of Lima #77BC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 34.29%
G = 54.18%
B = 11.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#77BC28 (or 0x77BC28) is known color: Lima. HEX triplet: 77, BC and 28. RGB value is (119,188,40). Sum of RGB (Red+Green+Blue) = 119+188+40=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC28 is #8843D7. Grayscale: #979797. Windows color (decimal): -8930264 or 2669687. OLE color: 2669687.

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

Color convert

RGB 119 188 40 -
CMYK 0.37 0 0.79 0.26
HSL 87.97º 0.65% 0.45% -
HSV(B) 87.97º 0.79% 0.74% -
XYZ 25.97 40.04 8.37 -
YUV 150.5 65.64 105.53 -
System Red Green Blue C M Y K H S L
Decimal 119 188 40 0.37 0 0.79 0.26 87.97 0.65 0.45
Hex 77 BC 28 25 0 4F 1A 58 41 2D
Octal 167 274 50 45 0 117 32 130 101 55
Binary 1110111 10111100 101000 100101 0 1001111 11010 1011000 1000001 101101

Color Harmonies of #77BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC28

Black with #77BC28

Text Example


Text Example

White with #77BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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