#77CC11

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

Shades of Lima #77CC11

Tints of Lima #77CC11

Color information

#77CC11 (or 0x77CC11) is unknown color: approx Lima. HEX triplet: 77, CC and 11. RGB value is (119,204,17). Sum of RGB (Red+Green+Blue) = 119+204+17=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CC11 is #8833EE. Grayscale: #9D9D9D. Windows color (decimal): -8926191 or 1166455. OLE color: 1166455.

HSL color Cylindrical-coordinate representation of color #77CC11: hue angle of 87.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77CC11 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB11920417-
CMYK0.4200.920.2
HSL87.27º84.62%43.33%-
HSV(B)87.27º91.67%80%-
XYZ29.347.158.09-
YUV157.2748.84100.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 204 (80.08% from 255) = 60%
BLUE value IS 17 (7.03% from 255) = 5%
R=35%
G=60%
B=5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal119204170.4200.920.287.2784.6243.33
Hex77CC112A05C1457552b
Octal167314215201342412712553
Binary11101111100110010001101010010111001010010101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,204,17); }

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

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

 a { background-color: rgb(119,204,17); }

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

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

 span { border-color: rgb(119,204,17); }

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