#77D110

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

Shades of Lima #77D110

Tints of Lima #77D110

Color information

#77D110 (or 0x77D110) is unknown color: approx Lima. HEX triplet: 77, D1 and 10. RGB value is (119,209,16). Sum of RGB (Red+Green+Blue) = 119+209+16=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 209 (82.03% from 255 or 60.76% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 209 - color contains mainly: green. Hex color #77D110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77D110 is #882EEF. Grayscale: #A0A0A0. Windows color (decimal): -8924912 or 1102199. OLE color: 1102199.

HSL color Cylindrical-coordinate representation of color #77D110: hue angle of 87.98º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77D110 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB11920916-
CMYK0.4300.920.18
HSL87.98º85.78%44.12%-
HSV(B)87.98º92.34%81.96%-
XYZ30.549.568.45-
YUV160.0946.6898.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 209 (82.03% from 255) = 60.76%
BLUE value IS 16 (6.64% from 255) = 4.65%
R=34.59%
G=60.76%
B=4.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal119209160.4300.920.1887.9885.7844.12
Hex77D1102B05C1258562c
Octal167321205301342213012654
Binary11101111101000110000101011010111001001010110001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,209,16); }

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

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

 a { background-color: rgb(119,209,16); }

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

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

 span { border-color: rgb(119,209,16); }

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