Html Css Color HEX #77C328 Lima

📋 copy color: '#77C328'

red 119 ◦ green 195 ◦ blue 40

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

Shades of Lima #77C328

Tints of Lima #77C328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.08%

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

R = 33.62%
G = 55.08%
B = 11.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#77C328 (or 0x77C328) is known color: Lima. HEX triplet: 77, C3 and 28. RGB value is (119,195,40). Sum of RGB (Red+Green+Blue) = 119+195+40=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #77C328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C328 is #883CD7. Grayscale: #9B9B9B. Windows color (decimal): -8928472 or 2671479. OLE color: 2671479.

HSL color Cylindrical-coordinate representation of color #77C328: hue angle of 89.42º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77C328 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 195 40 -
CMYK 0.39 0 0.79 0.24
HSL 89.42º 0.66% 0.46% -
HSV(B) 89.42º 0.79% 0.76% -
XYZ 27.51 43.11 8.88 -
YUV 154.61 63.32 102.6 -
System Red Green Blue C M Y K H S L
Decimal 119 195 40 0.39 0 0.79 0.24 89.42 0.66 0.46
Hex 77 C3 28 27 0 4F 18 59 42 2E
Octal 167 303 50 47 0 117 30 131 102 56
Binary 1110111 11000011 101000 100111 0 1001111 11000 1011001 1000010 101110

Color Harmonies of #77C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C328

Black with #77C328

Text Example


Text Example

White with #77C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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