#77C312

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

Shades of Lima #77C312

Tints of Lima #77C312

Color information

#77C312 (or 0x77C312) is unknown color: approx Lima. HEX triplet: 77, C3 and 12. RGB value is (119,195,18). Sum of RGB (Red+Green+Blue) = 119+195+18=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #77C312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C312 is #883CED. Grayscale: #989898. Windows color (decimal): -8928494 or 1229687. OLE color: 1229687.

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

Color convert

RGB11919518-
CMYK0.3900.910.24
HSL85.76º83.1%41.76%-
HSV(B)85.76º90.77%76.47%-
XYZ27.23437.44-
YUV152.152.32104.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 195 (76.56% from 255) = 58.73%
BLUE value IS 18 (7.42% from 255) = 5.42%
R=35.84%
G=58.73%
B=5.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119195180.3900.910.2485.7683.141.76
Hex77C3122705B1856532a
Octal167303224701333012612352
Binary11101111100001110010100111010110111100010101101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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