#77c31c

Color #77C31C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #77C31C

Tints of Lima #77C31C

Color information

#77C31C (or 0x77C31C) is unknown color: approx Lima. HEX triplet: 77, C3 and 1C. RGB value is (119,195,28). Sum of RGB (Red+Green+Blue) = 119+195+28=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #77C31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C31C is #883CE3. Grayscale: #999999. Windows color (decimal): -8928484 or 1885047. OLE color: 1885047.

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

Color convert

RGB11919528-
CMYK0.3900.860.24
HSL87.31º74.89%43.73%-
HSV(B)87.31º85.64%76.47%-
XYZ27.3343.047.96-
YUV153.2457.32103.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 195 (76.56% from 255) = 57.02%
BLUE value IS 28 (11.33% from 255) = 8.19%
R=34.80%
G=57.02%
B=8.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119195280.3900.860.2487.3174.8943.73
Hex77C31C2705618574b2c
Octal167303344701263012711354
Binary11101111100001111100100111010101101100010101111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77c31c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77c31c;
 }
 .AnyTagClassName
 {
   color: #77c31c;
 }
</style>
background-color css

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

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

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

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

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

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